@kumologica/sdk 3.6.4-beta7 → 3.6.4-beta8

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.
@@ -349,7 +349,7 @@ function validate(argv) {
349
349
  }
350
350
  if (argv.runtime) {
351
351
  if (!argv.runtime.startsWith("nodejs")) {
352
- throw new Error (`Validation error: parameter 'runtime' must be one of supported nodejs values: nodejs|nodejs4.3|nodejs6.10|nodejs8.10|nodejs10.x|nodejs12.x|...`);
352
+ throw new Error (`Validation error: parameter 'runtime' must be one of supported nodejs values: nodejs20.x|nodejs22.x|...`);
353
353
  }
354
354
  }
355
355
  if (argv.architectures ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumologica/sdk",
3
- "version": "3.6.4-beta7",
3
+ "version": "3.6.4-beta8",
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.4-beta7",
87
- "@kumologica/devkit": "3.6.4-beta7",
88
- "@kumologica/runtime": "3.6.4-beta7",
86
+ "@kumologica/builder": "3.6.4-beta8",
87
+ "@kumologica/devkit": "3.6.4-beta8",
88
+ "@kumologica/runtime": "3.6.4-beta8",
89
89
  "ajv": "8.10.0",
90
90
  "archive-type": "^4.0.0",
91
91
  "basic-auth": "2.0.1",