@shopify/create-app 3.74.0 → 3.75.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/dist/{chunk-VK6YB4CW.js → chunk-3YDOTMPD.js} +3 -3
- package/dist/{chunk-ZUCWDIGE.js → chunk-57Q6OQG4.js} +2 -2
- package/dist/{chunk-QPEQYFIE.js → chunk-5SC2R6CT.js} +10053 -10052
- package/dist/{chunk-A2CUF3IE.js → chunk-C5GINFDG.js} +2 -2
- package/dist/{chunk-PNW5KDM2.js → chunk-EPQ2L6IW.js} +7 -7
- package/dist/{chunk-MFOTVT4R.js → chunk-ICQBXF5V.js} +83 -20
- package/dist/{chunk-ZKGBK6WQ.js → chunk-IVFBSLUD.js} +15 -8
- package/dist/{chunk-RVS7NPOH.js → chunk-L7GASDV2.js} +4 -4
- package/dist/{chunk-NBA3G6YQ.js → chunk-S3QEOIDU.js} +33 -28
- package/dist/{custom-oclif-loader-3WFQ2GRD.js → custom-oclif-loader-CXVA2M3L.js} +5 -6
- package/dist/{del-CKAQ44SX.js → del-G6PUU7PY.js} +3 -3
- package/dist/{error-handler-N6P2X42R.js → error-handler-GC4GWYD5.js} +9 -10
- package/dist/hooks/postrun.js +7 -8
- package/dist/hooks/prerun.js +6 -7
- package/dist/index.js +5972 -5283
- package/dist/index.test.js +34 -35
- package/dist/{lib-ZAUU5FOJ.js → lib-GSZAN7VA.js} +3 -3
- package/dist/{local-EBAW6AUD.js → local-6CQLDUCI.js} +7 -6
- package/dist/{magic-string.es-PJMYOE6F.js → magic-string.es-BSVDQOZI.js} +32 -20
- package/dist/{node-package-manager-VTG2B4KW.js → node-package-manager-DQ4PU7OM.js} +6 -7
- package/dist/{path-GWAZZN2N.js → path-2K5HIMHZ.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-QBKDPUJX.js → ui-PWRERZXU.js} +5 -6
- package/oclif.manifest.json +1 -1
- package/package.json +5 -4
- package/dist/chunk-CFIKVUNW.js +0 -45
|
@@ -18,11 +18,11 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-ICQBXF5V.js";
|
|
22
22
|
import {
|
|
23
23
|
dirname,
|
|
24
24
|
joinPath
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-57Q6OQG4.js";
|
|
26
26
|
import {
|
|
27
27
|
__commonJS,
|
|
28
28
|
__require,
|
|
@@ -14830,4 +14830,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
14830
14830
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14831
14831
|
*)
|
|
14832
14832
|
*/
|
|
14833
|
-
//# sourceMappingURL=chunk-
|
|
14833
|
+
//# sourceMappingURL=chunk-3YDOTMPD.js.map
|
|
@@ -40,7 +40,7 @@ var require_commondir = __commonJS({
|
|
|
40
40
|
|
|
41
41
|
// ../cli-kit/dist/public/node/path.js
|
|
42
42
|
init_cjs_shims();
|
|
43
|
-
var import_commondir = __toESM(require_commondir()
|
|
43
|
+
var import_commondir = __toESM(require_commondir());
|
|
44
44
|
import { fileURLToPath } from "url";
|
|
45
45
|
function joinPath(...paths) {
|
|
46
46
|
return join(...paths);
|
|
@@ -108,4 +108,4 @@ export {
|
|
|
108
108
|
sniffForPath,
|
|
109
109
|
sniffForJson
|
|
110
110
|
};
|
|
111
|
-
//# sourceMappingURL=chunk-
|
|
111
|
+
//# sourceMappingURL=chunk-57Q6OQG4.js.map
|