@shopify/cli 3.78.2 → 3.79.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/assets/dev-console/extensions/dev-console/assets/index-BteeGmYf.css +1 -0
- package/dist/assets/dev-console/extensions/dev-console/assets/index-CqNhY1h-.js +64 -0
- package/dist/assets/dev-console/index.html +2 -2
- package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +921 -0
- package/dist/assets/hydrogen/starter/CHANGELOG.md +20 -0
- package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +15 -0
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +44 -0
- package/dist/assets/hydrogen/starter/app/lib/redirect.ts +23 -0
- package/dist/assets/hydrogen/starter/app/routes/_index.tsx +8 -23
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +22 -2
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +4 -0
- package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +7 -41
- package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +11 -44
- package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +9 -1
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +5 -1
- package/dist/assets/hydrogen/starter/app/styles/app.css +15 -3
- package/dist/assets/hydrogen/starter/package.json +5 -5
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +57 -36
- package/dist/{chunk-LAKQWRR5.js → chunk-2BQWY5ZH.js} +2 -2
- package/dist/{chunk-ZPZFAVIY.js → chunk-2DHJN6XL.js} +2 -2
- package/dist/{chunk-E76452W5.js → chunk-3ZBLWNTJ.js} +4 -4
- package/dist/{chunk-DHQUQSYW.js → chunk-4YS5JU6T.js} +3 -3
- package/dist/{chunk-YKVQZFEC.js → chunk-5B4X6PWS.js} +8 -8
- package/dist/{chunk-GTVU6SJH.js → chunk-73GDKVV2.js} +2 -2
- package/dist/{chunk-6V2YVCS2.js → chunk-7BFQPX6U.js} +7 -5
- package/dist/{chunk-VEHGKA4Q.js → chunk-7ZJSTNNB.js} +5 -5
- package/dist/{chunk-QTIPSIA5.js → chunk-B67HZYEC.js} +14 -10
- package/dist/{chunk-UE4DFKJU.js → chunk-CFWBUC64.js} +3 -3
- package/dist/{chunk-DR5VG62Q.js → chunk-DZ7XZDWD.js} +3 -3
- package/dist/{chunk-7S2OZRQF.js → chunk-GI77RADE.js} +3 -3
- package/dist/{chunk-IG6TAMGV.js → chunk-GINKNYRN.js} +16 -15
- package/dist/{chunk-WBWYZ7XQ.js → chunk-H44KHRQ3.js} +9 -7
- package/dist/{chunk-HZRI37XU.js → chunk-IHRJ645Y.js} +3 -3
- package/dist/{chunk-IK6NAHQI.js → chunk-IW2W7BT2.js} +6 -6
- package/dist/{chunk-7KZBYW7W.js → chunk-JA4N4NXM.js} +4 -4
- package/dist/{chunk-6HJM24C2.js → chunk-JED5Q5EJ.js} +72 -6
- package/dist/{chunk-GJEIVT3X.js → chunk-KPKJOJKL.js} +3 -3
- package/dist/{chunk-6G5FH3WC.js → chunk-L7AFSENO.js} +2 -2
- package/dist/{chunk-WYNL2S7B.js → chunk-MKNQBR63.js} +3 -3
- package/dist/{chunk-S5XTFY2H.js → chunk-NBCIERDR.js} +4 -4
- package/dist/{chunk-BV6PURBM.js → chunk-NOSVFQH5.js} +3 -3
- package/dist/{chunk-IBRFXDBZ.js → chunk-OP4DJUZ6.js} +7 -7
- package/dist/{chunk-YXH3NSML.js → chunk-PFMD3KQP.js} +2 -2
- package/dist/{chunk-L35GVYH5.js → chunk-QJMVJ2YT.js} +4 -4
- package/dist/{chunk-DOEVJAN2.js → chunk-QV4LZSZK.js} +84 -131
- package/dist/{chunk-TVCBBRZD.js → chunk-R65RM3GF.js} +5 -5
- package/dist/{chunk-QAKYKTFV.js → chunk-UTDSSCPI.js} +5 -5
- package/dist/{chunk-6GHUZFPP.js → chunk-VTNMKNMC.js} +2 -2
- package/dist/{chunk-UV2DGNFK.js → chunk-WMOUKE4L.js} +42 -17
- package/dist/{chunk-LGQNLPOA.js → chunk-WZ257YHY.js} +4 -4
- package/dist/{chunk-ZTD22GER.js → chunk-XXUOBZLX.js} +3 -3
- package/dist/{chunk-UP44YINT.js → chunk-Z5MHHPBU.js} +4 -4
- package/dist/{chunk-L4SLRBFT.js → chunk-ZMHZBZMW.js} +18 -5
- package/dist/{chunk-VBX7R3AF.js → chunk-ZNGCM64E.js} +88 -98
- package/dist/{chunk-57Q6OQG4.js → chunk-ZUCWDIGE.js} +2 -2
- package/dist/cli/commands/auth/logout.js +14 -14
- package/dist/cli/commands/auth/logout.test.js +15 -15
- package/dist/cli/commands/cache/clear.js +13 -13
- package/dist/cli/commands/debug/command-flags.js +13 -13
- package/dist/cli/commands/docs/generate.js +13 -13
- package/dist/cli/commands/docs/generate.test.js +14 -14
- package/dist/cli/commands/help.js +13 -13
- package/dist/cli/commands/kitchen-sink/async.js +14 -14
- package/dist/cli/commands/kitchen-sink/async.test.js +14 -14
- package/dist/cli/commands/kitchen-sink/index.js +16 -16
- package/dist/cli/commands/kitchen-sink/index.test.js +16 -16
- package/dist/cli/commands/kitchen-sink/prompts.js +14 -14
- package/dist/cli/commands/kitchen-sink/prompts.test.js +14 -14
- package/dist/cli/commands/kitchen-sink/static.js +14 -14
- package/dist/cli/commands/kitchen-sink/static.test.js +14 -14
- package/dist/cli/commands/notifications/generate.js +14 -14
- package/dist/cli/commands/notifications/list.js +14 -14
- package/dist/cli/commands/search.js +14 -14
- package/dist/cli/commands/upgrade.js +14 -14
- package/dist/cli/commands/version.js +14 -14
- package/dist/cli/commands/version.test.js +14 -14
- package/dist/cli/services/commands/notifications.js +9 -9
- package/dist/cli/services/commands/search.js +6 -5
- package/dist/cli/services/commands/search.test.js +6 -5
- package/dist/cli/services/commands/version.js +7 -6
- package/dist/cli/services/commands/version.test.js +8 -7
- package/dist/cli/services/kitchen-sink/async.js +6 -5
- package/dist/cli/services/kitchen-sink/prompts.js +6 -5
- package/dist/cli/services/kitchen-sink/static.js +6 -5
- package/dist/cli/services/upgrade.js +6 -6
- package/dist/cli/services/upgrade.test.js +8 -8
- package/dist/configs/all.yml +19 -4
- package/dist/configs/recommended.yml +19 -4
- package/dist/{custom-oclif-loader-TUNXMYGU.js → custom-oclif-loader-MZ3GZ32O.js} +6 -5
- package/dist/{error-handler-AWP3RCBG.js → error-handler-MTFIQP6U.js} +11 -11
- package/dist/hooks/postrun.js +10 -10
- package/dist/hooks/prerun.js +11 -11
- package/dist/index.js +2778 -2435
- package/dist/is-wsl-YAJ3DFN7.js +64 -0
- package/dist/{lib-IZAG57CE.js → lib-MWWAATIC.js} +3 -3
- package/dist/{local-RBT53U3L.js → local-34IWAIJY.js} +6 -7
- package/dist/{morph-W4XLLZ47.js → morph-MDY3DSJL.js} +9 -9
- package/dist/{node-SKXMS2TZ.js → node-6M2Y6S6K.js} +18 -18
- package/dist/{node-package-manager-BZHJZTGV.js → node-package-manager-S5BR3SQ7.js} +6 -6
- package/dist/{path-2K5HIMHZ.js → path-GWAZZN2N.js} +2 -2
- package/dist/toml-patch-wasm-J5VGG6WG.js +140 -0
- package/dist/toml_patch_bg.wasm +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-5MADIMGC.js → ui-FJ2QLK3P.js} +6 -5
- package/dist/{workerd-YRUKUE76.js → workerd-N5O22HSJ.js} +17 -17
- package/oclif.manifest.json +100 -2
- package/package.json +7 -7
- package/dist/assets/dev-console/extensions/dev-console/assets/index-lyGm6l3x.js +0 -64
- package/dist/assets/dev-console/extensions/dev-console/assets/index-n8yr6cxq.css +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-H44KHRQ3.js";
|
|
4
4
|
import {
|
|
5
5
|
renderTable,
|
|
6
6
|
renderText
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QV4LZSZK.js";
|
|
8
8
|
import {
|
|
9
9
|
require_lib
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-UTDSSCPI.js";
|
|
11
11
|
import {
|
|
12
12
|
__toESM,
|
|
13
13
|
init_cjs_shims
|
|
@@ -83,4 +83,4 @@ var import_core = __toESM(require_lib(), 1), CommandFlags = class _CommandFlags
|
|
|
83
83
|
export {
|
|
84
84
|
CommandFlags
|
|
85
85
|
};
|
|
86
|
-
//# sourceMappingURL=chunk-
|
|
86
|
+
//# sourceMappingURL=chunk-JA4N4NXM.js.map
|
|
@@ -5,19 +5,23 @@ import {
|
|
|
5
5
|
} from "./chunk-25IMI7TH.js";
|
|
6
6
|
import {
|
|
7
7
|
CLI_KIT_VERSION
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-L7AFSENO.js";
|
|
9
9
|
import {
|
|
10
10
|
Environment,
|
|
11
|
+
environmentVariables,
|
|
11
12
|
firstPartyDev,
|
|
12
13
|
import_ts_error,
|
|
13
|
-
|
|
14
|
+
isTruthy,
|
|
14
15
|
outputContent,
|
|
15
16
|
outputDebug,
|
|
16
17
|
runWithTimer,
|
|
17
18
|
serviceEnvironment,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
} from "./chunk-
|
|
19
|
+
sleep,
|
|
20
|
+
systemEnvironmentVariables
|
|
21
|
+
} from "./chunk-QV4LZSZK.js";
|
|
22
|
+
import {
|
|
23
|
+
sniffForJson
|
|
24
|
+
} from "./chunk-ZUCWDIGE.js";
|
|
21
25
|
import {
|
|
22
26
|
__commonJS,
|
|
23
27
|
__require,
|
|
@@ -26863,6 +26867,58 @@ var require_form_data = __commonJS({
|
|
|
26863
26867
|
}
|
|
26864
26868
|
});
|
|
26865
26869
|
|
|
26870
|
+
// ../cli-kit/dist/public/node/crypto.js
|
|
26871
|
+
init_cjs_shims();
|
|
26872
|
+
import crypto from "crypto";
|
|
26873
|
+
function hashString(str) {
|
|
26874
|
+
return crypto.createHash("sha1").update(str).digest("hex");
|
|
26875
|
+
}
|
|
26876
|
+
function fileHash(buff) {
|
|
26877
|
+
return crypto.createHash("md5").update(buff).digest("hex");
|
|
26878
|
+
}
|
|
26879
|
+
function randomUUID() {
|
|
26880
|
+
return crypto.randomUUID();
|
|
26881
|
+
}
|
|
26882
|
+
function nonRandomUUID(subject) {
|
|
26883
|
+
return crypto.createHash("sha1").update(Buffer.from("6ba7b810-9dad-11d1-80b4-00c04fd430c8".replace(/-/g, ""), "hex")).update(subject).digest().toString("hex").replace(/(.{8})(.{4})(.{4})(.{4})(.{12})/, "$1-$2-$3-$4-$5");
|
|
26884
|
+
}
|
|
26885
|
+
|
|
26886
|
+
// ../cli-kit/dist/public/node/environment.js
|
|
26887
|
+
init_cjs_shims();
|
|
26888
|
+
function getEnvironmentVariables() {
|
|
26889
|
+
return process.env;
|
|
26890
|
+
}
|
|
26891
|
+
function getPartnersToken() {
|
|
26892
|
+
return getEnvironmentVariables()[environmentVariables.partnersToken];
|
|
26893
|
+
}
|
|
26894
|
+
function getBackendPort() {
|
|
26895
|
+
let backendPort = getEnvironmentVariables()[systemEnvironmentVariables.backendPort];
|
|
26896
|
+
if (backendPort && !isNaN(Number(backendPort)))
|
|
26897
|
+
return Number(backendPort);
|
|
26898
|
+
}
|
|
26899
|
+
function getIdentityTokenInformation() {
|
|
26900
|
+
let identityToken = getEnvironmentVariables()[environmentVariables.identityToken], refreshToken = getEnvironmentVariables()[environmentVariables.refreshToken];
|
|
26901
|
+
if (!(!identityToken || !refreshToken))
|
|
26902
|
+
return {
|
|
26903
|
+
accessToken: identityToken,
|
|
26904
|
+
refreshToken,
|
|
26905
|
+
userId: nonRandomUUID(identityToken)
|
|
26906
|
+
};
|
|
26907
|
+
}
|
|
26908
|
+
function jsonOutputEnabled(environment = getEnvironmentVariables()) {
|
|
26909
|
+
return sniffForJson() || isTruthy(environment[environmentVariables.json]);
|
|
26910
|
+
}
|
|
26911
|
+
function blockPartnersAccess() {
|
|
26912
|
+
return isTruthy(getEnvironmentVariables()[environmentVariables.neverUsePartnersApi]);
|
|
26913
|
+
}
|
|
26914
|
+
function skipNetworkLevelRetry(environment = getEnvironmentVariables()) {
|
|
26915
|
+
return isTruthy(environment[environmentVariables.skipNetworkLevelRetry]);
|
|
26916
|
+
}
|
|
26917
|
+
function maxRequestTimeForNetworkCallsMs(environment = getEnvironmentVariables()) {
|
|
26918
|
+
let maxRequestTime = environment[environmentVariables.maxRequestTimeForNetworkCalls];
|
|
26919
|
+
return maxRequestTime && !isNaN(Number(maxRequestTime)) ? Number(maxRequestTime) : 30 * 1e3;
|
|
26920
|
+
}
|
|
26921
|
+
|
|
26866
26922
|
// ../cli-kit/dist/public/node/http.js
|
|
26867
26923
|
init_cjs_shims();
|
|
26868
26924
|
|
|
@@ -31346,6 +31402,16 @@ var instanceOfType = (cls, params = {
|
|
|
31346
31402
|
init_cjs_shims();
|
|
31347
31403
|
|
|
31348
31404
|
export {
|
|
31405
|
+
hashString,
|
|
31406
|
+
fileHash,
|
|
31407
|
+
randomUUID,
|
|
31408
|
+
nonRandomUUID,
|
|
31409
|
+
getEnvironmentVariables,
|
|
31410
|
+
getPartnersToken,
|
|
31411
|
+
getBackendPort,
|
|
31412
|
+
getIdentityTokenInformation,
|
|
31413
|
+
jsonOutputEnabled,
|
|
31414
|
+
blockPartnersAccess,
|
|
31349
31415
|
GraphQLClientError,
|
|
31350
31416
|
sanitizedHeadersOutput,
|
|
31351
31417
|
buildHeaders,
|
|
@@ -31386,4 +31452,4 @@ mime-types/index.js:
|
|
|
31386
31452
|
* MIT Licensed
|
|
31387
31453
|
*)
|
|
31388
31454
|
*/
|
|
31389
|
-
//# sourceMappingURL=chunk-
|
|
31455
|
+
//# sourceMappingURL=chunk-JED5Q5EJ.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generate
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7BFQPX6U.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-H44KHRQ3.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -25,4 +25,4 @@ var Generate = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
Generate
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-KPKJOJKL.js.map
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
|
|
5
5
|
// ../cli-kit/dist/public/common/version.js
|
|
6
6
|
init_cjs_shims();
|
|
7
|
-
var CLI_KIT_VERSION = "3.
|
|
7
|
+
var CLI_KIT_VERSION = "3.79.1";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=chunk-
|
|
12
|
+
//# sourceMappingURL=chunk-L7AFSENO.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73GDKVV2.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-H44KHRQ3.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -25,4 +25,4 @@ var KitchenSinkStatic = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
KitchenSinkStatic
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-MKNQBR63.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cliInstallCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XXUOBZLX.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-H44KHRQ3.js";
|
|
7
7
|
import {
|
|
8
8
|
renderInfo
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QV4LZSZK.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -34,4 +34,4 @@ var Upgrade = class extends base_command_default {
|
|
|
34
34
|
export {
|
|
35
35
|
Upgrade
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=chunk-
|
|
37
|
+
//# sourceMappingURL=chunk-NBCIERDR.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
init_cjs_shims
|
|
3
3
|
} from "./chunk-PKR7KJ6P.js";
|
|
4
4
|
|
|
5
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.
|
|
5
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.1_@graphql-codegen+cli@5.0.4_graphql@16.10.0_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
|
|
6
6
|
init_cjs_shims();
|
|
7
7
|
|
|
8
8
|
// ../../node_modules/.pnpm/get-port@7.1.0/node_modules/get-port/index.js
|
|
@@ -94,7 +94,7 @@ function portNumbers(from, to) {
|
|
|
94
94
|
}(from, to);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.
|
|
97
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.1_@graphql-codegen+cli@5.0.4_graphql@16.10.0_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
|
|
98
98
|
function findPort(portPreference, range = 100) {
|
|
99
99
|
return getPorts({
|
|
100
100
|
port: portNumbers(portPreference, portPreference + range)
|
|
@@ -104,4 +104,4 @@ function findPort(portPreference, range = 100) {
|
|
|
104
104
|
export {
|
|
105
105
|
findPort
|
|
106
106
|
};
|
|
107
|
-
//# sourceMappingURL=chunk-
|
|
107
|
+
//# sourceMappingURL=chunk-NOSVFQH5.js.map
|
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
getEnvironmentData,
|
|
3
3
|
getLastSeenUserIdAfterAuth,
|
|
4
4
|
getSensitiveEnvironmentData
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-WMOUKE4L.js";
|
|
6
6
|
import {
|
|
7
7
|
fetch
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JED5Q5EJ.js";
|
|
9
9
|
import {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-L7AFSENO.js";
|
|
12
12
|
import {
|
|
13
13
|
runWithRateLimit
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-IW2W7BT2.js";
|
|
15
15
|
import {
|
|
16
16
|
alwaysLogAnalytics,
|
|
17
17
|
alwaysLogMetrics,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
outputDebug,
|
|
29
29
|
outputToken,
|
|
30
30
|
reportingRateLimit
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-QV4LZSZK.js";
|
|
32
32
|
import {
|
|
33
33
|
__commonJS,
|
|
34
34
|
__esm,
|
|
@@ -15477,7 +15477,7 @@ init_cjs_shims();
|
|
|
15477
15477
|
|
|
15478
15478
|
// ../cli-kit/dist/public/node/monorail.js
|
|
15479
15479
|
init_cjs_shims();
|
|
15480
|
-
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.
|
|
15480
|
+
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.17", publishedCommandNames = /* @__PURE__ */ new Set();
|
|
15481
15481
|
async function publishMonorailEvent(schemaId, publicData, sensitiveData) {
|
|
15482
15482
|
let commandName = publicData.command;
|
|
15483
15483
|
if (commandName && typeof commandName == "string") {
|
|
@@ -15930,4 +15930,4 @@ export {
|
|
|
15930
15930
|
requestIdsCollection,
|
|
15931
15931
|
reportAnalyticsEvent
|
|
15932
15932
|
};
|
|
15933
|
-
//# sourceMappingURL=chunk-
|
|
15933
|
+
//# sourceMappingURL=chunk-OP4DJUZ6.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
renderConcurrent,
|
|
3
3
|
renderTasks
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QV4LZSZK.js";
|
|
5
5
|
import {
|
|
6
6
|
init_cjs_shims
|
|
7
7
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -43,4 +43,4 @@ async function asyncTasks() {
|
|
|
43
43
|
export {
|
|
44
44
|
asyncTasks
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-PFMD3KQP.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-H44KHRQ3.js";
|
|
4
4
|
import {
|
|
5
5
|
mkdir,
|
|
6
6
|
outputInfo,
|
|
7
7
|
rmdir,
|
|
8
8
|
writeFile
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QV4LZSZK.js";
|
|
10
10
|
import {
|
|
11
11
|
cwd,
|
|
12
12
|
joinPath
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-ZUCWDIGE.js";
|
|
14
14
|
import {
|
|
15
15
|
init_cjs_shims
|
|
16
16
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -118,4 +118,4 @@ export {
|
|
|
118
118
|
writeCommandFlagInterface,
|
|
119
119
|
writeCommandUsageExampleFile
|
|
120
120
|
};
|
|
121
|
-
//# sourceMappingURL=chunk-
|
|
121
|
+
//# sourceMappingURL=chunk-QJMVJ2YT.js.map
|