@shopify/create-app 3.94.3 → 4.1.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.
Files changed (58) hide show
  1. package/README.md +2 -2
  2. package/dist/analytics-RYQKQ4DG.js +39 -0
  3. package/dist/analytics-ZSO2XN53.js +33 -0
  4. package/dist/chunk-32DG2OXV.js +110 -0
  5. package/dist/chunk-6OOTYTVB.js +1133 -0
  6. package/dist/chunk-7OFS6B2C.js +12 -0
  7. package/dist/chunk-A6TJPMVH.js +661 -0
  8. package/dist/{chunk-NIYBO6HO.js → chunk-ACS6S42W.js} +3 -3
  9. package/dist/{chunk-BRNDLYPU.js → chunk-BMI6QCMV.js} +3617 -10143
  10. package/dist/chunk-C5OLLQWI.js +5620 -0
  11. package/dist/chunk-CEGG2EWP.js +104 -0
  12. package/dist/chunk-DJW2W7VA.js +21 -0
  13. package/dist/{chunk-LI75HRH4.js → chunk-DWGHKWV5.js} +1 -1
  14. package/dist/chunk-JCETIRLI.js +30 -0
  15. package/dist/chunk-JT5MT2JE.js +371 -0
  16. package/dist/chunk-MIECGF3H.js +264 -0
  17. package/dist/{chunk-IFG7N3S2.js → chunk-OO33NRTL.js} +8 -12671
  18. package/dist/chunk-PES3XMQM.js +70 -0
  19. package/dist/chunk-PVHOBK32.js +1771 -0
  20. package/dist/chunk-RB7BXTZQ.js +6106 -0
  21. package/dist/{chunk-HUNONZYG.js → chunk-S4YEA2XG.js} +43774 -43785
  22. package/dist/chunk-SWITKWBS.js +78 -0
  23. package/dist/{chunk-KKIDWI27.js → chunk-TS6LOJXS.js} +47 -12
  24. package/dist/chunk-TVUF42MB.js +55 -0
  25. package/dist/chunk-UX6FRPFM.js +11555 -0
  26. package/dist/{chunk-CXPWSYGC.js → chunk-X2WZCKNE.js} +4 -14
  27. package/dist/conf-store-R26LOTXD.js +54 -0
  28. package/dist/custom-oclif-loader-354VAVF4.js +54 -0
  29. package/dist/deprecations-JWETMJFF.js +55 -0
  30. package/dist/environments-VKYG7DMX.js +26 -0
  31. package/dist/error-handler-YXGIUGKI.js +37 -0
  32. package/dist/fs-HPLMOQQD.js +109 -0
  33. package/dist/hooks/postrun.js +6 -9
  34. package/dist/hooks/prerun.js +12 -25
  35. package/dist/{http-proxy-node16-U5VBDLS3.js → http-proxy-node16-XB2DSBCB.js} +3 -2
  36. package/dist/index.js +9175 -10612
  37. package/dist/is-global-OXCPPXM7.js +21 -0
  38. package/dist/latest-version-3PFKLJZM.js +7713 -0
  39. package/dist/lib-HWIFANCM.js +11 -0
  40. package/dist/{local-6XZDLEBK.js → local-6ARTMTVE.js} +3 -10
  41. package/dist/metadata-Z65VJ53L.js +20 -0
  42. package/dist/{node-package-manager-JVAQNYVX.js → node-package-manager-Q3Y2FSRM.js} +17 -7
  43. package/dist/notifications-system-2HPAOE4P.js +40 -0
  44. package/dist/output-MCH67S5U.js +51 -0
  45. package/dist/{path-NQ6GZ2WO.js → path-EOPO7QNL.js} +2 -2
  46. package/dist/{prettier-67WYXU6J.js → prettier-UAG5TKE4.js} +2 -2
  47. package/dist/system-YW6RJ2KQ.js +47 -0
  48. package/dist/tsconfig.tsbuildinfo +1 -1
  49. package/dist/typescript-TKTDYKKG.js +6 -0
  50. package/dist/{ui-7HBWZC7M.js → ui-AYUE37Z3.js} +15 -6
  51. package/dist/{chunk-PWU6XFUQ.js → upgrade-DNAT5W4B.js} +77 -125
  52. package/dist/version-2J64V5CP.js +8 -0
  53. package/dist/version-V77ZX5N2.js +30 -0
  54. package/oclif.manifest.json +63 -66
  55. package/package.json +5 -5
  56. package/dist/chunk-HYOIEQ5O.js +0 -14117
  57. package/dist/error-handler-WFIT65SZ.js +0 -25
  58. package/dist/lib-PPI2FZOR.js +0 -8
