@shopify/shop-minis-cli 0.3.6 → 0.3.8

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/build/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env -S node --experimental-json-modules --require=suppress-experimental-warnings --no-deprecation
1
+ #!/usr/bin/env -S node --no-deprecation
2
2
  import './utils/error-handler.js';
3
3
  export * from './utils/allowed-dependencies.js';
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env -S node --experimental-json-modules --require=suppress-experimental-warnings --no-deprecation
1
+ #!/usr/bin/env -S node --no-deprecation
2
2
  import { renderError } from '@shopify/cli-kit/node/ui';
3
3
  import { loadProgram } from './program.js';
4
4
  import { initializeObserve } from './utils/observe.js';
@@ -136,7 +136,7 @@ layoutVersion: 5
136
136
  nodeLinker: isolated
137
137
  packageManager: pnpm@10.17.1
138
138
  pendingBuilds: []
139
- prunedAt: Fri, 03 Apr 2026 14:23:51 GMT
139
+ prunedAt: Wed, 15 Apr 2026 14:37:26 GMT
140
140
  publicHoistPattern: []
141
141
  registries:
142
142
  '@jsr': https://npm.jsr.io/
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastValidatedTimestamp": 1775226231474,
2
+ "lastValidatedTimestamp": 1776263846203,
3
3
  "projects": {},
4
4
  "pnpmfiles": [],
5
5
  "settings": {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "@shopify:registry": "https://registry.npmjs.org/"
6
6
  },
7
- "version": "0.3.6",
7
+ "version": "0.3.8",
8
8
  "description": "Shop Minis CLI",
9
9
  "main": "build/index.js",
10
10
  "bin": {
@@ -75,7 +75,7 @@
75
75
  "jscodeshift": "^0.15.1",
76
76
  "json5": "^2.2.3",
77
77
  "jsonschema": "^1.4.1",
78
- "lodash": "^4.17.21",
78
+ "lodash": "^4.18.0",
79
79
  "open": "^8.4.0",
80
80
  "ora": "^5.4.1",
81
81
  "prompts": "^2.4.2",
@@ -84,7 +84,6 @@
84
84
  "serve-static": "^1.15.0",
85
85
  "simple-git": "^3.27.0",
86
86
  "sirv": "^2.0.4",
87
- "suppress-experimental-warnings": "^1.1.17",
88
87
  "vite": "^5.0.8",
89
88
  "ws": "^8.18.3"
90
89
  },