@rkfl/transact-server 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ A secure and minimal Node.js SDK to interact with Rocketfuel payment APIs. (This
8
8
  npm i @rkfl/transact-server
9
9
  ```
10
10
  ## Documentation
11
- Click here for more detailed [Documentation](https://rocketfuel-gitbook.gitbook.io/rocketfuel-sdks/)
11
+ Click here for more detailed [Documentation](https://docs.rocketfuel.inc/plug-ins-and-sdks/javascript-js/rocketfuel-sdk-nodejs)
12
12
  ## Usage
13
13
 
14
14
  ### Create order
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@rkfl/transact-server",
3
3
  "main": "./dist/index.js",
4
4
  "type": "module",
5
- "version": "1.0.6",
5
+ "version": "1.0.7",
6
6
  "scripts": {
7
7
  "build": "rollup -c",
8
8
  "npm:login": "npm login",