@camox/cli 0.28.2 → 0.28.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/dist/index.mjs +3 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -675,9 +675,9 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
|
675
675
|
const ownPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, "..", "package.json"), "utf-8"));
|
|
676
676
|
const PNPM_VERSION = "11.1.3";
|
|
677
677
|
const PNPM_WORKSPACE = `allowBuilds:
|
|
678
|
-
core-js
|
|
679
|
-
msw
|
|
680
|
-
protobufjs
|
|
678
|
+
core-js: true
|
|
679
|
+
msw: true
|
|
680
|
+
protobufjs: true
|
|
681
681
|
`;
|
|
682
682
|
function onCancel() {
|
|
683
683
|
p.cancel("Cancelled.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camox/cli",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.3",
|
|
4
4
|
"bin": {
|
|
5
5
|
"camox": "./dist/index.mjs"
|
|
6
6
|
},
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/node": "^24.12.4",
|
|
27
27
|
"@typescript/native-preview": "7.0.0-dev.20260412.1",
|
|
28
28
|
"vite-plus": "^0.1.21",
|
|
29
|
-
"@camox/api-contract": "0.28.
|
|
29
|
+
"@camox/api-contract": "0.28.3"
|
|
30
30
|
},
|
|
31
31
|
"nx": {
|
|
32
32
|
"tags": [
|