@swimlane/turbine-sdk 3.22.0 → 3.23.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 CHANGED
@@ -66,7 +66,7 @@ $ npm install -g @swimlane/turbine-sdk
66
66
  $ tsdk COMMAND
67
67
  running command...
68
68
  $ tsdk (--version|-v)
69
- @swimlane/turbine-sdk/3.22.0 linux-x64 node-v20.19.0
69
+ @swimlane/turbine-sdk/3.23.0 linux-x64 node-v20.19.0
70
70
  $ tsdk --help [COMMAND]
71
71
  USAGE
72
72
  $ tsdk COMMAND
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "3.22.0",
2
+ "version": "3.23.0",
3
3
  "commands": {}
4
4
  }
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.22.0",
20
- "@sw-tsdk/plugin-connector": "3.22.0",
21
- "@sw-tsdk/plugin-turbine": "3.22.0",
19
+ "@sw-tsdk/core": "3.23.0",
20
+ "@sw-tsdk/plugin-connector": "3.23.0",
21
+ "@sw-tsdk/plugin-turbine": "3.23.0",
22
22
  "fs-extra": "11.1.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "7.0.1",
@@ -106,10 +106,10 @@
106
106
  "dev:setup": "yarn link --force"
107
107
  },
108
108
  "types": "lib/index.d.ts",
109
- "version": "3.22.0",
109
+ "version": "3.23.0",
110
110
  "volta": {
111
111
  "node": "20.19.0",
112
112
  "yarn": "1.22.22"
113
113
  },
114
- "gitHead": "c34f8958c7c6b90778f7de18611eba5fe3ef7cd4"
114
+ "gitHead": "723dd1dd70b42d50be1202681aa7638a0e2697e1"
115
115
  }