@swimlane/turbine-sdk 2.0.1-next.39 → 2.0.1-next.40

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.
package/README.md CHANGED
@@ -37,7 +37,7 @@ $ npm install -g @swimlane/turbine-sdk
37
37
  $ tsdk COMMAND
38
38
  running command...
39
39
  $ tsdk (--version|-v)
40
- @swimlane/turbine-sdk/2.0.1-next.39+de4292e linux-x64 node-v16.17.1
40
+ @swimlane/turbine-sdk/2.0.1-next.40+2d3bfec linux-x64 node-v16.17.1
41
41
  $ tsdk --help [COMMAND]
42
42
  USAGE
43
43
  $ tsdk COMMAND
@@ -1 +1 @@
1
- {"version":"2.0.1-next.39+de4292e","commands":{}}
1
+ {"version":"2.0.1-next.40+2d3bfec","commands":{}}
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-version": "1.0.4",
17
17
  "@oclif/plugin-warn-if-update-available": "2.0.4",
18
18
  "@oclif/plugin-which": "2.1.0",
19
- "@sw-tsdk/core": "^2.0.1-next.39+de4292e",
20
- "@sw-tsdk/plugin-connector": "^2.0.1-next.39+de4292e",
21
- "@sw-tsdk/plugin-turbine": "^2.0.1-next.39+de4292e",
19
+ "@sw-tsdk/core": "^2.0.1-next.40+2d3bfec",
20
+ "@sw-tsdk/plugin-connector": "^2.0.1-next.40+2d3bfec",
21
+ "@sw-tsdk/plugin-turbine": "^2.0.1-next.40+2d3bfec",
22
22
  "fs-extra": "10.0.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "6.0.1",
@@ -108,6 +108,6 @@
108
108
  "dev:setup": "npm link"
109
109
  },
110
110
  "types": "lib/index.d.ts",
111
- "version": "2.0.1-next.39+de4292e",
112
- "gitHead": "de4292e3d7c16caa59b8dccf95f52854ef3cf8ad"
111
+ "version": "2.0.1-next.40+2d3bfec",
112
+ "gitHead": "2d3bfec36ab2ce27e9b32770d5d8db4c7d4532de"
113
113
  }