@shopify/create-app 3.85.4 → 3.86.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/{brotli-EDFLSXX4.js → brotli-2OKV26Y6.js} +3 -3
- package/dist/{chunk-YKC6AF5P.js → chunk-24C6AXHU.js} +108 -87
- package/dist/{chunk-75LV6AQS.js → chunk-6ONJEX7Y.js} +8 -8
- package/dist/{chunk-BJHEYWTG.js → chunk-JVOC6QPM.js} +203 -181
- package/dist/{chunk-2VQSCETZ.js → chunk-JXJ33RQ2.js} +57 -59
- package/dist/{chunk-GPDZY4XJ.js → chunk-KUW6F33L.js} +6 -6
- package/dist/{chunk-O4KAJGU5.js → chunk-MGT4QKYB.js} +3 -3
- package/dist/{chunk-37HE2BRV.js → chunk-TO2X4F7Z.js} +81 -30
- package/dist/{chunk-ZJQOFM3X.js → chunk-VCNJSI7V.js} +41 -34
- package/dist/{chunk-25IMI7TH.js → chunk-XD3LXUGW.js} +5 -5
- package/dist/{chunk-2UR7TMKO.js → chunk-Y7KLALIY.js} +45 -39
- package/dist/{custom-oclif-loader-PIBU4VHF.js → custom-oclif-loader-P2GF3H55.js} +4 -4
- package/dist/{del-4XMQNWFE.js → del-M36IQP37.js} +3 -3
- package/dist/{error-handler-G6DYVEQ2.js → error-handler-A4ESBROE.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +7 -7
- package/dist/{http-proxy-node16-T623PGD4.js → http-proxy-node16-K5X7BUK5.js} +3 -3
- package/dist/index.js +456 -407
- package/dist/index.test.js +15 -15
- package/dist/{lib-XDPPS4KW.js → lib-JIKIO4JO.js} +2 -2
- package/dist/{local-P6NRRHIF.js → local-NJYNKPHZ.js} +4 -4
- package/dist/{multipart-parser-WSNBP656.js → multipart-parser-IYYNISJK.js} +2 -2
- package/dist/{node-package-manager-Y7X57X7L.js → node-package-manager-DIXFSXME.js} +5 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-DP4GP7CG.js → ui-TJJFYS6Z.js} +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/dist/index.test.js
CHANGED
|
@@ -48,15 +48,15 @@ var require_dist = __commonJS({
|
|
|
48
48
|
"../../node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js"(exports) {
|
|
49
49
|
"use strict";
|
|
50
50
|
init_cjs_shims();
|
|
51
|
-
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m2, k, k2) {
|
|
51
|
+
var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m2, k, k2) {
|
|
52
52
|
k2 === void 0 && (k2 = k);
|
|
53
53
|
var desc = Object.getOwnPropertyDescriptor(m2, k);
|
|
54
54
|
(!desc || ("get" in desc ? !m2.__esModule : desc.writable || desc.configurable)) && (desc = { enumerable: !0, get: function() {
|
|
55
55
|
return m2[k];
|
|
56
56
|
} }), Object.defineProperty(o, k2, desc);
|
|
57
|
-
} : function(o, m2, k, k2) {
|
|
57
|
+
}) : (function(o, m2, k, k2) {
|
|
58
58
|
k2 === void 0 && (k2 = k), o[k2] = m2[k];
|
|
59
|
-
}), __exportStar = exports && exports.__exportStar || function(m2, exports2) {
|
|
59
|
+
})), __exportStar = exports && exports.__exportStar || function(m2, exports2) {
|
|
60
60
|
for (var p3 in m2) p3 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p3) && __createBinding(exports2, m2, p3);
|
|
61
61
|
};
|
|
62
62
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -510,7 +510,7 @@ function requireReactIs_production() {
|
|
|
510
510
|
var reactIs_development$1 = {};
|
|
511
511
|
var hasRequiredReactIs_development$1;
|
|
512
512
|
function requireReactIs_development$1() {
|
|
513
|
-
return hasRequiredReactIs_development$1 || (hasRequiredReactIs_development$1 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
513
|
+
return hasRequiredReactIs_development$1 || (hasRequiredReactIs_development$1 = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
514
514
|
function typeOf2(object2) {
|
|
515
515
|
if (typeof object2 == "object" && object2 !== null) {
|
|
516
516
|
var $$typeof = object2.$$typeof;
|
|
@@ -570,7 +570,7 @@ function requireReactIs_development$1() {
|
|
|
570
570
|
}, reactIs_development$1.isValidElementType = function(type3) {
|
|
571
571
|
return typeof type3 == "string" || typeof type3 == "function" || type3 === REACT_FRAGMENT_TYPE || type3 === REACT_PROFILER_TYPE || type3 === REACT_STRICT_MODE_TYPE || type3 === REACT_SUSPENSE_TYPE || type3 === REACT_SUSPENSE_LIST_TYPE || typeof type3 == "object" && type3 !== null && (type3.$$typeof === REACT_LAZY_TYPE || type3.$$typeof === REACT_MEMO_TYPE || type3.$$typeof === REACT_CONTEXT_TYPE || type3.$$typeof === REACT_CONSUMER_TYPE || type3.$$typeof === REACT_FORWARD_REF_TYPE || type3.$$typeof === REACT_CLIENT_REFERENCE || type3.getModuleId !== void 0);
|
|
572
572
|
}, reactIs_development$1.typeOf = typeOf2;
|
|
573
|
-
}()), reactIs_development$1;
|
|
573
|
+
})()), reactIs_development$1;
|
|
574
574
|
}
|
|
575
575
|
var hasRequiredReactIs$1;
|
|
576
576
|
function requireReactIs$1() {
|
|
@@ -651,7 +651,7 @@ function requireReactIs_production_min() {
|
|
|
651
651
|
var reactIs_development = {};
|
|
652
652
|
var hasRequiredReactIs_development;
|
|
653
653
|
function requireReactIs_development() {
|
|
654
|
-
return hasRequiredReactIs_development || (hasRequiredReactIs_development = 1, process.env.NODE_ENV !== "production" && function() {
|
|
654
|
+
return hasRequiredReactIs_development || (hasRequiredReactIs_development = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
655
655
|
var REACT_ELEMENT_TYPE = Symbol.for("react.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_PROVIDER_TYPE = Symbol.for("react.provider"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_SERVER_CONTEXT_TYPE = Symbol.for("react.server_context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"), enableScopeAPI = !1, enableCacheElement = !1, enableTransitionTracing = !1, enableLegacyHidden = !1, enableDebugTracing = !1, REACT_MODULE_REFERENCE;
|
|
656
656
|
REACT_MODULE_REFERENCE = Symbol.for("react.module.reference");
|
|
657
657
|
function isValidElementType(type3) {
|
|
@@ -737,7 +737,7 @@ function requireReactIs_development() {
|
|
|
737
737
|
return typeOf2(object2) === REACT_SUSPENSE_LIST_TYPE;
|
|
738
738
|
}
|
|
739
739
|
reactIs_development.ContextConsumer = ContextConsumer, reactIs_development.ContextProvider = ContextProvider, reactIs_development.Element = Element2, reactIs_development.ForwardRef = ForwardRef, reactIs_development.Fragment = Fragment, reactIs_development.Lazy = Lazy, reactIs_development.Memo = Memo, reactIs_development.Portal = Portal, reactIs_development.Profiler = Profiler, reactIs_development.StrictMode = StrictMode, reactIs_development.Suspense = Suspense, reactIs_development.SuspenseList = SuspenseList, reactIs_development.isAsyncMode = isAsyncMode, reactIs_development.isConcurrentMode = isConcurrentMode, reactIs_development.isContextConsumer = isContextConsumer, reactIs_development.isContextProvider = isContextProvider, reactIs_development.isElement = isElement, reactIs_development.isForwardRef = isForwardRef, reactIs_development.isFragment = isFragment, reactIs_development.isLazy = isLazy, reactIs_development.isMemo = isMemo, reactIs_development.isPortal = isPortal, reactIs_development.isProfiler = isProfiler, reactIs_development.isStrictMode = isStrictMode, reactIs_development.isSuspense = isSuspense, reactIs_development.isSuspenseList = isSuspenseList, reactIs_development.isValidElementType = isValidElementType, reactIs_development.typeOf = typeOf2;
|
|
740
|
-
}()), reactIs_development;
|
|
740
|
+
})()), reactIs_development;
|
|
741
741
|
}
|
|
742
742
|
var hasRequiredReactIs;
|
|
743
743
|
function requireReactIs() {
|
|
@@ -9837,7 +9837,7 @@ function commonjsRequire(path) {
|
|
|
9837
9837
|
}
|
|
9838
9838
|
var chaiSubset$1 = { exports: {} }, chaiSubset = chaiSubset$1.exports, hasRequiredChaiSubset;
|
|
9839
9839
|
function requireChaiSubset() {
|
|
9840
|
-
return hasRequiredChaiSubset || (hasRequiredChaiSubset = 1, function(module, exports) {
|
|
9840
|
+
return hasRequiredChaiSubset || (hasRequiredChaiSubset = 1, (function(module, exports) {
|
|
9841
9841
|
(function() {
|
|
9842
9842
|
(function(chaiSubset2) {
|
|
9843
9843
|
return typeof commonjsRequire == "function" ? module.exports = chaiSubset2 : chai.use(chaiSubset2);
|
|
@@ -9883,7 +9883,7 @@ function requireChaiSubset() {
|
|
|
9883
9883
|
}
|
|
9884
9884
|
});
|
|
9885
9885
|
}).call(chaiSubset);
|
|
9886
|
-
}(chaiSubset$1)), chaiSubset$1.exports;
|
|
9886
|
+
})(chaiSubset$1)), chaiSubset$1.exports;
|
|
9887
9887
|
}
|
|
9888
9888
|
var chaiSubsetExports = requireChaiSubset(), Subset = /* @__PURE__ */ getDefaultExportFromCjs3(chaiSubsetExports);
|
|
9889
9889
|
function createAssertionMessage2(util, assertion, hasArgs) {
|
|
@@ -10147,7 +10147,7 @@ function requireClassName() {
|
|
|
10147
10147
|
}
|
|
10148
10148
|
var deprecated = {}, hasRequiredDeprecated;
|
|
10149
10149
|
function requireDeprecated() {
|
|
10150
|
-
return hasRequiredDeprecated || (hasRequiredDeprecated = 1, function(exports) {
|
|
10150
|
+
return hasRequiredDeprecated || (hasRequiredDeprecated = 1, (function(exports) {
|
|
10151
10151
|
exports.wrap = function(func, msg) {
|
|
10152
10152
|
var wrapped = function() {
|
|
10153
10153
|
return exports.printWarning(msg), func.apply(this, arguments);
|
|
@@ -10158,7 +10158,7 @@ function requireDeprecated() {
|
|
|
10158
10158
|
}, exports.printWarning = function(msg) {
|
|
10159
10159
|
typeof process == "object" && process.emitWarning ? process.emitWarning(msg) : console.info ? console.info(msg) : console.log(msg);
|
|
10160
10160
|
};
|
|
10161
|
-
}(deprecated)), deprecated;
|
|
10161
|
+
})(deprecated)), deprecated;
|
|
10162
10162
|
}
|
|
10163
10163
|
var every, hasRequiredEvery;
|
|
10164
10164
|
function requireEvery() {
|
|
@@ -10253,10 +10253,10 @@ function requirePrototypes() {
|
|
|
10253
10253
|
}
|
|
10254
10254
|
var typeDetect$1 = { exports: {} }, typeDetect = typeDetect$1.exports, hasRequiredTypeDetect;
|
|
10255
10255
|
function requireTypeDetect() {
|
|
10256
|
-
return hasRequiredTypeDetect || (hasRequiredTypeDetect = 1, function(module, exports) {
|
|
10256
|
+
return hasRequiredTypeDetect || (hasRequiredTypeDetect = 1, (function(module, exports) {
|
|
10257
10257
|
(function(global3, factory) {
|
|
10258
10258
|
module.exports = factory();
|
|
10259
|
-
})(typeDetect, function() {
|
|
10259
|
+
})(typeDetect, (function() {
|
|
10260
10260
|
var promiseExists = typeof Promise == "function", globalObject = typeof self == "object" ? self : commonjsGlobal, symbolExists = typeof Symbol < "u", mapExists = typeof Map < "u", setExists = typeof Set < "u", weakMapExists = typeof WeakMap < "u", weakSetExists = typeof WeakSet < "u", dataViewExists = typeof DataView < "u", symbolIteratorExists = symbolExists && typeof Symbol.iterator < "u", symbolToStringTagExists = symbolExists && typeof Symbol.toStringTag < "u", setEntriesExists = setExists && typeof Set.prototype.entries == "function", mapEntriesExists = mapExists && typeof Map.prototype.entries == "function", setIteratorPrototype = setEntriesExists && Object.getPrototypeOf((/* @__PURE__ */ new Set()).entries()), mapIteratorPrototype = mapEntriesExists && Object.getPrototypeOf((/* @__PURE__ */ new Map()).entries()), arrayIteratorExists = symbolIteratorExists && typeof Array.prototype[Symbol.iterator] == "function", arrayIteratorPrototype = arrayIteratorExists && Object.getPrototypeOf([][Symbol.iterator]()), stringIteratorExists = symbolIteratorExists && typeof String.prototype[Symbol.iterator] == "function", stringIteratorPrototype = stringIteratorExists && Object.getPrototypeOf(""[Symbol.iterator]()), toStringLeftSliceLength = 8, toStringRightSliceLength = -1;
|
|
10261
10261
|
function typeDetect2(obj) {
|
|
10262
10262
|
var typeofObj = typeof obj;
|
|
@@ -10295,8 +10295,8 @@ function requireTypeDetect() {
|
|
|
10295
10295
|
return objPrototype === RegExp.prototype ? "RegExp" : objPrototype === Date.prototype ? "Date" : promiseExists && objPrototype === Promise.prototype ? "Promise" : setExists && objPrototype === Set.prototype ? "Set" : mapExists && objPrototype === Map.prototype ? "Map" : weakSetExists && objPrototype === WeakSet.prototype ? "WeakSet" : weakMapExists && objPrototype === WeakMap.prototype ? "WeakMap" : dataViewExists && objPrototype === DataView.prototype ? "DataView" : mapExists && objPrototype === mapIteratorPrototype ? "Map Iterator" : setExists && objPrototype === setIteratorPrototype ? "Set Iterator" : arrayIteratorExists && objPrototype === arrayIteratorPrototype ? "Array Iterator" : stringIteratorExists && objPrototype === stringIteratorPrototype ? "String Iterator" : objPrototype === null ? "Object" : Object.prototype.toString.call(obj).slice(toStringLeftSliceLength, toStringRightSliceLength);
|
|
10296
10296
|
}
|
|
10297
10297
|
return typeDetect2;
|
|
10298
|
-
});
|
|
10299
|
-
}(typeDetect$1)), typeDetect$1.exports;
|
|
10298
|
+
}));
|
|
10299
|
+
})(typeDetect$1)), typeDetect$1.exports;
|
|
10300
10300
|
}
|
|
10301
10301
|
var typeOf, hasRequiredTypeOf;
|
|
10302
10302
|
function requireTypeOf() {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_lib
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JXJ33RQ2.js";
|
|
4
4
|
import "./chunk-UMUTXITN.js";
|
|
5
5
|
import "./chunk-LABBARNJ.js";
|
|
6
6
|
import "./chunk-G2ZZKGSV.js";
|
|
7
7
|
import "./chunk-PKR7KJ6P.js";
|
|
8
8
|
export default require_lib();
|
|
9
|
-
//# sourceMappingURL=lib-
|
|
9
|
+
//# sourceMappingURL=lib-JIKIO4JO.js.map
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
macAddress,
|
|
21
21
|
opentelemetryDomain,
|
|
22
22
|
themeToken
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-24C6AXHU.js";
|
|
24
|
+
import "./chunk-JXJ33RQ2.js";
|
|
25
25
|
import "./chunk-UMUTXITN.js";
|
|
26
26
|
import "./chunk-Y2JP6WFP.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-6ONJEX7Y.js";
|
|
28
28
|
import "./chunk-LABBARNJ.js";
|
|
29
29
|
import "./chunk-G2ZZKGSV.js";
|
|
30
30
|
import "./chunk-PKR7KJ6P.js";
|
|
@@ -51,4 +51,4 @@ export {
|
|
|
51
51
|
opentelemetryDomain,
|
|
52
52
|
themeToken
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=local-
|
|
54
|
+
//# sourceMappingURL=local-NJYNKPHZ.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FormData,
|
|
3
3
|
file_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XD3LXUGW.js";
|
|
5
5
|
import {
|
|
6
6
|
init_cjs_shims
|
|
7
7
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -191,4 +191,4 @@ async function toFormData(Body, ct) {
|
|
|
191
191
|
export {
|
|
192
192
|
toFormData
|
|
193
193
|
};
|
|
194
|
-
//# sourceMappingURL=multipart-parser-
|
|
194
|
+
//# sourceMappingURL=multipart-parser-IYYNISJK.js.map
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-TO2X4F7Z.js";
|
|
33
|
+
import "./chunk-24C6AXHU.js";
|
|
34
|
+
import "./chunk-JXJ33RQ2.js";
|
|
35
35
|
import "./chunk-UMUTXITN.js";
|
|
36
36
|
import "./chunk-Y2JP6WFP.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-6ONJEX7Y.js";
|
|
38
38
|
import "./chunk-LABBARNJ.js";
|
|
39
39
|
import "./chunk-G2ZZKGSV.js";
|
|
40
40
|
import "./chunk-PKR7KJ6P.js";
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
writePackageJSON,
|
|
71
71
|
yarnLockfile
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=node-package-manager-
|
|
73
|
+
//# sourceMappingURL=node-package-manager-DIXFSXME.js.map
|