From e641e82676ba82a23e497cb56cb707ebc6063bac Mon Sep 17 00:00:00 2001 From: Eirik Vigeland Date: Mon, 6 Nov 2023 14:17:32 +0100 Subject: [PATCH] chore. line breaks (#38) --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f228054..ed2e3af 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ END_METADATA --> The official Node SDK for the Checkout and ePayment APIs. -**IMPORTANT: Use the SDK for backend applications only!**
+**IMPORTANT: Use the SDK for backend applications only!**\ The SDK is compatible with Node, Remix, NextJS, Gatsby, and other node-based backend frameworks that supports `node:http`. -**DO NOT USE WITH React, Vue, Angular, or other frontend frameworks (except when SSR)!**
+**DO NOT USE WITH React, Vue, Angular, or other frontend frameworks (except when SSR)!**\ It is important to never expose your client keys or secrets in frontend applications. You can install the SDK with NPM as per [Installation](#installation). diff --git a/package.json b/package.json index 4702703..9b9475a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vippsno/vipps-sdk", - "version": "0.9.6", + "version": "0.9.7", "homepage": "https://developer.vippsmobilepay.com/docs/SDKs/node-sdk", "repository": { "type": "git",