@shopify/create-app 3.84.1 → 3.85.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/README.md +1 -1
- package/dist/{chunk-I5QSPA3G.js → chunk-AEWLNHFZ.js} +5 -5
- package/dist/{chunk-H3GWNOGA.js → chunk-G5HUFNZJ.js} +577 -750
- package/dist/{chunk-F7XIUISB.js → chunk-JZCHSJAA.js} +5290 -1918
- package/dist/{chunk-APC5TGT7.js → chunk-OE3KB4ED.js} +183 -39
- package/dist/{chunk-XCAGLQZT.js → chunk-PGTPDPDU.js} +39 -15
- package/dist/{chunk-BRA57BDM.js → chunk-POCJD2ES.js} +744 -668
- package/dist/{chunk-GYAMBODZ.js → chunk-ZNZH4RBZ.js} +13 -12
- package/dist/{custom-oclif-loader-U7MCMR24.js → custom-oclif-loader-TLRFRMDM.js} +3 -3
- package/dist/{error-handler-M3MNE2JX.js → error-handler-U6DLBQ5N.js} +7 -7
- package/dist/hooks/postrun.js +7 -8
- package/dist/hooks/prerun.js +5 -5
- package/dist/index.js +9425 -9166
- package/dist/index.test.js +7 -7
- package/dist/{lib-CLQ247I5.js → lib-G23FRF64.js} +2 -2
- package/dist/{local-ZJSQNOBS.js → local-FA7O4QS5.js} +3 -3
- package/dist/{node-package-manager-ZPABMQVG.js → node-package-manager-P2QJ377D.js} +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-5P6JUXXH.js → ui-ZKSCXGYG.js} +5 -3
- package/oclif.manifest.json +2 -2
- package/package.json +3 -3
- package/dist/chunk-CP3BRHWK.js +0 -33
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Learn more in the [commands docs](./packages/cli/README.md#commands).
|
|
|
13
13
|
|
|
14
14
|
<p> </p>
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
## Before you begin
|
|
17
17
|
|
|
18
18
|
Install the latest version of [Node.js](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/getting-started) (or another package manager of your choice).
|
|
19
19
|
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JZCHSJAA.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-PGTPDPDU.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-POCJD2ES.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-U6DLBQ5N.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-AEWLNHFZ.js.map
|