@swimlane/turbine-sdk 3.3.0 → 3.4.0
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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ $ npm install -g @swimlane/turbine-sdk
|
|
|
35
35
|
$ tsdk COMMAND
|
|
36
36
|
running command...
|
|
37
37
|
$ tsdk (--version|-v)
|
|
38
|
-
@swimlane/turbine-sdk/3.
|
|
38
|
+
@swimlane/turbine-sdk/3.4.0 linux-x64 node-v16.20.2
|
|
39
39
|
$ tsdk --help [COMMAND]
|
|
40
40
|
USAGE
|
|
41
41
|
$ tsdk COMMAND
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-version": "1.3.4",
|
|
17
17
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
18
18
|
"@oclif/plugin-which": "2.2.21",
|
|
19
|
-
"@sw-tsdk/core": "^3.
|
|
20
|
-
"@sw-tsdk/plugin-connector": "^3.
|
|
21
|
-
"@sw-tsdk/plugin-turbine": "^3.
|
|
19
|
+
"@sw-tsdk/core": "^3.4.0",
|
|
20
|
+
"@sw-tsdk/plugin-connector": "^3.4.0",
|
|
21
|
+
"@sw-tsdk/plugin-turbine": "^3.4.0",
|
|
22
22
|
"fs-extra": "11.1.1",
|
|
23
23
|
"inquirer": "8.2.2",
|
|
24
24
|
"npmlog": "7.0.1",
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
"dev:setup": "npm link"
|
|
106
106
|
},
|
|
107
107
|
"types": "lib/index.d.ts",
|
|
108
|
-
"version": "3.
|
|
109
|
-
"gitHead": "
|
|
108
|
+
"version": "3.4.0",
|
|
109
|
+
"gitHead": "8487cb819d5bb192d6f24b868564c7c9c0990d23"
|
|
110
110
|
}
|