@shopify/create-app 3.79.0 → 3.79.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-7AOB653K.js → chunk-5KM4KHVA.js} +5 -5
- package/dist/{chunk-DOJFJSIT.js → chunk-A6DB77W5.js} +2 -2
- package/dist/{chunk-HSB3QV4W.js → chunk-IVIBQ4QA.js} +3 -3
- package/dist/{chunk-S6CRGH63.js → chunk-QQGGX74F.js} +5 -5
- package/dist/{chunk-SKROIF4Z.js → chunk-RQ5FDZHB.js} +4 -4
- package/dist/{chunk-BE7EA5HD.js → chunk-TQPWEB7D.js} +5 -5
- package/dist/{custom-oclif-loader-YVZFS2MG.js → custom-oclif-loader-PRNYU3ER.js} +2 -2
- package/dist/{error-handler-2KYYHHUD.js → error-handler-RIDKILPF.js} +6 -6
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +956 -743
- package/dist/{local-FKLT6MRX.js → local-KV2SOCMK.js} +2 -2
- package/dist/{node-package-manager-6MPETXDL.js → node-package-manager-YYJZJHXJ.js} +3 -3
- package/dist/{ui-O37QGDLX.js → ui-3BXQLAQB.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
packageManagerFromUserAgent,
|
|
10
10
|
removeSession,
|
|
11
11
|
setSession
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-A6DB77W5.js";
|
|
13
13
|
import {
|
|
14
14
|
AbortError,
|
|
15
15
|
BugError,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
spinFqdn,
|
|
46
46
|
systemEnvironmentVariables,
|
|
47
47
|
themeToken
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-IVIBQ4QA.js";
|
|
49
49
|
import {
|
|
50
50
|
cwd,
|
|
51
51
|
sniffForJson
|
|
@@ -26948,7 +26948,7 @@ var require_form_data = __commonJS({
|
|
|
26948
26948
|
|
|
26949
26949
|
// ../cli-kit/dist/public/common/version.js
|
|
26950
26950
|
init_cjs_shims();
|
|
26951
|
-
var CLI_KIT_VERSION = "3.79.
|
|
26951
|
+
var CLI_KIT_VERSION = "3.79.2";
|
|
26952
26952
|
|
|
26953
26953
|
// ../cli-kit/dist/private/node/analytics.js
|
|
26954
26954
|
init_cjs_shims();
|
|
@@ -31029,7 +31029,7 @@ async function normalizeStoreFqdn(store2) {
|
|
|
31029
31029
|
|
|
31030
31030
|
// ../cli-kit/dist/public/node/http.js
|
|
31031
31031
|
init_cjs_shims();
|
|
31032
|
-
var import_form_data = __toESM(require_form_data()
|
|
31032
|
+
var import_form_data = __toESM(require_form_data());
|
|
31033
31033
|
|
|
31034
31034
|
// ../../node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js
|
|
31035
31035
|
init_cjs_shims();
|
|
@@ -32620,4 +32620,4 @@ mime-types/index.js:
|
|
|
32620
32620
|
* MIT Licensed
|
|
32621
32621
|
*)
|
|
32622
32622
|
*/
|
|
32623
|
-
//# sourceMappingURL=chunk-
|
|
32623
|
+
//# sourceMappingURL=chunk-5KM4KHVA.js.map
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
require_semver,
|
|
20
20
|
runWithTimer,
|
|
21
21
|
writeFile
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-IVIBQ4QA.js";
|
|
23
23
|
import {
|
|
24
24
|
dirname,
|
|
25
25
|
joinPath
|
|
@@ -13708,4 +13708,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13708
13708
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13709
13709
|
*)
|
|
13710
13710
|
*/
|
|
13711
|
-
//# sourceMappingURL=chunk-
|
|
13711
|
+
//# sourceMappingURL=chunk-A6DB77W5.js.map
|
|
@@ -23578,7 +23578,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
23578
23578
|
try {
|
|
23579
23579
|
await getAndSet();
|
|
23580
23580
|
} catch (error) {
|
|
23581
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
23581
|
+
let { sendErrorToBugsnag } = await import("./error-handler-RIDKILPF.js");
|
|
23582
23582
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
23583
23583
|
}
|
|
23584
23584
|
}, durationStack = [];
|
|
@@ -29195,7 +29195,7 @@ function AutocompletePrompt({ message, choices, infoTable, onSubmit, search, has
|
|
|
29195
29195
|
}
|
|
29196
29196
|
|
|
29197
29197
|
// ../cli-kit/dist/public/node/ui.js
|
|
29198
|
-
var import_react55 = __toESM(require_react()), defaultUIDebugOptions = {
|
|
29198
|
+
var import_react55 = __toESM(require_react(), 1), defaultUIDebugOptions = {
|
|
29199
29199
|
skipTTYCheck: !1
|
|
29200
29200
|
};
|
|
29201
29201
|
async function renderConcurrent({ renderOptions, ...props }) {
|
|
@@ -32778,4 +32778,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32778
32778
|
* LICENSE file in the root directory of this source tree.
|
|
32779
32779
|
*)
|
|
32780
32780
|
*/
|
|
32781
|
-
//# sourceMappingURL=chunk-
|
|
32781
|
+
//# sourceMappingURL=chunk-IVIBQ4QA.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-5KM4KHVA.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-A6DB77W5.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-IVIBQ4QA.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-RIDKILPF.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-QQGGX74F.js.map
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
getEnvironmentData,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5KM4KHVA.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-A6DB77W5.js";
|
|
11
11
|
import {
|
|
12
12
|
alwaysLogAnalytics,
|
|
13
13
|
alwaysLogMetrics,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
outputDebug,
|
|
25
25
|
outputToken,
|
|
26
26
|
reportingRateLimit
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-IVIBQ4QA.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__esm,
|
|
@@ -15926,4 +15926,4 @@ export {
|
|
|
15926
15926
|
requestIdsCollection,
|
|
15927
15927
|
reportAnalyticsEvent
|
|
15928
15928
|
};
|
|
15929
|
-
//# sourceMappingURL=chunk-
|
|
15929
|
+
//# sourceMappingURL=chunk-RQ5FDZHB.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RQ5FDZHB.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5KM4KHVA.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-A6DB77W5.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-IVIBQ4QA.js";
|
|
27
27
|
import {
|
|
28
28
|
require_lib
|
|
29
29
|
} from "./chunk-S3QEOIDU.js";
|
|
@@ -2137,4 +2137,4 @@ export {
|
|
|
2137
2137
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2138
2138
|
addBugsnagMetadata
|
|
2139
2139
|
};
|
|
2140
|
-
//# sourceMappingURL=chunk-
|
|
2140
|
+
//# sourceMappingURL=chunk-TQPWEB7D.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-IVIBQ4QA.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
7
|
} from "./chunk-S3QEOIDU.js";
|
|
@@ -43,4 +43,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
43
43
|
export {
|
|
44
44
|
ShopifyConfig
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
46
|
+
//# sourceMappingURL=custom-oclif-loader-PRNYU3ER.js.map
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-TQPWEB7D.js";
|
|
8
|
+
import "./chunk-RQ5FDZHB.js";
|
|
9
|
+
import "./chunk-5KM4KHVA.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-A6DB77W5.js";
|
|
12
|
+
import "./chunk-IVIBQ4QA.js";
|
|
13
13
|
import "./chunk-S3QEOIDU.js";
|
|
14
14
|
import "./chunk-3I3GQNEW.js";
|
|
15
15
|
import "./chunk-ZUCWDIGE.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
29
29
|
sendErrorToBugsnag
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=error-handler-
|
|
31
|
+
//# sourceMappingURL=error-handler-RIDKILPF.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -3,16 +3,16 @@ import {
|
|
|
3
3
|
} from "../chunk-CP3BRHWK.js";
|
|
4
4
|
import {
|
|
5
5
|
reportAnalyticsEvent
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-RQ5FDZHB.js";
|
|
7
|
+
import "../chunk-5KM4KHVA.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-A6DB77W5.js";
|
|
10
10
|
import {
|
|
11
11
|
addSensitiveMetadata,
|
|
12
12
|
getAllSensitiveMetadata,
|
|
13
13
|
outputDebug,
|
|
14
14
|
renderWarning
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-IVIBQ4QA.js";
|
|
16
16
|
import "../chunk-S3QEOIDU.js";
|
|
17
17
|
import "../chunk-3I3GQNEW.js";
|
|
18
18
|
import "../chunk-ZUCWDIGE.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-QQGGX74F.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-5KM4KHVA.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-A6DB77W5.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
outputDebug,
|
|
20
20
|
outputToken,
|
|
21
21
|
outputWarn
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-IVIBQ4QA.js";
|
|
23
23
|
import "../chunk-S3QEOIDU.js";
|
|
24
24
|
import "../chunk-3I3GQNEW.js";
|
|
25
25
|
import "../chunk-ZUCWDIGE.js";
|