@shopify/shop-minis-cli 0.0.164 → 0.0.165
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.
|
@@ -6,7 +6,7 @@ export const SUBMISSION_PATHS = {
|
|
|
6
6
|
};
|
|
7
7
|
export const SUBMISSION_VALIDATION = {
|
|
8
8
|
SUBMISSION_DESCRIPTION_MAX_LENGTH: 2056,
|
|
9
|
-
SUBMISSION_FILE_SIZE_MAX_BYTES:
|
|
9
|
+
SUBMISSION_FILE_SIZE_MAX_BYTES: 1500000,
|
|
10
10
|
};
|
|
11
11
|
export const generateSubmissionArchiveFilename = () => {
|
|
12
12
|
const miniHandle = getMiniManifest().handle;
|
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.0.
|
|
7
|
+
"version": "0.0.165",
|
|
8
8
|
"description": "Shop Minis CLI",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"bin": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@google-cloud/storage": "^7.10.0",
|
|
64
|
-
"@ngrok/ngrok": "
|
|
64
|
+
"@ngrok/ngrok": "1.4.1",
|
|
65
65
|
"@shopify/cli-kit": "3.70.0",
|
|
66
66
|
"@types/diff": "^7.0.1",
|
|
67
67
|
"@types/jscodeshift": "^0.11.11",
|