@shopify/create-app 3.85.0 → 3.85.2
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-G5HUFNZJ.js → chunk-2VQSCETZ.js} +2 -1
- package/dist/{chunk-POCJD2ES.js → chunk-5P4X6AIQ.js} +6 -6
- package/dist/{chunk-AEWLNHFZ.js → chunk-7BZNMHRM.js} +5 -5
- package/dist/{chunk-ZNZH4RBZ.js → chunk-JKIYBT7B.js} +6 -6
- package/dist/{chunk-JZCHSJAA.js → chunk-OPUACRBY.js} +4 -4
- package/dist/{chunk-PGTPDPDU.js → chunk-Y6H4NQNN.js} +3 -3
- package/dist/{chunk-OE3KB4ED.js → chunk-YPOBBW5D.js} +4 -4
- package/dist/{custom-oclif-loader-TLRFRMDM.js → custom-oclif-loader-IOC6N3VF.js} +3 -3
- package/dist/{error-handler-U6DLBQ5N.js → error-handler-VKKBCHLU.js} +7 -7
- package/dist/hooks/postrun.js +5 -5
- package/dist/hooks/prerun.js +5 -5
- package/dist/index.js +1117 -723
- package/dist/{lib-G23FRF64.js → lib-XDPPS4KW.js} +2 -2
- package/dist/{local-FA7O4QS5.js → local-5PM6BSWX.js} +3 -3
- package/dist/{node-package-manager-P2QJ377D.js → node-package-manager-QIW4IYTW.js} +4 -4
- package/dist/{ui-ZKSCXGYG.js → ui-KJW4VIFW.js} +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -172281,6 +172281,7 @@ export {
|
|
|
172281
172281
|
require_semver2 as require_semver,
|
|
172282
172282
|
require_ansi_styles,
|
|
172283
172283
|
require_source_map,
|
|
172284
|
+
require_typescript,
|
|
172284
172285
|
require_commonjs,
|
|
172285
172286
|
require_lib
|
|
172286
172287
|
};
|
|
@@ -172311,4 +172312,4 @@ typescript/lib/typescript.js:
|
|
|
172311
172312
|
and limitations under the License.
|
|
172312
172313
|
***************************************************************************** *)
|
|
172313
172314
|
*/
|
|
172314
|
-
//# sourceMappingURL=chunk-
|
|
172315
|
+
//# sourceMappingURL=chunk-2VQSCETZ.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
require_lib,
|
|
5
5
|
require_semver,
|
|
6
6
|
require_source_map
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2VQSCETZ.js";
|
|
8
8
|
import {
|
|
9
9
|
require_has_flag
|
|
10
10
|
} from "./chunk-UMUTXITN.js";
|
|
@@ -23354,7 +23354,7 @@ init_cjs_shims();
|
|
|
23354
23354
|
|
|
23355
23355
|
// ../cli-kit/dist/public/node/abort.js
|
|
23356
23356
|
init_cjs_shims();
|
|
23357
|
-
var import_node_abort_controller = __toESM(require_node_abort_controller()), AbortController = class extends import_node_abort_controller.AbortController {
|
|
23357
|
+
var import_node_abort_controller = __toESM(require_node_abort_controller(), 1), AbortController = class extends import_node_abort_controller.AbortController {
|
|
23358
23358
|
}, AbortSignal = class extends import_node_abort_controller.AbortSignal {
|
|
23359
23359
|
};
|
|
23360
23360
|
|
|
@@ -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-VKKBCHLU.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()), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
28158
|
+
var import_change_case = __toESM(require_dist16(), 1), 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()), import_debounce = __toESM(require_debounce()), import_throttle2 = __toESM(require_throttle());
|
|
29147
|
+
var import_memoize = __toESM(require_memoize(), 1), import_debounce = __toESM(require_debounce(), 1), import_throttle2 = __toESM(require_throttle(), 1);
|
|
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-5P4X6AIQ.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-OPUACRBY.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Y6H4NQNN.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-5P4X6AIQ.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-VKKBCHLU.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-7BZNMHRM.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YPOBBW5D.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData,
|
|
8
8
|
isLocalEnvironment
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-OPUACRBY.js";
|
|
10
10
|
import {
|
|
11
11
|
runWithRateLimit
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-Y6H4NQNN.js";
|
|
13
13
|
import {
|
|
14
14
|
AbortSilentError,
|
|
15
15
|
CancelExecution,
|
|
@@ -24,10 +24,10 @@ import {
|
|
|
24
24
|
reportingRateLimit,
|
|
25
25
|
require_stacktracey,
|
|
26
26
|
shouldReportErrorAsUnexpected
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-5P4X6AIQ.js";
|
|
28
28
|
import {
|
|
29
29
|
require_lib
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-2VQSCETZ.js";
|
|
31
31
|
import {
|
|
32
32
|
cwd,
|
|
33
33
|
isAbsolutePath,
|
|
@@ -2143,4 +2143,4 @@ export {
|
|
|
2143
2143
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2144
2144
|
addBugsnagMetadata
|
|
2145
2145
|
};
|
|
2146
|
-
//# sourceMappingURL=chunk-
|
|
2146
|
+
//# sourceMappingURL=chunk-JKIYBT7B.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
setCurrentSessionId,
|
|
15
15
|
setSessions,
|
|
16
16
|
timeIntervalToMilliseconds
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-Y6H4NQNN.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-5P4X6AIQ.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.2";
|
|
30584
30584
|
|
|
30585
30585
|
// ../cli-kit/dist/private/node/context/service.js
|
|
30586
30586
|
init_cjs_shims();
|
|
@@ -36717,4 +36717,4 @@ mime-types/index.js:
|
|
|
36717
36717
|
* MIT Licensed
|
|
36718
36718
|
*)
|
|
36719
36719
|
*/
|
|
36720
|
-
//# sourceMappingURL=chunk-
|
|
36720
|
+
//# sourceMappingURL=chunk-OPUACRBY.js.map
|
|
@@ -18,10 +18,10 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-5P4X6AIQ.js";
|
|
22
22
|
import {
|
|
23
23
|
require_semver
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2VQSCETZ.js";
|
|
25
25
|
import {
|
|
26
26
|
dirname,
|
|
27
27
|
joinPath
|
|
@@ -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-Y6H4NQNN.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData,
|
|
7
7
|
requestIdsCollection
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OPUACRBY.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-Y6H4NQNN.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-5P4X6AIQ.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-YPOBBW5D.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5P4X6AIQ.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2VQSCETZ.js";
|
|
8
8
|
import "./chunk-UMUTXITN.js";
|
|
9
9
|
import {
|
|
10
10
|
cwd,
|
|
@@ -40,4 +40,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
40
40
|
export {
|
|
41
41
|
ShopifyConfig
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
43
|
+
//# sourceMappingURL=custom-oclif-loader-IOC6N3VF.js.map
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-JKIYBT7B.js";
|
|
8
|
+
import "./chunk-YPOBBW5D.js";
|
|
9
|
+
import "./chunk-OPUACRBY.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-Y6H4NQNN.js";
|
|
12
|
+
import "./chunk-5P4X6AIQ.js";
|
|
13
|
+
import "./chunk-2VQSCETZ.js";
|
|
14
14
|
import "./chunk-UMUTXITN.js";
|
|
15
15
|
import "./chunk-Y2JP6WFP.js";
|
|
16
16
|
import "./chunk-SHWOPMLQ.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
26
26
|
sendErrorToBugsnag
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=error-handler-
|
|
28
|
+
//# sourceMappingURL=error-handler-VKKBCHLU.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reportAnalyticsEvent
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-YPOBBW5D.js";
|
|
4
4
|
import {
|
|
5
5
|
getNextDeprecationDate
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-OPUACRBY.js";
|
|
7
7
|
import "../chunk-25IMI7TH.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-Y6H4NQNN.js";
|
|
9
9
|
import {
|
|
10
10
|
addSensitiveMetadata,
|
|
11
11
|
getAllSensitiveMetadata,
|
|
12
12
|
outputDebug,
|
|
13
13
|
renderWarning
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-5P4X6AIQ.js";
|
|
15
|
+
import "../chunk-2VQSCETZ.js";
|
|
16
16
|
import "../chunk-UMUTXITN.js";
|
|
17
17
|
import "../chunk-Y2JP6WFP.js";
|
|
18
18
|
import "../chunk-75LV6AQS.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-7BZNMHRM.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-OPUACRBY.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-Y6H4NQNN.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -20,8 +20,8 @@ import {
|
|
|
20
20
|
outputDebug,
|
|
21
21
|
outputToken,
|
|
22
22
|
outputWarn
|
|
23
|
-
} from "../chunk-
|
|
24
|
-
import "../chunk-
|
|
23
|
+
} from "../chunk-5P4X6AIQ.js";
|
|
24
|
+
import "../chunk-2VQSCETZ.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|
|
27
27
|
import "../chunk-75LV6AQS.js";
|