@seamapi/cli 0.34.1 → 0.35.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.34.1";
2
- declare const seamapiBlueprintVersion = "1.8.0";
1
+ declare const seamapiCliVersion = "0.35.0";
2
+ declare const seamapiBlueprintVersion = "1.9.1";
3
3
  export { seamapiBlueprintVersion };
4
4
  export default seamapiCliVersion;
package/lib/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // Versions are replaced with generated values when the package is packed.
2
- const seamapiCliVersion = '0.34.1';
3
- const seamapiBlueprintVersion = '1.8.0';
2
+ const seamapiCliVersion = '0.35.0';
3
+ const seamapiBlueprintVersion = '1.9.1';
4
4
  export { seamapiBlueprintVersion };
5
5
  export default seamapiCliVersion;
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/cli",
3
- "version": "0.34.1",
3
+ "version": "0.35.0",
4
4
  "description": "A command-line interface (CLI) for interacting with the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "dependencies": {
96
96
  "@clack/prompts": "^1.7.0",
97
- "@seamapi/blueprint": "1.8.0",
97
+ "@seamapi/blueprint": "1.9.1",
98
98
  "@seamapi/http": "^2.16.0",
99
99
  "chalk": "^6.0.0",
100
100
  "command-line-usage": "^7.0.4",
@@ -106,7 +106,7 @@
106
106
  "tar": "^7.5.22"
107
107
  },
108
108
  "devDependencies": {
109
- "@seamapi/types": "^1.994.0",
109
+ "@seamapi/types": "^1.1047.0",
110
110
  "@types/command-line-usage": "^5.0.4",
111
111
  "@types/minimist": "^1.2.5",
112
112
  "@types/node": "^24.10.9",
@@ -1,6 +1,6 @@
1
1
  // Versions are replaced with generated values when the package is packed.
2
- const seamapiCliVersion = '0.34.1'
3
- const seamapiBlueprintVersion = '1.8.0'
2
+ const seamapiCliVersion = '0.35.0'
3
+ const seamapiBlueprintVersion = '1.9.1'
4
4
 
5
5
  export { seamapiBlueprintVersion }
6
6
  export default seamapiCliVersion