@@ -1,3 +1,6 @@
1
+ import {
2
+ require_has_flag
3
+ } from "./chunk-DJW2W7VA.js";
1
4
  import {
2
5
  __commonJS,
3
6
  __require,
@@ -331,18 +334,6 @@ var require_browser = __commonJS({
331
334
  }
332
335
  });
333
336
 
334
- // ../../node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js
335
- var require_has_flag = __commonJS({
336
- "../../node_modules/.pnpm/has-flag@4.0.0/node_modules/has-flag/index.js"(exports, module) {
337
- "use strict";
338
- init_cjs_shims();
339
- module.exports = (flag, argv = process.argv) => {
340
- let prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--", position = argv.indexOf(prefix + flag), terminatorPosition = argv.indexOf("--");
341
- return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
342
- };
343
- }
344
- });
345
-
346
337
  // ../../node_modules/.pnpm/supports-color@8.1.1/node_modules/supports-color/index.js
347
338
  var require_supports_color = __commonJS({
348
339
  "../../node_modules/.pnpm/supports-color@8.1.1/node_modules/supports-color/index.js"(exports, module) {
@@ -571,8 +562,7 @@ var require_src = __commonJS({
571
562
  });
572
563
 
573
564
  export {
574
- require_has_flag,
575
565
  require_supports_color,
576
566
  require_src
577
567
  };
578
- //# sourceMappingURL=chunk-CXPWSYGC.js.map
568
+ //# sourceMappingURL=chunk-X2WZCKNE.js.map
@@ -0,0 +1,54 @@
1
+ import {
2
+ cacheClear,
3
+ cacheRetrieve,
4
+ cacheRetrieveOrRepopulate,
5
+ cacheStore,
6
+ getAutoUpgradeEnabled,
7
+ getCachedPartnerAccountStatus,
8
+ getConfigStoreForPartnerStatus,
9
+ getCurrentSessionId,
10
+ getSessions,
11
+ removeCurrentSessionId,
12
+ removeSessions,
13
+ runAtMinimumInterval,
14
+ runWithRateLimit,
15
+ setAutoUpgradeEnabled,
16
+ setCachedPartnerAccountStatus,
17
+ setCurrentSessionId,
18
+ setSessions,
19
+ timeIntervalToMilliseconds
20
+ } from "./chunk-RB7BXTZQ.js";
21
+ import "./chunk-MIECGF3H.js";
22
+ import "./chunk-UX6FRPFM.js";
23
+ import "./chunk-X2WZCKNE.js";
24
+ import "./chunk-G2ZZKGSV.js";
25
+ import "./chunk-OO33NRTL.js";
26
+ import "./chunk-6OOTYTVB.js";
27
+ import "./chunk-BMI6QCMV.js";
28
+ import "./chunk-A6TJPMVH.js";
29
+ import "./chunk-DJW2W7VA.js";
30
+ import "./chunk-ACS6S42W.js";
31
+ import "./chunk-AROS7RI6.js";
32
+ import "./chunk-7IK72W75.js";
33
+ import "./chunk-PKR7KJ6P.js";
34
+ export {
35
+ cacheClear,
36
+ cacheRetrieve,
37
+ cacheRetrieveOrRepopulate,
38
+ cacheStore,
39
+ getAutoUpgradeEnabled,
40
+ getCachedPartnerAccountStatus,
41
+ getConfigStoreForPartnerStatus,
42
+ getCurrentSessionId,
43
+ getSessions,
44
+ removeCurrentSessionId,
45
+ removeSessions,
46
+ runAtMinimumInterval,
47
+ runWithRateLimit,
48
+ setAutoUpgradeEnabled,
49
+ setCachedPartnerAccountStatus,
50
+ setCurrentSessionId,
51
+ setSessions,
52
+ timeIntervalToMilliseconds
53
+ };
54
+ //# sourceMappingURL=conf-store-R26LOTXD.js.map
@@ -0,0 +1,54 @@
1
+ import {
2
+ require_lib
3
+ } from "./chunk-UX6FRPFM.js";
4
+ import "./chunk-X2WZCKNE.js";
5
+ import "./chunk-G2ZZKGSV.js";
6
+ import "./chunk-OO33NRTL.js";
7
+ import "./chunk-6OOTYTVB.js";
8
+ import "./chunk-DJW2W7VA.js";
9
+ import {
10
+ __toESM,
11
+ init_cjs_shims
12
+ } from "./chunk-PKR7KJ6P.js";
13
+
14
+ // ../cli-kit/dist/public/node/custom-oclif-loader.js
15
+ init_cjs_shims();
16
+ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends import_core.Config {
17
+ /**
18
+ * Set a lazy command loader that will be used to load individual command classes on demand,
19
+ * bypassing the default oclif behavior of importing the entire COMMANDS module.
20
+ *
21
+ * @param loader - The lazy command loader function.
22
+ */
23
+ setLazyCommandLoader(loader) {
24
+ this.lazyCommandLoader = loader;
25
+ }
26
+ /**
27
+ * Override runCommand to use lazy loading when available.
28
+ * Instead of calling cmd.load() which triggers loading ALL commands via index.js,
29
+ * we directly import only the needed command module.
30
+ *
31
+ * @param id - The command ID to run.
32
+ * @param argv - The arguments to pass to the command.
33
+ * @param cachedCommand - An optional cached command loadable.
34
+ * @returns The command result.
35
+ */
36
+ async runCommand(id, argv = [], cachedCommand = null) {
37
+ if (this.lazyCommandLoader) {
38
+ let cmd = cachedCommand ?? this.findCommand(id);
39
+ if (cmd) {
40
+ let commandClass = await this.lazyCommandLoader(id);
41
+ if (commandClass) {
42
+ commandClass.id = id, commandClass.plugin = cmd.plugin ?? this.rootPlugin, await this.runHook("prerun", { argv, Command: commandClass });
43
+ let result = await commandClass.run(argv, this);
44
+ return await this.runHook("postrun", { argv, Command: commandClass, result }), result;
45
+ }
46
+ }
47
+ }
48
+ return super.runCommand(id, argv, cachedCommand);
49
+ }
50
+ };
51
+ export {
52
+ ShopifyConfig
53
+ };
54
+ //# sourceMappingURL=custom-oclif-loader-354VAVF4.js.map
@@ -0,0 +1,55 @@
1
+ import {
2
+ getNextDeprecationDate
3
+ } from "./chunk-JCETIRLI.js";
4
+ import {
5
+ renderWarning
6
+ } from "./chunk-C5OLLQWI.js";
7
+ import "./chunk-SWITKWBS.js";
8
+ import "./chunk-MIECGF3H.js";
9
+ import "./chunk-UX6FRPFM.js";
10
+ import "./chunk-X2WZCKNE.js";
11
+ import "./chunk-G2ZZKGSV.js";
12
+ import "./chunk-OO33NRTL.js";
13
+ import "./chunk-PES3XMQM.js";
14
+ import "./chunk-6OOTYTVB.js";
15
+ import "./chunk-CEGG2EWP.js";
16
+ import "./chunk-BMI6QCMV.js";
17
+ import "./chunk-A6TJPMVH.js";
18
+ import "./chunk-DJW2W7VA.js";
19
+ import "./chunk-ACS6S42W.js";
20
+ import "./chunk-AROS7RI6.js";
21
+ import "./chunk-7IK72W75.js";
22
+ import {
23
+ init_cjs_shims
24
+ } from "./chunk-PKR7KJ6P.js";
25
+
26
+ // ../cli-kit/dist/public/node/hooks/deprecations.js
27
+ init_cjs_shims();
28
+ var postrun = (Command) => {
29
+ let nextDeprecationDate = getNextDeprecationDate();
30
+ if (nextDeprecationDate) {
31
+ let forThemes = Command.id.includes("theme");
32
+ renderUpgradeWarning(nextDeprecationDate, forThemes);
33
+ }
34
+ };
35
+ function renderUpgradeWarning(upgradeByDate, forThemes) {
36
+ let headline = `Upgrade to the latest CLI version by ${new Intl.DateTimeFormat("default", {
37
+ year: "numeric",
38
+ month: "long",
39
+ day: "numeric"
40
+ }).format(upgradeByDate)}.`;
41
+ renderWarning({
42
+ headline,
43
+ body: "This command requires an upgrade to continue working as intended.",
44
+ nextSteps: [["Run", { command: "upgrade" }, "to", {
45
+ link: {
46
+ label: "upgrade Shopify CLI",
47
+ url: forThemes ? "https://shopify.dev/docs/themes/tools/cli#upgrade-shopify-cli" : "https://shopify.dev/docs/apps/tools/cli#upgrade-shopify-cli"
48
+ }
49
+ }]]
50
+ });
51
+ }
52
+ export {
53
+ postrun
54
+ };
55
+ //# sourceMappingURL=deprecations-JWETMJFF.js.map
@@ -0,0 +1,26 @@
1
+ import {
2
+ environmentFilePath,
3
+ loadEnvironment
4
+ } from "./chunk-PVHOBK32.js";
5
+ import "./chunk-C5OLLQWI.js";
6
+ import "./chunk-SWITKWBS.js";
7
+ import "./chunk-MIECGF3H.js";
8
+ import "./chunk-UX6FRPFM.js";
9
+ import "./chunk-X2WZCKNE.js";
10
+ import "./chunk-G2ZZKGSV.js";
11
+ import "./chunk-OO33NRTL.js";
12
+ import "./chunk-PES3XMQM.js";
13
+ import "./chunk-6OOTYTVB.js";
14
+ import "./chunk-CEGG2EWP.js";
15
+ import "./chunk-BMI6QCMV.js";
16
+ import "./chunk-A6TJPMVH.js";
17
+ import "./chunk-DJW2W7VA.js";
18
+ import "./chunk-ACS6S42W.js";
19
+ import "./chunk-AROS7RI6.js";
20
+ import "./chunk-7IK72W75.js";
21
+ import "./chunk-PKR7KJ6P.js";
22
+ export {
23
+ environmentFilePath,
24
+ loadEnvironment
25
+ };
26
+ //# sourceMappingURL=environments-VKYG7DMX.js.map
@@ -0,0 +1,37 @@
1
+ import {
2
+ addBugsnagMetadata,
3
+ cleanStackFrameFilePath,
4
+ errorHandler,
5
+ registerCleanBugsnagErrorsFromWithinPlugins,
6
+ sendErrorToBugsnag
7
+ } from "./chunk-S4YEA2XG.js";
8
+ import "./chunk-JCETIRLI.js";
9
+ import "./chunk-JT5MT2JE.js";
10
+ import "./chunk-7OFS6B2C.js";
11
+ import "./chunk-VBBBCVMH.js";
12
+ import "./chunk-RB7BXTZQ.js";
13
+ import "./chunk-C5OLLQWI.js";
14
+ import "./chunk-SWITKWBS.js";
15
+ import "./chunk-MIECGF3H.js";
16
+ import "./chunk-UX6FRPFM.js";
17
+ import "./chunk-X2WZCKNE.js";
18
+ import "./chunk-G2ZZKGSV.js";
19
+ import "./chunk-OO33NRTL.js";
20
+ import "./chunk-PES3XMQM.js";
21
+ import "./chunk-6OOTYTVB.js";
22
+ import "./chunk-CEGG2EWP.js";
23
+ import "./chunk-BMI6QCMV.js";
24
+ import "./chunk-A6TJPMVH.js";
25
+ import "./chunk-DJW2W7VA.js";
26
+ import "./chunk-ACS6S42W.js";
27
+ import "./chunk-AROS7RI6.js";
28
+ import "./chunk-7IK72W75.js";
29
+ import "./chunk-PKR7KJ6P.js";
30
+ export {
31
+ addBugsnagMetadata,
32
+ cleanStackFrameFilePath,
33
+ errorHandler,
34
+ registerCleanBugsnagErrorsFromWithinPlugins,
35
+ sendErrorToBugsnag
36
+ };
37
+ //# sourceMappingURL=error-handler-YXGIUGKI.js.map
@@ -0,0 +1,109 @@
1
+ import {
2
+ appendFile,
3
+ appendFileSync,
4
+ chmod,
5
+ copyDirectoryContents,
6
+ copyFile,
7
+ createFileReadStream,
8
+ createFileWriteStream,
9
+ defaultEOL,
10
+ detectEOL,
11
+ fileExists,
12
+ fileExistsSync,
13
+ fileHasExecutablePermissions,
14
+ fileHasWritePermissions,
15
+ fileLastUpdated,
16
+ fileLastUpdatedTimestamp,
17
+ fileRealPath,
18
+ fileSize,
19
+ fileSizeSync,
20
+ findPathUp,
21
+ findPathUpSync,
22
+ generateRandomNameForSubdirectory,
23
+ glob,
24
+ globSync,
25
+ inTemporaryDirectory,
26
+ isDirectory,
27
+ isDirectorySync,
28
+ matchGlob,
29
+ mkTmpDir,
30
+ mkdir,
31
+ mkdirSync,
32
+ moveFile,
33
+ pathToFileURL,
34
+ readFile,
35
+ readFileSync,
36
+ readdir,
37
+ removeFile,
38
+ removeFileSync,
39
+ renameFile,
40
+ rmdir,
41
+ stripUpPath,
42
+ symlink,
43
+ tempDirectory,
44
+ touchFile,
45
+ touchFileSync,
46
+ unixFileIsOwnedByCurrentUser,
47
+ unlinkFile,
48
+ unlinkFileSync,
49
+ writeFile,
50
+ writeFileSync
51
+ } from "./chunk-BMI6QCMV.js";
52
+ import "./chunk-A6TJPMVH.js";
53
+ import "./chunk-DJW2W7VA.js";
54
+ import "./chunk-ACS6S42W.js";
55
+ import "./chunk-AROS7RI6.js";
56
+ import "./chunk-7IK72W75.js";
57
+ import "./chunk-PKR7KJ6P.js";
58
+ export {
59
+ appendFile,
60
+ appendFileSync,
61
+ chmod,
62
+ copyDirectoryContents,
63
+ copyFile,
64
+ createFileReadStream,
65
+ createFileWriteStream,
66
+ defaultEOL,
67
+ detectEOL,
68
+ fileExists,
69
+ fileExistsSync,
70
+ fileHasExecutablePermissions,
71
+ fileHasWritePermissions,
72
+ fileLastUpdated,
73
+ fileLastUpdatedTimestamp,
74
+ fileRealPath,
75
+ fileSize,
76
+ fileSizeSync,
77
+ findPathUp,
78
+ findPathUpSync,
79
+ generateRandomNameForSubdirectory,
80
+ glob,
81
+ globSync,
82
+ inTemporaryDirectory,
83
+ isDirectory,
84
+ isDirectorySync,
85
+ matchGlob,
86
+ mkTmpDir,
87
+ mkdir,
88
+ mkdirSync,
89
+ moveFile,
90
+ pathToFileURL,
91
+ readFile,
92
+ readFileSync,
93
+ readdir,
94
+ removeFile,
95
+ removeFileSync,
96
+ renameFile,
97
+ rmdir,
98
+ stripUpPath,
99
+ symlink,
100
+ tempDirectory,
101
+ touchFile,
102
+ touchFileSync,
103
+ unixFileIsOwnedByCurrentUser,
104
+ unlinkFile,
105
+ unlinkFileSync,
106
+ writeFile,
107
+ writeFileSync
108
+ };
109
+ //# sourceMappingURL=fs-HPLMOQQD.js.map
@@ -1,16 +1,13 @@
1
1
  import {
2
2
  hook
3
- } from "../chunk-PWU6XFUQ.js";
4
- import "../chunk-HUNONZYG.js";
5
- import "../chunk-VBBBCVMH.js";
6
- import "../chunk-HYOIEQ5O.js";
7
- import "../chunk-BRNDLYPU.js";
8
- import "../chunk-IFG7N3S2.js";
9
- import "../chunk-CXPWSYGC.js";
10
- import "../chunk-NIYBO6HO.js";
3
+ } from "../chunk-32DG2OXV.js";
4
+ import "../chunk-CEGG2EWP.js";
5
+ import "../chunk-BMI6QCMV.js";
6
+ import "../chunk-A6TJPMVH.js";
7
+ import "../chunk-DJW2W7VA.js";
8
+ import "../chunk-ACS6S42W.js";
11
9
  import "../chunk-AROS7RI6.js";
12
10
  import "../chunk-7IK72W75.js";
13
- import "../chunk-G2ZZKGSV.js";
14
11
  import {
15
12
  init_cjs_shims
16
13
  } from "../chunk-PKR7KJ6P.js";
@@ -1,24 +1,3 @@
1
- import {
2
- fetchNotificationsInBackground
3
- } from "../chunk-KKIDWI27.js";
4
- import {
5
- CLI_KIT_VERSION,
6
- startAnalytics
7
- } from "../chunk-HUNONZYG.js";
8
- import "../chunk-VBBBCVMH.js";
9
- import {
10
- checkForNewVersion
11
- } from "../chunk-HYOIEQ5O.js";
12
- import {
13
- isPreReleaseVersion,
14
- outputDebug
15
- } from "../chunk-BRNDLYPU.js";
16
- import "../chunk-IFG7N3S2.js";
17
- import "../chunk-CXPWSYGC.js";
18
- import "../chunk-NIYBO6HO.js";
19
- import "../chunk-AROS7RI6.js";
20
- import "../chunk-7IK72W75.js";
21
- import "../chunk-G2ZZKGSV.js";
22
1
  import {
23
2
  init_cjs_shims
24
3
  } from "../chunk-PKR7KJ6P.js";
@@ -33,8 +12,12 @@ var hook = async (options) => {
33
12
  id: options.Command.id,
34
13
  aliases: options.Command.aliases,
35
14
  pluginAlias: options.Command.plugin?.alias
36
- }), args = options.argv;
37
- checkForNewVersionInBackground(), outputDebug(`Running command ${commandContent.command}`), await startAnalytics({ commandContent, args, commandClass: options.Command }), fetchNotificationsInBackground(options.Command.id);
15
+ }), args = options.argv, [{ outputDebug }, analyticsMod, notificationsMod] = await Promise.all([
16
+ import("../output-MCH67S5U.js"),
17
+ import("../analytics-ZSO2XN53.js"),
18
+ import("../notifications-system-2HPAOE4P.js")
19
+ ]);
20
+ checkForNewVersionInBackground(), outputDebug(`Running command ${commandContent.command}`), await analyticsMod.startAnalytics({ commandContent, args, commandClass: options.Command }), notificationsMod.fetchNotificationsInBackground(options.Command.id);
38
21
  };
