@seamapi/cli 0.36.0 → 0.38.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.36.0";
1
+ declare const seamapiCliVersion = "0.38.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.36.0';
2
+ const seamapiCliVersion = '0.38.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.36.0",
3
+ "version": "0.38.0",
4
4
  "description": "A command-line interface (CLI) for interacting with the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -89,9 +89,6 @@
89
89
  }
90
90
  },
91
91
  "packageManager": "npm@11.19.0",
92
- "optionalDependencies": {
93
- "@seamapi/wizard": "^0.42.0"
94
- },
95
92
  "dependencies": {
96
93
  "@clack/prompts": "^1.7.0",
97
94
  "@seamapi/blueprint": "1.9.1",
@@ -127,5 +124,8 @@
127
124
  "tsx": "^4.6.2",
128
125
  "typescript": "^6.0.3",
129
126
  "vitest": "^4.1.10"
127
+ },
128
+ "peerDependencies": {
129
+ "@seamapi/wizard": "^0.45.0"
130
130
  }
131
131
  }
@@ -1,5 +1,5 @@
1
1
  // Versions are replaced with generated values when the package is packed.
2
- const seamapiCliVersion = '0.36.0'
2
+ const seamapiCliVersion = '0.38.0'
3
3
  const seamapiBlueprintVersion = '1.9.1'
4
4
 
5
5
  export { seamapiBlueprintVersion }