@anvil-di/bellows-openapi-cli 0.0.2 → 0.0.3
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anvil-di/bellows-openapi-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Native binary launcher for the anvil-bellows-openapi CLI. Resolves the right per-platform package at runtime; mirrors esbuild's distribution model.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"src"
|
|
23
23
|
],
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@anvil-di/bellows-openapi-cli-linux-
|
|
26
|
-
"@anvil-di/bellows-openapi-cli-darwin-arm64": "0.0.
|
|
27
|
-
"@anvil-di/bellows-openapi-cli-darwin-x64": "0.0.
|
|
28
|
-
"@anvil-di/bellows-openapi-cli-linux-
|
|
29
|
-
"@anvil-di/bellows-openapi-cli-win32-x64": "0.0.
|
|
25
|
+
"@anvil-di/bellows-openapi-cli-linux-arm64": "0.0.3",
|
|
26
|
+
"@anvil-di/bellows-openapi-cli-darwin-arm64": "0.0.3",
|
|
27
|
+
"@anvil-di/bellows-openapi-cli-darwin-x64": "0.0.3",
|
|
28
|
+
"@anvil-di/bellows-openapi-cli-linux-x64": "0.0.3",
|
|
29
|
+
"@anvil-di/bellows-openapi-cli-win32-x64": "0.0.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^22.10.0",
|