@seamapi/cli 0.35.0 → 0.37.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/lib/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const seamapiCliVersion = "0.35.0";
1
+ declare const seamapiCliVersion = "0.37.0";
2
2
  declare const seamapiBlueprintVersion = "1.9.1";
3
3
  export { seamapiBlueprintVersion };
4
4
  export default seamapiCliVersion;
package/lib/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Versions are replaced with generated values when the package is packed.
2
- const seamapiCliVersion = '0.35.0';
2
+ const seamapiCliVersion = '0.37.0';
3
3
  const seamapiBlueprintVersion = '1.9.1';
4
4
  export { seamapiBlueprintVersion };
5
5
  export default seamapiCliVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/cli",
3
- "version": "0.35.0",
3
+ "version": "0.37.0",
4
4
  "description": "A command-line interface (CLI) for interacting with the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -90,7 +90,7 @@
90
90
  },
91
91
  "packageManager": "npm@11.19.0",
92
92
  "optionalDependencies": {
93
- "@seamapi/wizard": "^0.38.1"
93
+ "@seamapi/wizard": "^0.42.0"
94
94
  },
95
95
  "dependencies": {
96
96
  "@clack/prompts": "^1.7.0",
@@ -1,5 +1,5 @@
1
1
  // Versions are replaced with generated values when the package is packed.
2
- const seamapiCliVersion = '0.35.0'
2
+ const seamapiCliVersion = '0.37.0'
3
3
  const seamapiBlueprintVersion = '1.9.1'
4
4
 
5
5
  export { seamapiBlueprintVersion }