@shopify/create-app 3.84.1 → 3.85.0
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/README.md +1 -1
- package/dist/{chunk-I5QSPA3G.js → chunk-AEWLNHFZ.js} +5 -5
- package/dist/{chunk-H3GWNOGA.js → chunk-G5HUFNZJ.js} +577 -750
- package/dist/{chunk-F7XIUISB.js → chunk-JZCHSJAA.js} +5290 -1918
- package/dist/{chunk-APC5TGT7.js → chunk-OE3KB4ED.js} +183 -39
- package/dist/{chunk-XCAGLQZT.js → chunk-PGTPDPDU.js} +39 -15
- package/dist/{chunk-BRA57BDM.js → chunk-POCJD2ES.js} +744 -668
- package/dist/{chunk-GYAMBODZ.js → chunk-ZNZH4RBZ.js} +13 -12
- package/dist/{custom-oclif-loader-U7MCMR24.js → custom-oclif-loader-TLRFRMDM.js} +3 -3
- package/dist/{error-handler-M3MNE2JX.js → error-handler-U6DLBQ5N.js} +7 -7
- package/dist/hooks/postrun.js +7 -8
- package/dist/hooks/prerun.js +5 -5
- package/dist/index.js +9425 -9166
- package/dist/index.test.js +7 -7
- package/dist/{lib-CLQ247I5.js → lib-G23FRF64.js} +2 -2
- package/dist/{local-ZJSQNOBS.js → local-FA7O4QS5.js} +3 -3
- package/dist/{node-package-manager-ZPABMQVG.js → node-package-manager-P2QJ377D.js} +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-5P6JUXXH.js → ui-ZKSCXGYG.js} +5 -3
- package/oclif.manifest.json +2 -2
- package/package.json +3 -3
- package/dist/chunk-CP3BRHWK.js +0 -33
|
@@ -11,13 +11,14 @@ import {
|
|
|
11
11
|
renderFatalError,
|
|
12
12
|
renderInfo,
|
|
13
13
|
renderSelectPrompt,
|
|
14
|
+
renderSingleTask,
|
|
14
15
|
renderSuccess,
|
|
15
16
|
renderTable,
|
|
16
17
|
renderTasks,
|
|
17
18
|
renderTextPrompt,
|
|
18
19
|
renderWarning
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-POCJD2ES.js";
|
|
21
|
+
import "./chunk-G5HUFNZJ.js";
|
|
21
22
|
import "./chunk-UMUTXITN.js";
|
|
22
23
|
import "./chunk-Y2JP6WFP.js";
|
|
23
24
|
import "./chunk-75LV6AQS.js";
|
|
@@ -37,10 +38,11 @@ export {
|
|
|
37
38
|
renderFatalError,
|
|
38
39
|
renderInfo,
|
|
39
40
|
renderSelectPrompt,
|
|
41
|
+
renderSingleTask,
|
|
40
42
|
renderSuccess,
|
|
41
43
|
renderTable,
|
|
42
44
|
renderTasks,
|
|
43
45
|
renderTextPrompt,
|
|
44
46
|
renderWarning
|
|
45
47
|
};
|
|
46
|
-
//# sourceMappingURL=ui-
|
|
48
|
+
//# sourceMappingURL=ui-ZKSCXGYG.js.map
|
package/oclif.manifest.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"type": "option"
|
|
78
78
|
},
|
|
79
79
|
"template": {
|
|
80
|
-
"description": "The app template. Accepts one of the following:\n - <remix|none>\n - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify/<repository>/[subpath]#[branch]",
|
|
80
|
+
"description": "The app template. Accepts one of the following:\n - <reactRouter|remix|none>\n - Any GitHub repo with optional branch and subpath, e.g., https://github.com/Shopify/<repository>/[subpath]#[branch]",
|
|
81
81
|
"env": "SHOPIFY_FLAG_TEMPLATE",
|
|
82
82
|
"hasDynamicHelp": false,
|
|
83
83
|
"multiple": false,
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"summary": "Create a new app project"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"version": "3.
|
|
107
|
+
"version": "3.85.0"
|
|
108
108
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/create-app",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.85.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to create a new Shopify app.",
|
|
6
6
|
"keywords": [
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"esbuild": "0.25.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@shopify/cli-kit": "3.
|
|
51
|
-
"@shopify/app": "3.
|
|
50
|
+
"@shopify/cli-kit": "3.85.0",
|
|
51
|
+
"@shopify/app": "3.85.0",
|
|
52
52
|
"esbuild-plugin-copy": "^2.1.1",
|
|
53
53
|
"@vitest/coverage-istanbul": "^3.1.4"
|
|
54
54
|
},
|
package/dist/chunk-CP3BRHWK.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
init_cjs_shims
|
|
3
|
-
} from "./chunk-PKR7KJ6P.js";
|
|
4
|
-
|
|
5
|
-
// ../cli-kit/dist/private/node/context/deprecations-store.js
|
|
6
|
-
init_cjs_shims();
|
|
7
|
-
var globalWithDeprecationsStore = {
|
|
8
|
-
...globalThis,
|
|
9
|
-
deprecationsStore: {
|
|
10
|
-
nextDeprecationDate: void 0
|
|
11
|
-
}
|
|
12
|
-
};
|
|
13
|
-
function getNextDeprecationDate() {
|
|
14
|
-
return globalWithDeprecationsStore.deprecationsStore.nextDeprecationDate;
|
|
15
|
-
}
|
|
16
|
-
function setNextDeprecationDate(dates) {
|
|
17
|
-
if (dates.length < 1)
|
|
18
|
-
return;
|
|
19
|
-
let earliestFutureDateTime = earliestDateTimeAfter(Date.now(), dates);
|
|
20
|
-
if (!earliestFutureDateTime)
|
|
21
|
-
return;
|
|
22
|
-
let nextDeprecationDate = getNextDeprecationDate();
|
|
23
|
-
(!nextDeprecationDate || earliestFutureDateTime < nextDeprecationDate.getTime()) && (globalWithDeprecationsStore.deprecationsStore.nextDeprecationDate = new Date(earliestFutureDateTime));
|
|
24
|
-
}
|
|
25
|
-
function earliestDateTimeAfter(afterTime, dates) {
|
|
26
|
-
return dates.map((date) => date.getTime()).sort().find((time) => time > afterTime);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export {
|
|
30
|
-
getNextDeprecationDate,
|
|
31
|
-
setNextDeprecationDate
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=chunk-CP3BRHWK.js.map
|