39
22
  function parseCommandContent(cmdInfo) {
40
23
  let commandContent = parseCreateCommand(cmdInfo.pluginAlias);
@@ -60,8 +43,12 @@ function findAlias(aliases) {
60
43
  if (existingAlias)
61
44
  return existingAlias.replace(/:/g, " ");
62
45
  }
63
- function checkForNewVersionInBackground() {
64
- let currentVersion = CLI_KIT_VERSION;
46
+ async function checkForNewVersionInBackground() {
47
+ let [{ CLI_KIT_VERSION }, { isPreReleaseVersion }, { checkForNewVersion }] = await Promise.all([
48
+ import("../version-2J64V5CP.js"),
49
+ import("../version-V77ZX5N2.js"),
50
+ import("../node-package-manager-Q3Y2FSRM.js")
51
+ ]), currentVersion = CLI_KIT_VERSION;
65
52
  isPreReleaseVersion(currentVersion) || checkForNewVersion("@shopify/cli", currentVersion, { cacheExpiryInHours: 24 });
66
53
  }
67
54
  export {
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  require_src
3
- } from "./chunk-CXPWSYGC.js";
3
+ } from "./chunk-X2WZCKNE.js";
4
+ import "./chunk-DJW2W7VA.js";
4
5
  import {
5
6
  __commonJS,
6
7
  __require,
@@ -946,4 +947,4 @@ http-proxy-node16/index.js:
946
947
  * Dante - The Divine Comedy (Canto III)
947
948
  *)
948
949
  */
949
- //# sourceMappingURL=http-proxy-node16-U5VBDLS3.js.map
950
+ //# sourceMappingURL=http-proxy-node16-XB2DSBCB.js.map