@shopify/create-app 3.90.0 → 3.90.1
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-2HKUDD5O.js → chunk-5IMMV2FW.js} +4 -4
- package/dist/{chunk-7YUNOVUI.js → chunk-6OZDZSVS.js} +5 -5
- package/dist/{chunk-GWY4CBLA.js → chunk-APKTMEMO.js} +3 -3
- package/dist/{chunk-RGJ4BXIY.js → chunk-B3WU3OQW.js} +6 -6
- package/dist/{chunk-6J45DHE7.js → chunk-C5T6XA4Z.js} +2 -2
- package/dist/{chunk-2DEP3RXL.js → chunk-QVREKF7L.js} +4 -4
- package/dist/{custom-oclif-loader-2UXWLT7G.js → custom-oclif-loader-DOE5G2TS.js} +2 -2
- package/dist/{error-handler-TTBMK4H6.js → error-handler-APWB6LET.js} +5 -5
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +482 -481
- package/dist/{local-XJBENDBD.js → local-2KZD4JYH.js} +2 -2
- package/dist/{node-package-manager-5CRVMYIH.js → node-package-manager-E64FFXFR.js} +3 -3
- package/dist/{ui-NL6F4FZE.js → ui-XIIVEZPX.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
setCurrentSessionId,
|
|
16
16
|
setSessions,
|
|
17
17
|
timeIntervalToMilliseconds
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-C5T6XA4Z.js";
|
|
19
19
|
import {
|
|
20
20
|
AbortError,
|
|
21
21
|
BugError,
|
|
@@ -92,7 +92,7 @@ import {
|
|
|
92
92
|
stringifyMessage,
|
|
93
93
|
systemEnvironmentVariables,
|
|
94
94
|
themeToken
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-B3WU3OQW.js";
|
|
96
96
|
import {
|
|
97
97
|
cwd,
|
|
98
98
|
sniffForJson
|
|
@@ -46017,7 +46017,7 @@ var require_lib3 = __commonJS({
|
|
|
46017
46017
|
|
|
46018
46018
|
// ../cli-kit/dist/public/common/version.js
|
|
46019
46019
|
init_cjs_shims();
|
|
46020
|
-
var CLI_KIT_VERSION = "3.90.
|
|
46020
|
+
var CLI_KIT_VERSION = "3.90.1";
|
|
46021
46021
|
|
|
46022
46022
|
// ../cli-kit/dist/public/node/plugins.js
|
|
46023
46023
|
init_cjs_shims();
|
|
@@ -52873,4 +52873,4 @@ mime-types/index.js:
|
|
|
52873
52873
|
* MIT Licensed
|
|
52874
52874
|
*)
|
|
52875
52875
|
*/
|
|
52876
|
-
//# sourceMappingURL=chunk-
|
|
52876
|
+
//# sourceMappingURL=chunk-5IMMV2FW.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-5IMMV2FW.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-C5T6XA4Z.js";
|
|
11
11
|
import {
|
|
12
12
|
AbortSilentError,
|
|
13
13
|
exec,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
renderError,
|
|
17
17
|
renderInfo,
|
|
18
18
|
renderWarning
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-B3WU3OQW.js";
|
|
20
20
|
import {
|
|
21
21
|
init_cjs_shims
|
|
22
22
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -84,7 +84,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
|
|
|
84
84
|
throw new AbortSilentError();
|
|
85
85
|
let errorMessage = `Error showing notifications: ${error.message}`;
|
|
86
86
|
outputDebug(errorMessage);
|
|
87
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
87
|
+
let { sendErrorToBugsnag } = await import("./error-handler-APWB6LET.js");
|
|
88
88
|
await sendErrorToBugsnag(errorMessage, "unexpected_error");
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -174,4 +174,4 @@ export {
|
|
|
174
174
|
showNotificationsIfNeeded,
|
|
175
175
|
fetchNotificationsInBackground
|
|
176
176
|
};
|
|
177
|
-
//# sourceMappingURL=chunk-
|
|
177
|
+
//# sourceMappingURL=chunk-6OZDZSVS.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getNextDeprecationDate,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5IMMV2FW.js";
|
|
5
5
|
import {
|
|
6
6
|
addSensitiveMetadata,
|
|
7
7
|
getAllSensitiveMetadata,
|
|
8
8
|
outputDebug,
|
|
9
9
|
renderWarning
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-B3WU3OQW.js";
|
|
11
11
|
import {
|
|
12
12
|
init_cjs_shims
|
|
13
13
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -75,4 +75,4 @@ export {
|
|
|
75
75
|
postRunHookHasCompleted,
|
|
76
76
|
hook
|
|
77
77
|
};
|
|
78
|
-
//# sourceMappingURL=chunk-
|
|
78
|
+
//# sourceMappingURL=chunk-APKTMEMO.js.map
|
|
@@ -22915,7 +22915,7 @@ init_cjs_shims();
|
|
|
22915
22915
|
|
|
22916
22916
|
// ../cli-kit/dist/public/node/abort.js
|
|
22917
22917
|
init_cjs_shims();
|
|
22918
|
-
var import_node_abort_controller = __toESM(require_node_abort_controller()), AbortController = class extends import_node_abort_controller.AbortController {
|
|
22918
|
+
var import_node_abort_controller = __toESM(require_node_abort_controller(), 1), AbortController = class extends import_node_abort_controller.AbortController {
|
|
22919
22919
|
}, AbortSignal = class extends import_node_abort_controller.AbortSignal {
|
|
22920
22920
|
};
|
|
22921
22921
|
|
|
@@ -22946,7 +22946,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
22946
22946
|
try {
|
|
22947
22947
|
await getAndSet();
|
|
22948
22948
|
} catch (error) {
|
|
22949
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
22949
|
+
let { sendErrorToBugsnag } = await import("./error-handler-APWB6LET.js");
|
|
22950
22950
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
22951
22951
|
}
|
|
22952
22952
|
}, durationStack = [];
|
|
@@ -27903,7 +27903,7 @@ function asHumanFriendlyArray(items) {
|
|
|
27903
27903
|
}
|
|
27904
27904
|
|
|
27905
27905
|
// ../cli-kit/dist/public/common/string.js
|
|
27906
|
-
var import_change_case = __toESM(require_dist15()), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
27906
|
+
var import_change_case = __toESM(require_dist15(), 1), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
27907
27907
|
"commercial",
|
|
27908
27908
|
"profitable",
|
|
27909
27909
|
"amortizable",
|
|
@@ -28911,7 +28911,7 @@ init_cjs_shims();
|
|
|
28911
28911
|
|
|
28912
28912
|
// ../cli-kit/dist/public/common/function.js
|
|
28913
28913
|
init_cjs_shims();
|
|
28914
|
-
var import_memoize = __toESM(require_memoize()
|
|
28914
|
+
var import_memoize = __toESM(require_memoize()), import_debounce3 = __toESM(require_debounce()), import_throttle2 = __toESM(require_throttle());
|
|
28915
28915
|
function debounce3(func, wait, options) {
|
|
28916
28916
|
return (0, import_debounce3.default)(func, wait, options);
|
|
28917
28917
|
}
|
|
@@ -28974,7 +28974,7 @@ var SingleTask = ({ task, title, onComplete, onAbort, noColor }) => {
|
|
|
28974
28974
|
};
|
|
28975
28975
|
|
|
28976
28976
|
// ../cli-kit/dist/public/node/ui.js
|
|
28977
|
-
var import_react57 = __toESM(require_react()), defaultUIDebugOptions = {
|
|
28977
|
+
var import_react57 = __toESM(require_react(), 1), defaultUIDebugOptions = {
|
|
28978
28978
|
skipTTYCheck: !1
|
|
28979
28979
|
};
|
|
28980
28980
|
async function renderConcurrent({ renderOptions, ...props }) {
|
|
@@ -32342,4 +32342,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32342
32342
|
* LICENSE file in the root directory of this source tree.
|
|
32343
32343
|
*)
|
|
32344
32344
|
*/
|
|
32345
|
-
//# sourceMappingURL=chunk-
|
|
32345
|
+
//# sourceMappingURL=chunk-B3WU3OQW.js.map
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
runWithTimer,
|
|
21
21
|
unixFileIsOwnedByCurrentUser,
|
|
22
22
|
writeFile
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-B3WU3OQW.js";
|
|
24
24
|
import {
|
|
25
25
|
require_semver
|
|
26
26
|
} from "./chunk-V7OWCSFT.js";
|
|
@@ -13996,4 +13996,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13996
13996
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13997
13997
|
*)
|
|
13998
13998
|
*/
|
|
13999
|
-
//# sourceMappingURL=chunk-
|
|
13999
|
+
//# sourceMappingURL=chunk-C5T6XA4Z.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
isLocalEnvironment,
|
|
7
7
|
reportAnalyticsEvent
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5IMMV2FW.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-C5T6XA4Z.js";
|
|
12
12
|
import {
|
|
13
13
|
AbortSilentError,
|
|
14
14
|
CancelExecution,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
reportingRateLimit,
|
|
24
24
|
require_stacktracey,
|
|
25
25
|
shouldReportErrorAsUnexpected
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-B3WU3OQW.js";
|
|
27
27
|
import {
|
|
28
28
|
require_lib
|
|
29
29
|
} from "./chunk-V7OWCSFT.js";
|
|
@@ -2231,4 +2231,4 @@ export {
|
|
|
2231
2231
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2232
2232
|
addBugsnagMetadata
|
|
2233
2233
|
};
|
|
2234
|
-
//# sourceMappingURL=chunk-
|
|
2234
|
+
//# sourceMappingURL=chunk-QVREKF7L.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync,
|
|
4
4
|
isDevelopment
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-B3WU3OQW.js";
|
|
6
6
|
import {
|
|
7
7
|
require_lib
|
|
8
8
|
} from "./chunk-V7OWCSFT.js";
|
|
@@ -46,4 +46,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
46
46
|
export {
|
|
47
47
|
ShopifyConfig
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
49
|
+
//# sourceMappingURL=custom-oclif-loader-DOE5G2TS.js.map
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-QVREKF7L.js";
|
|
8
|
+
import "./chunk-5IMMV2FW.js";
|
|
9
9
|
import "./chunk-XD3LXUGW.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-C5T6XA4Z.js";
|
|
11
|
+
import "./chunk-B3WU3OQW.js";
|
|
12
12
|
import "./chunk-V7OWCSFT.js";
|
|
13
13
|
import "./chunk-UMUTXITN.js";
|
|
14
14
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
27
27
|
sendErrorToBugsnag
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=error-handler-
|
|
29
|
+
//# sourceMappingURL=error-handler-APWB6LET.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
hook
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-APKTMEMO.js";
|
|
4
|
+
import "../chunk-5IMMV2FW.js";
|
|
5
5
|
import "../chunk-XD3LXUGW.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-C5T6XA4Z.js";
|
|
7
|
+
import "../chunk-B3WU3OQW.js";
|
|
8
8
|
import "../chunk-V7OWCSFT.js";
|
|
9
9
|
import "../chunk-UMUTXITN.js";
|
|
10
10
|
import "../chunk-Y2JP6WFP.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-6OZDZSVS.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-5IMMV2FW.js";
|
|
8
8
|
import "../chunk-XD3LXUGW.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-C5T6XA4Z.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
outputDebug,
|
|
21
21
|
outputToken,
|
|
22
22
|
outputWarn
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-B3WU3OQW.js";
|
|
24
24
|
import "../chunk-V7OWCSFT.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|