@shopify/cli 3.69.2 → 3.69.4
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/hydrogen/starter/CHANGELOG.md +147 -0
- package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/[sitemap.xml].tsx +6 -166
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +2 -1
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +3 -1
- package/dist/assets/hydrogen/starter/app/routes/sitemap.$type.$page[.xml].tsx +24 -0
- package/dist/assets/hydrogen/starter/package.json +10 -10
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +11 -37
- package/dist/{chunk-DNQFVYAS.js → chunk-2JRUKBKX.js} +6 -6
- package/dist/{chunk-3GAW7KHI.js → chunk-2NCWYVM4.js} +2 -2
- package/dist/{chunk-TXCW4ZQG.js → chunk-334DJQUN.js} +2 -2
- package/dist/{chunk-G47BQXOE.js → chunk-6IATSQ3X.js} +3 -3
- package/dist/{chunk-PVRAV4YL.js → chunk-7B5FNNVB.js} +3 -3
- package/dist/{chunk-PNQSN7TX.js → chunk-7NPDPZ22.js} +5 -5
- package/dist/{chunk-KNOC7J5B.js → chunk-BMTELIUS.js} +4 -4
- package/dist/{chunk-N4XS6QEZ.js → chunk-BRO6DC7D.js} +77 -91
- package/dist/{chunk-QTJLWEP5.js → chunk-CPEFXM7T.js} +4 -4
- package/dist/{chunk-EV5GSEM4.js → chunk-EJGKAHVK.js} +2 -2
- package/dist/{chunk-3WFNAMWM.js → chunk-F54UWMGQ.js} +3 -3
- package/dist/{chunk-FUZII5SU.js → chunk-FVUAIT37.js} +2 -2
- package/dist/{chunk-LHZ3RCIN.js → chunk-FWX3KCDM.js} +4 -4
- package/dist/{chunk-SCNOIKOQ.js → chunk-FX2HB3CJ.js} +4 -4
- package/dist/{chunk-R22HUUQW.js → chunk-GYP4MV72.js} +4 -4
- package/dist/{chunk-W7EZ3DI2.js → chunk-HV364V3E.js} +2 -2
- package/dist/{chunk-LPCMBLBT.js → chunk-ISDSND4L.js} +2 -2
- package/dist/{chunk-Z2J5LDVI.js → chunk-JHVVETTP.js} +2 -2
- package/dist/{chunk-LVUMM4RR.js → chunk-K3GASX6Y.js} +3 -3
- package/dist/{chunk-IE22KZB4.js → chunk-KM4TMAQ2.js} +4 -4
- package/dist/{chunk-KB4EYUCM.js → chunk-N3U3EHOE.js} +3 -3
- package/dist/{chunk-3OIDVZIZ.js → chunk-ORDEDRCZ.js} +3 -3
- package/dist/{chunk-NMJ32OLZ.js → chunk-OWCYMR5Y.js} +3 -3
- package/dist/{chunk-ERVB6ERU.js → chunk-OWLPHMUA.js} +3 -3
- package/dist/{chunk-VIXV54Z3.js → chunk-RYTZQSHH.js} +2 -2
- package/dist/{chunk-O5S7ECCZ.js → chunk-S2IXL3EU.js} +2 -2
- package/dist/{chunk-RWM5FAVP.js → chunk-TLZ4ZBH3.js} +3 -3
- package/dist/{chunk-FFD6XASY.js → chunk-TV5WOUSX.js} +2 -2
- package/dist/{chunk-M2JUZYE2.js → chunk-UQUVQV3X.js} +3 -3
- package/dist/{chunk-ZSAVT23I.js → chunk-VHEJRU4K.js} +5 -5
- package/dist/{chunk-X4LOZIBE.js → chunk-VQ3R5DHS.js} +3 -3
- package/dist/{chunk-LCWE2LYP.js → chunk-WHP4CEBJ.js} +6 -6
- package/dist/{chunk-JIAAL2TZ.js → chunk-Y3MSANL5.js} +2 -2
- package/dist/{chunk-G5AZEIPL.js → chunk-YNL4XNMX.js} +4 -4
- package/dist/{chunk-N3NJFO2L.js → chunk-YPWRQ5AU.js} +3 -3
- package/dist/cli/commands/auth/logout.js +10 -10
- package/dist/cli/commands/auth/logout.test.js +11 -11
- package/dist/cli/commands/debug/command-flags.js +9 -9
- package/dist/cli/commands/demo/catalog.js +10 -10
- package/dist/cli/commands/demo/generate-file.js +10 -10
- package/dist/cli/commands/demo/index.js +10 -10
- package/dist/cli/commands/demo/print-ai-prompt.js +10 -10
- package/dist/cli/commands/docs/generate.js +9 -9
- package/dist/cli/commands/docs/generate.test.js +9 -9
- package/dist/cli/commands/help.js +9 -9
- package/dist/cli/commands/kitchen-sink/async.js +10 -10
- package/dist/cli/commands/kitchen-sink/async.test.js +10 -10
- package/dist/cli/commands/kitchen-sink/index.js +12 -12
- package/dist/cli/commands/kitchen-sink/index.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/prompts.js +10 -10
- package/dist/cli/commands/kitchen-sink/prompts.test.js +10 -10
- package/dist/cli/commands/kitchen-sink/static.js +10 -10
- package/dist/cli/commands/kitchen-sink/static.test.js +10 -10
- package/dist/cli/commands/search.js +10 -10
- package/dist/cli/commands/upgrade.js +10 -10
- package/dist/cli/commands/version.js +10 -10
- package/dist/cli/commands/version.test.js +10 -10
- package/dist/cli/services/commands/search.js +2 -2
- package/dist/cli/services/commands/search.test.js +2 -2
- package/dist/cli/services/commands/version.js +3 -3
- package/dist/cli/services/commands/version.test.js +4 -4
- package/dist/cli/services/demo.js +2 -2
- package/dist/cli/services/demo.test.js +2 -2
- package/dist/cli/services/kitchen-sink/async.js +2 -2
- package/dist/cli/services/kitchen-sink/prompts.js +2 -2
- package/dist/cli/services/kitchen-sink/static.js +2 -2
- package/dist/cli/services/upgrade.js +3 -3
- package/dist/cli/services/upgrade.test.js +5 -5
- package/dist/{custom-oclif-loader-BSIFJNCW.js → custom-oclif-loader-TBU3GENB.js} +2 -2
- package/dist/{error-handler-C74V2WGU.js → error-handler-IL72ACEX.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +6 -6
- package/dist/index.js +1844 -421
- package/dist/{local-CWK27QUL.js → local-OE2I46PA.js} +2 -2
- package/dist/{morph-QZYXTRWT.js → morph-UIXWG2S7.js} +9 -9
- package/dist/{node-633BFJCW.js → node-SDBKEHIV.js} +13 -13
- package/dist/{node-package-manager-LEJ5DHOS.js → node-package-manager-LPDV6HZY.js} +3 -3
- package/dist/{system-2NQHDALO.js → system-SGABHAU2.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-PLFRNPYP.js → ui-WB42ZV4M.js} +2 -2
- package/dist/{workerd-2EAKOGOR.js → workerd-YWTPL4SF.js} +12 -12
- package/oclif.manifest.json +2 -12
- package/package.json +7 -7
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
demo
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FVUAIT37.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
outputInfo,
|
|
9
9
|
readFile,
|
|
10
10
|
renderAutocompletePrompt
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2NCWYVM4.js";
|
|
12
12
|
import {
|
|
13
13
|
joinPath
|
|
14
14
|
} from "./chunk-T2GATXSP.js";
|
|
@@ -42,4 +42,4 @@ var Catalog = class extends base_command_default {
|
|
|
42
42
|
export {
|
|
43
43
|
Catalog
|
|
44
44
|
};
|
|
45
|
-
//# sourceMappingURL=chunk-
|
|
45
|
+
//# sourceMappingURL=chunk-CPEFXM7T.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
6
|
} from "./chunk-27ILOE3X.js";
|
|
@@ -43,4 +43,4 @@ var HelpCommand = class _HelpCommand extends base_command_default {
|
|
|
43
43
|
export {
|
|
44
44
|
HelpCommand
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-EJGKAHVK.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
versionService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YPWRQ5AU.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -22,4 +22,4 @@ var Version = class extends base_command_default {
|
|
|
22
22
|
export {
|
|
23
23
|
Version
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-F54UWMGQ.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTextPrompt,
|
|
18
18
|
renderWarning,
|
|
19
19
|
sleep
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-2NCWYVM4.js";
|
|
21
21
|
import {
|
|
22
22
|
init_cjs_shims
|
|
23
23
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -309,4 +309,4 @@ export {
|
|
|
309
309
|
demoStepsSchema,
|
|
310
310
|
demo
|
|
311
311
|
};
|
|
312
|
-
//# sourceMappingURL=chunk-
|
|
312
|
+
//# sourceMappingURL=chunk-FVUAIT37.js.map
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "./chunk-QSUS3GJF.js";
|
|
4
4
|
import {
|
|
5
5
|
demoStepsSchema
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-FVUAIT37.js";
|
|
7
7
|
import {
|
|
8
8
|
base_command_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
10
10
|
import {
|
|
11
11
|
AbortError,
|
|
12
12
|
fileExists,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
readFile,
|
|
18
18
|
renderAutocompletePrompt,
|
|
19
19
|
writeFile
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-2NCWYVM4.js";
|
|
21
21
|
import {
|
|
22
22
|
require_lib
|
|
23
23
|
} from "./chunk-27ILOE3X.js";
|
|
@@ -113,4 +113,4 @@ async function selectSteps() {
|
|
|
113
113
|
export {
|
|
114
114
|
GenerateFile
|
|
115
115
|
};
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-FWX3KCDM.js.map
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
} from "./chunk-QSUS3GJF.js";
|
|
4
4
|
import {
|
|
5
5
|
demoStepsSchema
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-FVUAIT37.js";
|
|
7
7
|
import {
|
|
8
8
|
base_command_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
10
10
|
import {
|
|
11
11
|
outputInfo,
|
|
12
12
|
renderInfo
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2NCWYVM4.js";
|
|
14
14
|
import {
|
|
15
15
|
__toESM,
|
|
16
16
|
init_cjs_shims
|
|
@@ -55,4 +55,4 @@ The demo should perform the following steps:
|
|
|
55
55
|
export {
|
|
56
56
|
PrintAIPrompt
|
|
57
57
|
};
|
|
58
|
-
//# sourceMappingURL=chunk-
|
|
58
|
+
//# sourceMappingURL=chunk-FX2HB3CJ.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
demo
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FVUAIT37.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
readFile
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2NCWYVM4.js";
|
|
10
10
|
import {
|
|
11
11
|
require_lib
|
|
12
12
|
} from "./chunk-27ILOE3X.js";
|
|
@@ -56,4 +56,4 @@ var Demo = class _Demo extends base_command_default {
|
|
|
56
56
|
export {
|
|
57
57
|
Demo
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=chunk-
|
|
59
|
+
//# sourceMappingURL=chunk-GYP4MV72.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.69.
|
|
7
|
+
var CLI_KIT_VERSION = "3.69.4";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=chunk-
|
|
12
|
+
//# sourceMappingURL=chunk-HV364V3E.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
renderDangerousConfirmationPrompt,
|
|
6
6
|
renderSelectPrompt,
|
|
7
7
|
renderTextPrompt
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-2NCWYVM4.js";
|
|
9
9
|
import {
|
|
10
10
|
init_cjs_shims
|
|
11
11
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -176,4 +176,4 @@ async function prompts() {
|
|
|
176
176
|
export {
|
|
177
177
|
prompts
|
|
178
178
|
};
|
|
179
|
-
//# sourceMappingURL=chunk-
|
|
179
|
+
//# sourceMappingURL=chunk-ISDSND4L.js.map
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
require_get_stream,
|
|
21
21
|
runWithTimer,
|
|
22
22
|
writeFile
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-2NCWYVM4.js";
|
|
24
24
|
import {
|
|
25
25
|
envPaths
|
|
26
26
|
} from "./chunk-P7JUHQKL.js";
|
|
@@ -13974,4 +13974,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13974
13974
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13975
13975
|
*)
|
|
13976
13976
|
*/
|
|
13977
|
-
//# sourceMappingURL=chunk-
|
|
13977
|
+
//# sourceMappingURL=chunk-JHVVETTP.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
packageManagerFromUserAgent
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JHVVETTP.js";
|
|
4
4
|
import {
|
|
5
5
|
currentProcessIsGlobal,
|
|
6
6
|
inferPackageManagerForGlobalCLI,
|
|
7
7
|
outputContent,
|
|
8
8
|
outputToken
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2NCWYVM4.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
cliInstallCommand,
|
|
26
26
|
getOutputUpdateCLIReminder
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-K3GASX6Y.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
errorHandler,
|
|
3
3
|
registerCleanBugsnagErrorsFromWithinPlugins
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WHP4CEBJ.js";
|
|
5
5
|
import {
|
|
6
6
|
hashString
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7NPDPZ22.js";
|
|
8
8
|
import {
|
|
9
9
|
AbortError,
|
|
10
10
|
addPublicMetadata,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
renderWarning,
|
|
21
21
|
terminalSupportsPrompting,
|
|
22
22
|
underscore
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-2NCWYVM4.js";
|
|
24
24
|
import {
|
|
25
25
|
require_lib
|
|
26
26
|
} from "./chunk-27ILOE3X.js";
|
|
@@ -1682,4 +1682,4 @@ export {
|
|
|
1682
1682
|
encodeToml,
|
|
1683
1683
|
base_command_default
|
|
1684
1684
|
};
|
|
1685
|
-
//# sourceMappingURL=chunk-
|
|
1685
|
+
//# sourceMappingURL=chunk-KM4TMAQ2.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-334DJQUN.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.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-N3U3EHOE.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
asyncTasks
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-S2IXL3EU.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -25,4 +25,4 @@ var KitchenSinkAsync = class extends base_command_default {
|
|
|
25
25
|
export {
|
|
26
26
|
KitchenSinkAsync
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=chunk-
|
|
28
|
+
//# sourceMappingURL=chunk-ORDEDRCZ.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
findUpAndReadPackageJson,
|
|
5
5
|
getPackageManager,
|
|
6
6
|
usesWorkspaces
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-JHVVETTP.js";
|
|
8
8
|
import {
|
|
9
9
|
AbortError,
|
|
10
10
|
exec,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
outputSuccess,
|
|
16
16
|
outputToken,
|
|
17
17
|
outputWarn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-2NCWYVM4.js";
|
|
19
19
|
import {
|
|
20
20
|
dirname,
|
|
21
21
|
joinPath,
|
|
@@ -140,4 +140,4 @@ function usingPackageManager({ env } = { env: process.env }) {
|
|
|
140
140
|
export {
|
|
141
141
|
upgrade
|
|
142
142
|
};
|
|
143
|
-
//# sourceMappingURL=chunk-
|
|
143
|
+
//# sourceMappingURL=chunk-OWCYMR5Y.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
init_cjs_shims
|
|
3
3
|
} from "./chunk-POZ5MGPT.js";
|
|
4
4
|
|
|
5
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
5
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_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@
|
|
97
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_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-OWLPHMUA.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
execa,
|
|
3
3
|
outputContent,
|
|
4
4
|
outputDebug
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-2NCWYVM4.js";
|
|
6
6
|
import {
|
|
7
7
|
init_cjs_shims
|
|
8
8
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
username,
|
|
61
61
|
platformAndArch
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=chunk-
|
|
63
|
+
//# sourceMappingURL=chunk-RYTZQSHH.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
renderConcurrent,
|
|
3
3
|
renderTasks
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2NCWYVM4.js";
|
|
5
5
|
import {
|
|
6
6
|
init_cjs_shims
|
|
7
7
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -43,4 +43,4 @@ async function asyncTasks() {
|
|
|
43
43
|
export {
|
|
44
44
|
asyncTasks
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-S2IXL3EU.js.map
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
remove,
|
|
9
9
|
setLastSeenAuthMethod,
|
|
10
10
|
setLastSeenUserIdAfterAuth
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7NPDPZ22.js";
|
|
12
12
|
import {
|
|
13
13
|
BugError,
|
|
14
14
|
outputContent,
|
|
15
15
|
outputDebug,
|
|
16
16
|
outputToken
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-2NCWYVM4.js";
|
|
18
18
|
import {
|
|
19
19
|
init_cjs_shims
|
|
20
20
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -100,4 +100,4 @@ export {
|
|
|
100
100
|
ensureAuthenticatedBusinessPlatform,
|
|
101
101
|
logout
|
|
102
102
|
};
|
|
103
|
-
//# sourceMappingURL=chunk-
|
|
103
|
+
//# sourceMappingURL=chunk-TLZ4ZBH3.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearCollectedLogs,
|
|
3
3
|
collectedLogs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2NCWYVM4.js";
|
|
5
5
|
import {
|
|
6
6
|
init_cjs_shims
|
|
7
7
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -33,4 +33,4 @@ function mockAndCaptureOutput() {
|
|
|
33
33
|
export {
|
|
34
34
|
mockAndCaptureOutput
|
|
35
35
|
};
|
|
36
|
-
//# sourceMappingURL=chunk-
|
|
36
|
+
//# sourceMappingURL=chunk-TV5WOUSX.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
searchService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-Y3MSANL5.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
require_lib
|
|
9
9
|
} from "./chunk-27ILOE3X.js";
|
|
@@ -45,4 +45,4 @@ var import_core = __toESM(require_lib(), 1), Search = class _Search extends base
|
|
|
45
45
|
export {
|
|
46
46
|
Search
|
|
47
47
|
};
|
|
48
|
-
//# sourceMappingURL=chunk-
|
|
48
|
+
//# sourceMappingURL=chunk-UQUVQV3X.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-334DJQUN.js";
|
|
4
4
|
import {
|
|
5
5
|
asyncTasks
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-S2IXL3EU.js";
|
|
7
7
|
import {
|
|
8
8
|
prompts
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ISDSND4L.js";
|
|
10
10
|
import {
|
|
11
11
|
base_command_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
13
13
|
import {
|
|
14
14
|
init_cjs_shims
|
|
15
15
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -34,4 +34,4 @@ var KitchenSinkAll = class extends base_command_default {
|
|
|
34
34
|
export {
|
|
35
35
|
KitchenSinkAll
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=chunk-
|
|
37
|
+
//# sourceMappingURL=chunk-VHEJRU4K.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
4
4
|
import {
|
|
5
5
|
mkdir,
|
|
6
6
|
outputInfo,
|
|
7
7
|
rmdir,
|
|
8
8
|
writeFile
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2NCWYVM4.js";
|
|
10
10
|
import {
|
|
11
11
|
cwd,
|
|
12
12
|
joinPath
|
|
@@ -116,4 +116,4 @@ export {
|
|
|
116
116
|
writeCommandFlagInterface,
|
|
117
117
|
writeCommandUsageExampleFile
|
|
118
118
|
};
|
|
119
|
-
//# sourceMappingURL=chunk-
|
|
119
|
+
//# sourceMappingURL=chunk-VQ3R5DHS.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2JRUKBKX.js";
|
|
5
5
|
import {
|
|
6
6
|
getEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7NPDPZ22.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JHVVETTP.js";
|
|
11
11
|
import {
|
|
12
12
|
require_once
|
|
13
13
|
} from "./chunk-O5K4AU7Q.js";
|
|
14
14
|
import {
|
|
15
15
|
CLI_KIT_VERSION
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HV364V3E.js";
|
|
17
17
|
import {
|
|
18
18
|
AbortSilentError,
|
|
19
19
|
CancelExecution,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
printEventsJson,
|
|
28
28
|
require_stacktracey,
|
|
29
29
|
shouldReportErrorAsUnexpected
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-2NCWYVM4.js";
|
|
31
31
|
import {
|
|
32
32
|
bugsnagApiKey,
|
|
33
33
|
reportingRateLimit
|
|
@@ -2152,4 +2152,4 @@ export {
|
|
|
2152
2152
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2153
2153
|
addBugsnagMetadata
|
|
2154
2154
|
};
|
|
2155
|
-
//# sourceMappingURL=chunk-
|
|
2155
|
+
//# sourceMappingURL=chunk-WHP4CEBJ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
openURL
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2NCWYVM4.js";
|
|
4
4
|
import {
|
|
5
5
|
init_cjs_shims
|
|
6
6
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -15,4 +15,4 @@ async function searchService(query) {
|
|
|
15
15
|
export {
|
|
16
16
|
searchService
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=chunk-
|
|
18
|
+
//# sourceMappingURL=chunk-Y3MSANL5.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cliInstallCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-K3GASX6Y.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KM4TMAQ2.js";
|
|
7
7
|
import {
|
|
8
8
|
renderInfo
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2NCWYVM4.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-POZ5MGPT.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-YNL4XNMX.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CLI_KIT_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HV364V3E.js";
|
|
4
4
|
import {
|
|
5
5
|
outputInfo
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-2NCWYVM4.js";
|
|
7
7
|
import {
|
|
8
8
|
init_cjs_shims
|
|
9
9
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -17,4 +17,4 @@ async function versionService() {
|
|
|
17
17
|
export {
|
|
18
18
|
versionService
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=chunk-
|
|
20
|
+
//# sourceMappingURL=chunk-YPWRQ5AU.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Logout
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-BMTELIUS.js";
|
|
4
|
+
import "../../../chunk-TLZ4ZBH3.js";
|
|
5
|
+
import "../../../chunk-KM4TMAQ2.js";
|
|
6
|
+
import "../../../chunk-WHP4CEBJ.js";
|
|
7
|
+
import "../../../chunk-2JRUKBKX.js";
|
|
8
|
+
import "../../../chunk-7NPDPZ22.js";
|
|
9
9
|
import "../../../chunk-VSLR7ET4.js";
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-RYTZQSHH.js";
|
|
11
|
+
import "../../../chunk-JHVVETTP.js";
|
|
12
12
|
import "../../../chunk-BYPQXSAL.js";
|
|
13
13
|
import "../../../chunk-O5K4AU7Q.js";
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-HV364V3E.js";
|
|
15
15
|
import "../../../chunk-NLUGD7PZ.js";
|
|
16
|
-
import "../../../chunk-
|
|
16
|
+
import "../../../chunk-2NCWYVM4.js";
|
|
17
17
|
import "../../../chunk-P7JUHQKL.js";
|
|
18
18
|
import "../../../chunk-27ILOE3X.js";
|
|
19
19
|
import "../../../chunk-SNOECVP4.js";
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import {
|
|
2
2
|
mockAndCaptureOutput
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-TV5WOUSX.js";
|
|
4
4
|
import {
|
|
5
5
|
Logout
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-BMTELIUS.js";
|
|
7
7
|
import {
|
|
8
8
|
logout
|
|
9
|
-
} from "../../../chunk-
|
|
9
|
+
} from "../../../chunk-TLZ4ZBH3.js";
|
|
10
10
|
import {
|
|
11
11
|
describe,
|
|
12
12
|
globalExpect,
|
|
13
13
|
test,
|
|
14
14
|
vi
|
|
15
15
|
} from "../../../chunk-ZGHNMRBX.js";
|
|
16
|
-
import "../../../chunk-
|
|
17
|
-
import "../../../chunk-
|
|
18
|
-
import "../../../chunk-
|
|
19
|
-
import "../../../chunk-
|
|
16
|
+
import "../../../chunk-KM4TMAQ2.js";
|
|
17
|
+
import "../../../chunk-WHP4CEBJ.js";
|
|
18
|
+
import "../../../chunk-2JRUKBKX.js";
|
|
19
|
+
import "../../../chunk-7NPDPZ22.js";
|
|
20
20
|
import "../../../chunk-VSLR7ET4.js";
|
|
21
|
-
import "../../../chunk-
|
|
22
|
-
import "../../../chunk-
|
|
21
|
+
import "../../../chunk-RYTZQSHH.js";
|
|
22
|
+
import "../../../chunk-JHVVETTP.js";
|
|
23
23
|
import "../../../chunk-BYPQXSAL.js";
|
|
24
24
|
import "../../../chunk-O5K4AU7Q.js";
|
|
25
|
-
import "../../../chunk-
|
|
25
|
+
import "../../../chunk-HV364V3E.js";
|
|
26
26
|
import "../../../chunk-NLUGD7PZ.js";
|
|
27
|
-
import "../../../chunk-
|
|
27
|
+
import "../../../chunk-2NCWYVM4.js";
|
|
28
28
|
import "../../../chunk-P7JUHQKL.js";
|
|
29
29
|
import "../../../chunk-27ILOE3X.js";
|
|
30
30
|
import "../../../chunk-SNOECVP4.js";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CommandFlags
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-7B5FNNVB.js";
|
|
4
|
+
import "../../../chunk-KM4TMAQ2.js";
|
|
5
|
+
import "../../../chunk-WHP4CEBJ.js";
|
|
6
|
+
import "../../../chunk-2JRUKBKX.js";
|
|
7
|
+
import "../../../chunk-7NPDPZ22.js";
|
|
8
8
|
import "../../../chunk-VSLR7ET4.js";
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-RYTZQSHH.js";
|
|
10
|
+
import "../../../chunk-JHVVETTP.js";
|
|
11
11
|
import "../../../chunk-BYPQXSAL.js";
|
|
12
12
|
import "../../../chunk-O5K4AU7Q.js";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-HV364V3E.js";
|
|
14
14
|
import "../../../chunk-NLUGD7PZ.js";
|
|
15
|
-
import "../../../chunk-
|
|
15
|
+
import "../../../chunk-2NCWYVM4.js";
|
|
16
16
|
import "../../../chunk-P7JUHQKL.js";
|
|
17
17
|
import "../../../chunk-27ILOE3X.js";
|
|
18
18
|
import "../../../chunk-SNOECVP4.js";
|