@kumologica/sdk 3.6.0-beta16 → 3.6.0-beta17

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 +6 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,6 +6,10 @@ Kumologica SDK consist of 4 products:
6
6
  - Kumologica CLI
7
7
  - Kumologica nodes development kit
8
8
 
9
+ ## Dependencies
10
+ - [Node.js version 20+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
11
+ - Npm version 10+
12
+
9
13
  ## Installation
10
14
 
11
15
  To install kumologica sdk, run the following command:
@@ -13,7 +17,8 @@ To install kumologica sdk, run the following command:
13
17
  ```bash
14
18
  npm install -g @kumologica/sdk
15
19
  ```
16
- Note that node.js is required to run installation and kumologica sdk. To install node.js go to [nodejs.org](https://nodejs.org)
20
+ Note: Kumologica sdk must be installed globally.
21
+
17
22
  ### Upgrade
18
23
  Use the same command to upgrade kumologica sdk to the latest version.
19
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumologica/sdk",
3
- "version": "3.6.0-beta16",
3
+ "version": "3.6.0-beta17",
4
4
  "productName": "Kumologica Designer",
5
5
  "copyright": "Copyright 2020 Kumologica Pty Ltd, All Rights Reserved.",
6
6
  "author": "Kumologica Pty Ltd <contact@kumologica.com>",
@@ -83,9 +83,9 @@
83
83
  "@aws-sdk/credential-providers": "^3.556.0",
84
84
  "@aws-sdk/lib-dynamodb": "^3.549.0",
85
85
  "@electron/remote": "^2.0.8",
86
- "@kumologica/builder": "3.6.0-beta16",
87
- "@kumologica/devkit": "3.6.0-beta16",
88
- "@kumologica/runtime": "3.6.0-beta16",
86
+ "@kumologica/builder": "3.6.0-beta17",
87
+ "@kumologica/devkit": "3.6.0-beta17",
88
+ "@kumologica/runtime": "3.6.0-beta17",
89
89
  "adm-zip": "0.4.13",
90
90
  "ajv": "8.10.0",
91
91
  "archive-type": "^4.0.0",