@shopify/shop-minis-cli 0.3.1 → 0.3.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/build/commands/create/examples/default/AGENTS.md +3 -1
- package/build/commands/create/examples/default/src/manifest.json +1 -1
- package/build/commands/disable/index.d.ts +2 -0
- package/build/commands/disable/index.js +30 -0
- package/build/commands/disable/index.js.map +1 -0
- package/build/commands/enable/index.d.ts +2 -0
- package/build/commands/enable/index.js +30 -0
- package/build/commands/enable/index.js.map +1 -0
- package/build/data/mini-toggle.d.ts +6 -0
- package/build/data/mini-toggle.js +14 -0
- package/build/data/mini-toggle.js.map +1 -0
- package/build/data/types/autogenerated/shop-minis-admin-api/gql.d.ts +7 -0
- package/build/data/types/autogenerated/shop-minis-admin-api/gql.js +1 -0
- package/build/data/types/autogenerated/shop-minis-admin-api/gql.js.map +1 -1
- package/build/data/types/autogenerated/shop-minis-admin-api/graphql.d.ts +29 -1244
- package/build/data/types/autogenerated/shop-minis-admin-api/graphql.js +55 -560
- package/build/data/types/autogenerated/shop-minis-admin-api/graphql.js.map +1 -1
- package/build/program.js +4 -0
- package/build/program.js.map +1 -1
- package/build/utils/scopes-validation.d.ts +8 -2
- package/build/utils/scopes-validation.js +27 -3
- package/build/utils/scopes-validation.js.map +1 -1
- 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 +1 -1
- package/scripts/graphql-codegen.ts +13 -1
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../../@babel+parser@7.28.6/node_modules/@babel/parser/bin/babel-parser.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../../vite@5.4.21/node_modules/vite/bin/vite.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules/baseline-browser-mapping/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/baseline-browser-mapping@2.9.18/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../baseline-browser-mapping/dist/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/jsesc@3.1.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/json5@2.2.3/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../loose-envify/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/@babel+parser@7.28.6/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../rollup/dist/bin/rollup" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/semver@6.3.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../update-browserslist-db/cli.js" "$@"
|
package/dashboard/node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/node_modules/.bin/nanoid
CHANGED
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/nanoid@3.3.11/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../nanoid@3.3.11/node_modules/nanoid/bin/nanoid.cjs" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../loose-envify@1.4.0/node_modules/loose-envify/cli.js" "$@"
|
package/dashboard/node_modules/.pnpm/react@18.3.1/node_modules/react/node_modules/.bin/loose-envify
CHANGED
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../loose-envify@1.4.0/node_modules/loose-envify/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../loose-envify@1.4.0/node_modules/loose-envify/cli.js" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/browserslist@4.28.1/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../browserslist@4.28.1/node_modules/browserslist/cli.js" "$@"
|
package/dashboard/node_modules/.pnpm/vite@5.4.21/node_modules/vite/node_modules/.bin/esbuild
CHANGED
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/esbuild@0.21.5/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../esbuild@0.21.5/node_modules/esbuild/bin/esbuild" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
13
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
15
|
+
export NODE_PATH="/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/bin/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/dist/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules/rollup/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/rollup@4.57.0/node_modules:/home/runner/work/shop-client/shop-client/areas/clients/shop/packages/minis/shop-minis-cli/dashboard/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../../../../../rollup@4.57.0/node_modules/rollup/dist/bin/rollup" "$@"
|
package/package.json
CHANGED
|
@@ -2,13 +2,25 @@ import {CodegenConfig, generate} from '@graphql-codegen/cli'
|
|
|
2
2
|
|
|
3
3
|
import {SHOP_MINIS_ADMIN_API} from '../src/commands/config.js'
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
// Extend CodegenConfig to include undocumented introspection options
|
|
6
|
+
// See: https://github.com/dotansimha/graphql-code-generator/issues/9659
|
|
7
|
+
interface CodegenConfigWithIntrospectionOptions extends CodegenConfig {
|
|
8
|
+
schema?: {
|
|
9
|
+
[url: string]: {
|
|
10
|
+
headers?: Record<string, string>
|
|
11
|
+
inputValueDeprecation?: boolean
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
const config: CodegenConfigWithIntrospectionOptions = {
|
|
6
17
|
schema: {
|
|
7
18
|
[SHOP_MINIS_ADMIN_API]: {
|
|
8
19
|
headers: {
|
|
9
20
|
'X-Shop-Minis-Experimental': '1',
|
|
10
21
|
'X-Shop-Minis-CLI': '1',
|
|
11
22
|
},
|
|
23
|
+
inputValueDeprecation: true,
|
|
12
24
|
},
|
|
13
25
|
},
|
|
14
26
|
documents: ['src/**/*.ts', '!src/data/partners/query.ts'],
|