@swimlane/turbine-sdk 3.12.0-next.e4f9348 → 3.12.0-next.efbbbee

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.12.0-next.e4f9348 linux-x64 node-v20.19.0
69
+ @swimlane/turbine-sdk/3.12.0-next.efbbbee linux-x64 node-v20.19.0
70
70
  $ tsdk --help [COMMAND]
71
71
  USAGE
72
72
  $ tsdk COMMAND
@@ -1065,14 +1065,14 @@ FLAGS
1065
1065
  -h, --help Show CLI help.
1066
1066
  --author=<value> Solution Author
1067
1067
  --authorEmail=<value> Solution Author Email
1068
- --description=<value> Description (e.g. SOC Solution Description)
1068
+ --description=<value> Description (e.g. SOC Solution description)
1069
1069
  --homepage=<value> Solution Author Support URL
1070
1070
  --logoPath=<value> URL or absolute path to logo file. Image should be in 1:1 aspect ratio and min resolution
1071
1071
  200x200
1072
1072
  --overviewImagePath=<value> URL or absolute path to overview image file. Min resolution 1100x660
1073
1073
  --solutionFamily=<value> Solution Family (e.g. classic | canvas)
1074
1074
  --solutionName=<value> Solution Name (e.g. SOC Solution)
1075
- --sspPath=<value> absolute path to .ssp file
1075
+ --sspPath=<value> Absolute path to .ssp file
1076
1076
 
1077
1077
  DESCRIPTION
1078
1078
  Scaffold a new Solution
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "3.12.0-next.e4f9348",
2
+ "version": "3.12.0-next.efbbbee",
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.12.0-next.e4f9348",
20
- "@sw-tsdk/plugin-connector": "^3.12.0-next.e4f9348",
21
- "@sw-tsdk/plugin-turbine": "^3.12.0-next.e4f9348",
19
+ "@sw-tsdk/core": "3.12.0-next.efbbbee",
20
+ "@sw-tsdk/plugin-connector": "3.12.0-next.efbbbee",
21
+ "@sw-tsdk/plugin-turbine": "3.12.0-next.efbbbee",
22
22
  "fs-extra": "11.1.1",
23
23
  "inquirer": "8.2.2",
24
24
  "npmlog": "7.0.1",
@@ -87,7 +87,8 @@
87
87
  }
88
88
  },
89
89
  "publishConfig": {
90
- "access": "public"
90
+ "access": "public",
91
+ "provenance": false
91
92
  },
92
93
  "repository": {
93
94
  "type": "git",
@@ -105,10 +106,10 @@
105
106
  "dev:setup": "yarn link --force"
106
107
  },
107
108
  "types": "lib/index.d.ts",
108
- "version": "3.12.0-next.e4f9348",
109
+ "version": "3.12.0-next.efbbbee",
109
110
  "volta": {
110
111
  "node": "20.19.0",
111
112
  "yarn": "1.22.22"
112
113
  },
113
- "gitHead": "e4f934842b442617ec1b6dae8703d633be15b45b"
114
+ "gitHead": "efbbbee375bbf157511a6028f356aa45b188701f"
114
115
  }