@shopify/create-app 3.93.0 → 3.93.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-KNH6LLK4.js → chunk-EUW2PDD4.js} +5 -5
- package/dist/{chunk-CWYIKXNZ.js → chunk-NHV222KP.js} +5 -5
- package/dist/{chunk-5NMV5YX6.js → chunk-PYOLGWV3.js} +5 -5
- package/dist/{chunk-IIXW2ZKS.js → chunk-TYJR2NOA.js} +3 -3
- package/dist/{chunk-QG2MQNEP.js → chunk-XTF32XZH.js} +2 -2
- package/dist/{error-handler-VMVMQMPE.js → error-handler-GLXGGAYC.js} +4 -4
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +18 -16
- package/dist/{local-RRFBN4IT.js → local-756DLLHZ.js} +2 -2
- package/dist/{node-package-manager-RLDEAW7S.js → node-package-manager-5XAS44KX.js} +3 -3
- package/dist/{ui-QX2YRTH7.js → ui-RRP6VHLP.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
getNextDeprecationDate,
|
|
4
4
|
reportAnalyticsEvent
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PYOLGWV3.js";
|
|
6
6
|
import {
|
|
7
7
|
addNPMDependencies,
|
|
8
8
|
checkForCachedNewVersion,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
getPackageManager,
|
|
13
13
|
runAtMinimumInterval,
|
|
14
14
|
usesWorkspaces
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-XTF32XZH.js";
|
|
16
16
|
import {
|
|
17
17
|
addSensitiveMetadata,
|
|
18
18
|
currentProcessIsGlobal,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
outputToken,
|
|
31
31
|
outputWarn,
|
|
32
32
|
renderWarning
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-TYJR2NOA.js";
|
|
34
34
|
import {
|
|
35
35
|
cwd,
|
|
36
36
|
moduleDirectory,
|
|
@@ -205,7 +205,7 @@ async function performAutoUpgrade(newerVersion) {
|
|
|
205
205
|
} catch (error) {
|
|
206
206
|
let errorMessage = `Auto-upgrade failed: ${error}`;
|
|
207
207
|
outputDebug(errorMessage), outputWarn(getOutputUpdateCLIReminder(newerVersion));
|
|
208
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
208
|
+
let { sendErrorToBugsnag } = await import("./error-handler-GLXGGAYC.js"), enrichedError = Object.assign(new Error(errorMessage), {
|
|
209
209
|
packageManager: inferPackageManagerForGlobalCLI(),
|
|
210
210
|
platform: process.platform,
|
|
211
211
|
cliVersion: CLI_KIT_VERSION
|
|
@@ -236,4 +236,4 @@ export {
|
|
|
236
236
|
postRunHookHasCompleted,
|
|
237
237
|
hook
|
|
238
238
|
};
|
|
239
|
-
//# sourceMappingURL=chunk-
|
|
239
|
+
//# sourceMappingURL=chunk-EUW2PDD4.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PYOLGWV3.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-XTF32XZH.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-TYJR2NOA.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-GLXGGAYC.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-NHV222KP.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
setCurrentSessionId,
|
|
19
19
|
setSessions,
|
|
20
20
|
timeIntervalToMilliseconds
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-XTF32XZH.js";
|
|
22
22
|
import {
|
|
23
23
|
AbortError,
|
|
24
24
|
AbortSilentError,
|
|
@@ -103,7 +103,7 @@ import {
|
|
|
103
103
|
stringifyMessage,
|
|
104
104
|
systemEnvironmentVariables,
|
|
105
105
|
themeToken
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-TYJR2NOA.js";
|
|
107
107
|
import {
|
|
108
108
|
require_lib
|
|
109
109
|
} from "./chunk-TM5S3XKJ.js";
|
|
@@ -48146,7 +48146,7 @@ init_cjs_shims();
|
|
|
48146
48146
|
|
|
48147
48147
|
// ../cli-kit/dist/public/common/version.js
|
|
48148
48148
|
init_cjs_shims();
|
|
48149
|
-
var CLI_KIT_VERSION = "3.93.
|
|
48149
|
+
var CLI_KIT_VERSION = "3.93.2";
|
|
48150
48150
|
|
|
48151
48151
|
// ../cli-kit/dist/private/node/api/headers.js
|
|
48152
48152
|
import https from "https";
|
|
@@ -53793,7 +53793,7 @@ function unionArrayStrategy(destinationArray, sourceArray) {
|
|
|
53793
53793
|
}
|
|
53794
53794
|
|
|
53795
53795
|
// ../cli-kit/dist/public/common/object.js
|
|
53796
|
-
var import_deepmerge = __toESM(require_cjs()
|
|
53796
|
+
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());
|
|
53797
53797
|
function deepMergeObjects(lhs, rhs, arrayMergeStrategy = unionArrayStrategy) {
|
|
53798
53798
|
return (0, import_deepmerge.default)(lhs, rhs, { arrayMerge: arrayMergeStrategy });
|
|
53799
53799
|
}
|
|
@@ -55060,4 +55060,4 @@ mime-types/index.js:
|
|
|
55060
55060
|
* MIT Licensed
|
|
55061
55061
|
*)
|
|
55062
55062
|
*/
|
|
55063
|
-
//# sourceMappingURL=chunk-
|
|
55063
|
+
//# sourceMappingURL=chunk-PYOLGWV3.js.map
|
|
@@ -28529,7 +28529,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
28529
28529
|
try {
|
|
28530
28530
|
await getAndSet();
|
|
28531
28531
|
} catch (error) {
|
|
28532
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
28532
|
+
let { sendErrorToBugsnag } = await import("./error-handler-GLXGGAYC.js");
|
|
28533
28533
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
28534
28534
|
}
|
|
28535
28535
|
}, durationStack = [];
|
|
@@ -35625,7 +35625,7 @@ function asHumanFriendlyArray(items) {
|
|
|
35625
35625
|
}
|
|
35626
35626
|
|
|
35627
35627
|
// ../cli-kit/dist/public/common/string.js
|
|
35628
|
-
var import_change_case = __toESM(require_dist15()), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
35628
|
+
var import_change_case = __toESM(require_dist15(), 1), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
35629
35629
|
"commercial",
|
|
35630
35630
|
"profitable",
|
|
35631
35631
|
"amortizable",
|
|
@@ -40424,4 +40424,4 @@ react-reconciler/cjs/react-reconciler.development.js:
|
|
|
40424
40424
|
* LICENSE file in the root directory of this source tree.
|
|
40425
40425
|
*)
|
|
40426
40426
|
*/
|
|
40427
|
-
//# sourceMappingURL=chunk-
|
|
40427
|
+
//# sourceMappingURL=chunk-TYJR2NOA.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
runWithTimer,
|
|
22
22
|
unixFileIsOwnedByCurrentUser,
|
|
23
23
|
writeFile
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-TYJR2NOA.js";
|
|
25
25
|
import {
|
|
26
26
|
require_semver
|
|
27
27
|
} from "./chunk-TM5S3XKJ.js";
|
|
@@ -14074,4 +14074,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
14074
14074
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14075
14075
|
*)
|
|
14076
14076
|
*/
|
|
14077
|
-
//# sourceMappingURL=chunk-
|
|
14077
|
+
//# sourceMappingURL=chunk-XTF32XZH.js.map
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PYOLGWV3.js";
|
|
8
8
|
import "./chunk-VBBBCVMH.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-XTF32XZH.js";
|
|
10
|
+
import "./chunk-TYJR2NOA.js";
|
|
11
11
|
import "./chunk-TM5S3XKJ.js";
|
|
12
12
|
import "./chunk-SR2M4BGN.js";
|
|
13
13
|
import "./chunk-HK42PKRF.js";
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
23
23
|
sendErrorToBugsnag
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=error-handler-
|
|
25
|
+
//# sourceMappingURL=error-handler-GLXGGAYC.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-EUW2PDD4.js";
|
|
4
|
+
import "../chunk-PYOLGWV3.js";
|
|
5
5
|
import "../chunk-VBBBCVMH.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-XTF32XZH.js";
|
|
7
|
+
import "../chunk-TYJR2NOA.js";
|
|
8
8
|
import "../chunk-TM5S3XKJ.js";
|
|
9
9
|
import "../chunk-SR2M4BGN.js";
|
|
10
10
|
import "../chunk-HK42PKRF.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-NHV222KP.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-PYOLGWV3.js";
|
|
8
8
|
import "../chunk-VBBBCVMH.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForNewVersion
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-XTF32XZH.js";
|
|
12
12
|
import {
|
|
13
13
|
isPreReleaseVersion,
|
|
14
14
|
outputDebug
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-TYJR2NOA.js";
|
|
16
16
|
import "../chunk-TM5S3XKJ.js";
|
|
17
17
|
import "../chunk-SR2M4BGN.js";
|
|
18
18
|
import "../chunk-HK42PKRF.js";
|
package/dist/index.js
CHANGED
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
} from "./chunk-CE4S2SGM.js";
|
|
11
11
|
import {
|
|
12
12
|
postRunHookHasCompleted
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-EUW2PDD4.js";
|
|
14
14
|
import {
|
|
15
15
|
setCurrentCommandId,
|
|
16
16
|
showNotificationsIfNeeded
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-NHV222KP.js";
|
|
18
18
|
import {
|
|
19
19
|
CLI_KIT_VERSION,
|
|
20
20
|
ClientError,
|
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
shopifyFetch,
|
|
95
95
|
storeAdminUrl,
|
|
96
96
|
z
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-PYOLGWV3.js";
|
|
98
98
|
import "./chunk-VBBBCVMH.js";
|
|
99
99
|
import {
|
|
100
100
|
LocalStorage,
|
|
@@ -117,7 +117,7 @@ import {
|
|
|
117
117
|
usesWorkspaces,
|
|
118
118
|
versionSatisfies,
|
|
119
119
|
writePackageJSON
|
|
120
|
-
} from "./chunk-
|
|
120
|
+
} from "./chunk-XTF32XZH.js";
|
|
121
121
|
import {
|
|
122
122
|
AbortController as AbortController2,
|
|
123
123
|
AbortError,
|
|
@@ -288,7 +288,7 @@ import {
|
|
|
288
288
|
username,
|
|
289
289
|
writeFile,
|
|
290
290
|
writeFileSync
|
|
291
|
-
} from "./chunk-
|
|
291
|
+
} from "./chunk-TYJR2NOA.js";
|
|
292
292
|
import {
|
|
293
293
|
require_balanced_match,
|
|
294
294
|
require_brace_expansion,
|
|
@@ -189111,7 +189111,9 @@ async function buildFunctionExtension(extension, options) {
|
|
|
189111
189111
|
let bundlePath = extension.outputPath, relativeBuildPath = extension.configuration.build?.path ?? extension.outputRelativePath;
|
|
189112
189112
|
extension.outputPath = joinPath(extension.directory, relativeBuildPath), extension.isJavaScript ? await runCommandOrBuildJSFunction(extension, options) : await buildOtherFunction(extension, options);
|
|
189113
189113
|
let wasmOpt = extension.configuration.build?.wasm_opt;
|
|
189114
|
-
fileExistsSync(extension.outputPath) && wasmOpt && await runWasmOpt(extension.outputPath), fileExistsSync(extension.outputPath) && await runTrampoline(extension.outputPath)
|
|
189114
|
+
fileExistsSync(extension.outputPath) && wasmOpt && await runWasmOpt(extension.outputPath), fileExistsSync(extension.outputPath) && await runTrampoline(extension.outputPath);
|
|
189115
|
+
let projectOutputPath = joinPath(extension.directory, extension.outputRelativePath);
|
|
189116
|
+
fileExistsSync(extension.outputPath) && bundlePath !== extension.outputPath && bundlePath !== projectOutputPath && dirname(bundlePath) !== dirname(extension.outputPath) && await bundleFunctionExtension(extension.outputPath, bundlePath);
|
|
189115
189117
|
} catch (error) {
|
|
189116
189118
|
if (error instanceof AbortError)
|
|
189117
189119
|
throw error;
|
|
@@ -190362,7 +190364,7 @@ function encodeToml(content) {
|
|
|
190362
190364
|
}
|
|
190363
190365
|
|
|
190364
190366
|
// ../cli-kit/dist/public/node/toml/toml-file.js
|
|
190365
|
-
var import_toml_patch = __toESM(require_toml_patch()), TomlFileError = class extends Error {
|
|
190367
|
+
var import_toml_patch = __toESM(require_toml_patch(), 1), TomlFileError = class extends Error {
|
|
190366
190368
|
constructor(path, message) {
|
|
190367
190369
|
super(message), this.name = "TomlFileError", this.path = path;
|
|
190368
190370
|
}
|
|
@@ -200337,7 +200339,7 @@ init_cjs_shims();
|
|
|
200337
200339
|
init_cjs_shims();
|
|
200338
200340
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
200339
200341
|
async function launchCLI(options) {
|
|
200340
|
-
let { errorHandler: errorHandler2 } = await import("./error-handler-
|
|
200342
|
+
let { errorHandler: errorHandler2 } = await import("./error-handler-GLXGGAYC.js"), { isDevelopment: isDevelopment2 } = await import("./local-756DLLHZ.js"), oclifModule = await import("./lib-GUBXVVG4.js"), { Config, run, flush, Errors: Errors2, settings } = oclifModule.default ?? oclifModule;
|
|
200341
200343
|
isDevelopment2() && (settings.debug = !0);
|
|
200342
200344
|
try {
|
|
200343
200345
|
let config2 = new Config({ root: fileURLToPath2(options.moduleURL) });
|
|
@@ -200352,7 +200354,7 @@ var import_core3 = __toESM(require_lib2());
|
|
|
200352
200354
|
async function exitIfOldNodeVersion(versions2 = process.versions) {
|
|
200353
200355
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
200354
200356
|
if (nodeMajorVersion < 18) {
|
|
200355
|
-
let { renderError: renderError2 } = await import("./ui-
|
|
200357
|
+
let { renderError: renderError2 } = await import("./ui-RRP6VHLP.js");
|
|
200356
200358
|
renderError2({
|
|
200357
200359
|
headline: "Upgrade to a supported Node version now.",
|
|
200358
200360
|
body: [
|
|
@@ -200379,7 +200381,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
200379
200381
|
return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL });
|
|
200380
200382
|
}
|
|
200381
200383
|
async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
|
|
200382
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
200384
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-5XAS44KX.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-TAO6YSB2.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
200383
200385
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
200384
200386
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
200385
200387
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -220030,14 +220032,14 @@ function buildTargetingData(config2, functionDirectory) {
|
|
|
220030
220032
|
});
|
|
220031
220033
|
}), targeting;
|
|
220032
220034
|
}
|
|
220033
|
-
function formatAsJson(ourFunction, config2, targeting, functionRunnerPath, schemaPath) {
|
|
220035
|
+
function formatAsJson(ourFunction, config2, targeting, functionRunnerPath, functionOutputPath, schemaPath) {
|
|
220034
220036
|
return JSON.stringify({
|
|
220035
220037
|
handle: config2.handle,
|
|
220036
220038
|
name: ourFunction.name,
|
|
220037
220039
|
apiVersion: config2.api_version,
|
|
220038
220040
|
targeting,
|
|
220039
220041
|
schemaPath,
|
|
220040
|
-
wasmPath:
|
|
220042
|
+
wasmPath: functionOutputPath,
|
|
220041
220043
|
functionRunnerPath
|
|
220042
220044
|
}, null, 2);
|
|
220043
220045
|
}
|
|
@@ -220095,13 +220097,13 @@ FUNCTION RUNNER
|
|
|
220095
220097
|
}
|
|
220096
220098
|
};
|
|
220097
220099
|
}
|
|
220098
|
-
function buildTextFormatSections(ourFunction, config2, targeting, functionRunnerPath, schemaPath) {
|
|
220100
|
+
function buildTextFormatSections(ourFunction, config2, targeting, functionRunnerPath, functionOutputPath, schemaPath) {
|
|
220099
220101
|
let sections = [buildConfigurationSection(config2, ourFunction.name)], targetingSection = buildTargetingSection(targeting);
|
|
220100
|
-
return targetingSection && sections.push(targetingSection), sections.push(buildBuildSection(
|
|
220102
|
+
return targetingSection && sections.push(targetingSection), sections.push(buildBuildSection(functionOutputPath, schemaPath), buildFunctionRunnerSection(functionRunnerPath)), sections;
|
|
220101
220103
|
}
|
|
220102
220104
|
function functionInfo(ourFunction, options) {
|
|
220103
|
-
let { format: format5, functionRunnerPath, schemaPath } = options, config2 = ourFunction.configuration, targeting = buildTargetingData(config2, ourFunction.directory);
|
|
220104
|
-
return format5 === "json" ? formatAsJson(ourFunction, config2, targeting, functionRunnerPath, schemaPath) : buildTextFormatSections(ourFunction, config2, targeting, functionRunnerPath, schemaPath);
|
|
220105
|
+
let { format: format5, functionRunnerPath, schemaPath } = options, config2 = ourFunction.configuration, targeting = buildTargetingData(config2, ourFunction.directory), functionOutputPath = joinPath(ourFunction.directory, config2.build?.path ?? ourFunction.outputRelativePath);
|
|
220106
|
+
return format5 === "json" ? formatAsJson(ourFunction, config2, targeting, functionRunnerPath, functionOutputPath, schemaPath) : buildTextFormatSections(ourFunction, config2, targeting, functionRunnerPath, functionOutputPath, schemaPath);
|
|
220105
220107
|
}
|
|
220106
220108
|
|
|
220107
220109
|
// ../app/dist/cli/commands/app/function/info.js
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
macAddress,
|
|
23
23
|
opentelemetryDomain,
|
|
24
24
|
themeToken
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-TYJR2NOA.js";
|
|
26
26
|
import "./chunk-TM5S3XKJ.js";
|
|
27
27
|
import "./chunk-SR2M4BGN.js";
|
|
28
28
|
import "./chunk-HK42PKRF.js";
|
|
@@ -55,4 +55,4 @@ export {
|
|
|
55
55
|
opentelemetryDomain,
|
|
56
56
|
themeToken
|
|
57
57
|
};
|
|
58
|
-
//# sourceMappingURL=local-
|
|
58
|
+
//# sourceMappingURL=local-756DLLHZ.js.map
|
|
@@ -29,8 +29,8 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-XTF32XZH.js";
|
|
33
|
+
import "./chunk-TYJR2NOA.js";
|
|
34
34
|
import "./chunk-TM5S3XKJ.js";
|
|
35
35
|
import "./chunk-SR2M4BGN.js";
|
|
36
36
|
import "./chunk-HK42PKRF.js";
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
writePackageJSON,
|
|
71
71
|
yarnLockfile
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=node-package-manager-
|
|
73
|
+
//# sourceMappingURL=node-package-manager-5XAS44KX.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTasks,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-TYJR2NOA.js";
|
|
21
21
|
import "./chunk-TM5S3XKJ.js";
|
|
22
22
|
import "./chunk-SR2M4BGN.js";
|
|
23
23
|
import "./chunk-HK42PKRF.js";
|
|
@@ -45,4 +45,4 @@ export {
|
|
|
45
45
|
renderTextPrompt,
|
|
46
46
|
renderWarning
|
|
47
47
|
};
|
|
48
|
-
//# sourceMappingURL=ui-
|
|
48
|
+
//# sourceMappingURL=ui-RRP6VHLP.js.map
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/create-app",
|
|
3
|
-
"version": "3.93.
|
|
3
|
+
"version": "3.93.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to create a new Shopify app.",
|
|
6
6
|
"keywords": [
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"esbuild": "0.27.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@shopify/cli-kit": "3.93.
|
|
51
|
-
"@shopify/app": "3.93.
|
|
50
|
+
"@shopify/cli-kit": "3.93.2",
|
|
51
|
+
"@shopify/app": "3.93.2",
|
|
52
52
|
"esbuild-plugin-copy": "^2.1.1",
|
|
53
53
|
"@vitest/coverage-istanbul": "^3.1.4"
|
|
54
54
|
},
|