@shopify/create-app 3.85.2 → 3.85.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/dist/{chunk-Y6H4NQNN.js → chunk-5HCVMQPA.js} +2 -2
- package/dist/{chunk-OPUACRBY.js → chunk-6NLDEVLI.js} +5 -5
- package/dist/{chunk-YPOBBW5D.js → chunk-A6BP5R5D.js} +4 -4
- package/dist/{chunk-5P4X6AIQ.js → chunk-GDQKSWAB.js} +4 -4
- package/dist/{chunk-JKIYBT7B.js → chunk-K2VIRVTL.js} +397 -313
- package/dist/{chunk-7BZNMHRM.js → chunk-NXCZ6OFG.js} +5 -5
- package/dist/{custom-oclif-loader-IOC6N3VF.js → custom-oclif-loader-R36KMIMZ.js} +2 -2
- package/dist/{error-handler-VKKBCHLU.js → error-handler-MJJYI3CD.js} +6 -6
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +13 -37
- package/dist/{local-5PM6BSWX.js → local-MWSAESLX.js} +2 -2
- package/dist/{node-package-manager-QIW4IYTW.js → node-package-manager-6AJOWMMJ.js} +3 -3
- package/dist/{ui-KJW4VIFW.js → ui-O654GOTM.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-GDQKSWAB.js";
|
|
22
22
|
import {
|
|
23
23
|
require_semver
|
|
24
24
|
} from "./chunk-2VQSCETZ.js";
|
|
@@ -13933,4 +13933,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13933
13933
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13934
13934
|
*)
|
|
13935
13935
|
*/
|
|
13936
|
-
//# sourceMappingURL=chunk-
|
|
13936
|
+
//# sourceMappingURL=chunk-5HCVMQPA.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
setCurrentSessionId,
|
|
15
15
|
setSessions,
|
|
16
16
|
timeIntervalToMilliseconds
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-5HCVMQPA.js";
|
|
18
18
|
import {
|
|
19
19
|
AbortError,
|
|
20
20
|
BugError,
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
stringifyMessage,
|
|
81
81
|
systemEnvironmentVariables,
|
|
82
82
|
themeToken
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-GDQKSWAB.js";
|
|
84
84
|
import {
|
|
85
85
|
cwd,
|
|
86
86
|
sniffForJson
|
|
@@ -30580,7 +30580,7 @@ var require_lib3 = __commonJS({
|
|
|
30580
30580
|
|
|
30581
30581
|
// ../cli-kit/dist/public/common/version.js
|
|
30582
30582
|
init_cjs_shims();
|
|
30583
|
-
var CLI_KIT_VERSION = "3.85.
|
|
30583
|
+
var CLI_KIT_VERSION = "3.85.3";
|
|
30584
30584
|
|
|
30585
30585
|
// ../cli-kit/dist/private/node/context/service.js
|
|
30586
30586
|
init_cjs_shims();
|
|
@@ -36068,7 +36068,7 @@ function unionArrayStrategy(destinationArray, sourceArray) {
|
|
|
36068
36068
|
}
|
|
36069
36069
|
|
|
36070
36070
|
// ../cli-kit/dist/public/common/object.js
|
|
36071
|
-
var import_deepmerge = __toESM(require_cjs()), import_pickBy = __toESM(require_pickBy()), import_mapValues = __toESM(require_mapValues()), import_isEqual = __toESM(require_isEqual()), import_differenceWith = __toESM(require_differenceWith()), import_fromPairs = __toESM(require_fromPairs()), import_toPairs = __toESM(require_toPairs()), import_get = __toESM(require_get()), import_set = __toESM(require_set()), import_unset = __toESM(require_unset()), import_isEmpty = __toESM(require_isEmpty());
|
|
36071
|
+
var import_deepmerge = __toESM(require_cjs(), 1), import_pickBy = __toESM(require_pickBy(), 1), import_mapValues = __toESM(require_mapValues(), 1), import_isEqual = __toESM(require_isEqual(), 1), import_differenceWith = __toESM(require_differenceWith(), 1), import_fromPairs = __toESM(require_fromPairs(), 1), import_toPairs = __toESM(require_toPairs(), 1), import_get = __toESM(require_get(), 1), import_set = __toESM(require_set(), 1), import_unset = __toESM(require_unset(), 1), import_isEmpty = __toESM(require_isEmpty(), 1);
|
|
36072
36072
|
function deepMergeObjects(lhs, rhs, arrayMergeStrategy = unionArrayStrategy) {
|
|
36073
36073
|
return (0, import_deepmerge.default)(lhs, rhs, { arrayMerge: arrayMergeStrategy });
|
|
36074
36074
|
}
|
|
@@ -36717,4 +36717,4 @@ mime-types/index.js:
|
|
|
36717
36717
|
* MIT Licensed
|
|
36718
36718
|
*)
|
|
36719
36719
|
*/
|
|
36720
|
-
//# sourceMappingURL=chunk-
|
|
36720
|
+
//# sourceMappingURL=chunk-6NLDEVLI.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData,
|
|
7
7
|
requestIdsCollection
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6NLDEVLI.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-5HCVMQPA.js";
|
|
12
12
|
import {
|
|
13
13
|
alwaysLogAnalytics,
|
|
14
14
|
alwaysLogMetrics,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
outputDebug,
|
|
25
25
|
outputToken,
|
|
26
26
|
reportingRateLimit
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-GDQKSWAB.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__esm,
|
|
@@ -16071,4 +16071,4 @@ export {
|
|
|
16071
16071
|
recordEvent2 as recordEvent,
|
|
16072
16072
|
compileData2 as compileData
|
|
16073
16073
|
};
|
|
16074
|
-
//# sourceMappingURL=chunk-
|
|
16074
|
+
//# sourceMappingURL=chunk-A6BP5R5D.js.map
|
|
@@ -23385,7 +23385,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
23385
23385
|
try {
|
|
23386
23386
|
await getAndSet();
|
|
23387
23387
|
} catch (error) {
|
|
23388
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
23388
|
+
let { sendErrorToBugsnag } = await import("./error-handler-MJJYI3CD.js");
|
|
23389
23389
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
23390
23390
|
}
|
|
23391
23391
|
}, durationStack = [];
|
|
@@ -28155,7 +28155,7 @@ function asHumanFriendlyArray(items) {
|
|
|
28155
28155
|
}
|
|
28156
28156
|
|
|
28157
28157
|
// ../cli-kit/dist/public/common/string.js
|
|
28158
|
-
var import_change_case = __toESM(require_dist16()
|
|
28158
|
+
var import_change_case = __toESM(require_dist16()), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
28159
28159
|
"commercial",
|
|
28160
28160
|
"profitable",
|
|
28161
28161
|
"amortizable",
|
|
@@ -29144,7 +29144,7 @@ init_cjs_shims();
|
|
|
29144
29144
|
|
|
29145
29145
|
// ../cli-kit/dist/public/common/function.js
|
|
29146
29146
|
init_cjs_shims();
|
|
29147
|
-
var import_memoize = __toESM(require_memoize()
|
|
29147
|
+
var import_memoize = __toESM(require_memoize()), import_debounce = __toESM(require_debounce()), import_throttle2 = __toESM(require_throttle());
|
|
29148
29148
|
function debounce(func, wait, options) {
|
|
29149
29149
|
return (0, import_debounce.default)(func, wait, options);
|
|
29150
29150
|
}
|
|
@@ -32541,4 +32541,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32541
32541
|
* LICENSE file in the root directory of this source tree.
|
|
32542
32542
|
*)
|
|
32543
32543
|
*/
|
|
32544
|
-
//# sourceMappingURL=chunk-
|
|
32544
|
+
//# sourceMappingURL=chunk-GDQKSWAB.js.map
|