@shopify/shop-minis-cli 0.3.2 → 0.3.5
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/commands/create/examples/default/src/manifest.json +1 -1
- package/build/data/types/autogenerated/shop-minis-admin-api/graphql.d.ts +34 -0
- package/build/data/types/autogenerated/shop-minis-admin-api/graphql.js +12 -0
- package/build/data/types/autogenerated/shop-minis-admin-api/graphql.js.map +1 -1
- package/build/index.js +25 -2
- package/build/index.js.map +1 -1
- package/build/utils/analytics.d.ts +5 -0
- package/build/utils/analytics.js +17 -0
- package/build/utils/analytics.js.map +1 -1
- package/build/utils/fuzzy-match.d.ts +12 -0
- package/build/utils/fuzzy-match.js +78 -0
- package/build/utils/fuzzy-match.js.map +1 -0
- package/dashboard/node_modules/.bin/marked +2 -2
- package/dashboard/node_modules/.bin/tsc +2 -2
- package/dashboard/node_modules/.bin/tsserver +2 -2
- package/dashboard/node_modules/.bin/vite +2 -2
- package/dashboard/node_modules/.modules.yaml +1 -1
- package/dashboard/node_modules/.pnpm/@babel+core@7.28.6/node_modules/@babel/core/node_modules/.bin/json5 +2 -2
- package/dashboard/node_modules/.pnpm/@babel+core@7.28.6/node_modules/@babel/core/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/@babel+core@7.28.6/node_modules/@babel/core/node_modules/.bin/semver +2 -2
- package/dashboard/node_modules/.pnpm/@babel+generator@7.28.6/node_modules/@babel/generator/node_modules/.bin/jsesc +2 -2
- package/dashboard/node_modules/.pnpm/@babel+generator@7.28.6/node_modules/@babel/generator/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/@babel+helper-compilation-targets@7.28.6/node_modules/@babel/helper-compilation-targets/node_modules/.bin/browserslist +2 -2
- package/dashboard/node_modules/.pnpm/@babel+helper-compilation-targets@7.28.6/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +2 -2
- package/dashboard/node_modules/.pnpm/@babel+template@7.28.6/node_modules/@babel/template/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/@babel+traverse@7.28.6/node_modules/@babel/traverse/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/@types+babel__core@7.20.5/node_modules/@types/babel__core/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/@types+babel__template@7.4.4/node_modules/@types/babel__template/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/@vitejs+plugin-react@4.7.0_vite@5.4.21/node_modules/@vitejs/plugin-react/node_modules/.bin/vite +2 -2
- package/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules/.bin/baseline-browser-mapping +2 -2
- package/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules/.bin/update-browserslist-db +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/baseline-browser-mapping +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/browserslist +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/esbuild +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/jsesc +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/json5 +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/loose-envify +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/nanoid +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/parser +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/rollup +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/semver +2 -2
- package/dashboard/node_modules/.pnpm/node_modules/.bin/update-browserslist-db +2 -2
- package/dashboard/node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/node_modules/.bin/nanoid +2 -2
- package/dashboard/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/node_modules/.bin/loose-envify +2 -2
- package/dashboard/node_modules/.pnpm/react@18.3.1/node_modules/react/node_modules/.bin/loose-envify +2 -2
- package/dashboard/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/node_modules/.bin/loose-envify +2 -2
- package/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules/.bin/browserslist +2 -2
- package/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules/.bin/esbuild +2 -2
- package/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules/.bin/rollup +2 -2
- package/dashboard/node_modules/.pnpm-workspace-state-v1.json +1 -1
- package/package.json +6 -6
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.
|
|
7
|
+
"version": "0.3.5",
|
|
8
8
|
"description": "Shop Minis CLI",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"eslint": "^8.24.0",
|
|
39
39
|
"eslint-formatter-codeframe": "^7.32.1",
|
|
40
40
|
"eslint-plugin-reanimated": "^2.0.0",
|
|
41
|
-
"prettier": "
|
|
41
|
+
"prettier": "3.8.1",
|
|
42
42
|
"rollup": "^4.0.0",
|
|
43
43
|
"supertest": "^7.0.0",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@bugsnag/node": "^8.4.0",
|
|
51
|
-
"@google-cloud/storage": "
|
|
51
|
+
"@google-cloud/storage": "7.17.2",
|
|
52
52
|
"@ngrok/ngrok": "1.4.1",
|
|
53
53
|
"@shopify/cli-kit": "3.75.0",
|
|
54
|
+
"@tailwindcss/vite": "^4.1.8",
|
|
54
55
|
"@types/diff": "^7.0.1",
|
|
55
56
|
"@types/jscodeshift": "^0.11.11",
|
|
56
57
|
"@vitejs/plugin-react": "^4.2.1",
|
|
57
|
-
"@tailwindcss/vite": "^4.1.8",
|
|
58
58
|
"archiver": "^5.3.1",
|
|
59
59
|
"chalk": "^4.1.2",
|
|
60
60
|
"commander": "^9.4.1",
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"semver": "^7.3.8",
|
|
84
84
|
"serve-static": "^1.15.0",
|
|
85
85
|
"simple-git": "^3.27.0",
|
|
86
|
+
"sirv": "^2.0.4",
|
|
86
87
|
"suppress-experimental-warnings": "^1.1.17",
|
|
87
88
|
"vite": "^5.0.8",
|
|
88
|
-
"ws": "^8.18.3"
|
|
89
|
-
"sirv": "^2.0.4"
|
|
89
|
+
"ws": "^8.18.3"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build": "pnpm clean && pnpm build:cli:graphql && pnpm build:cli && pnpm dev-panel:build-and-copy && pnpm dashboard:build-and-copy",
|