@shopify/create-app 4.6.1 → 4.7.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.
Files changed (51) hide show
  1. package/dist/{analytics-HXZNGNCN.js → analytics-3C6IM5OH.js} +16 -13
  2. package/dist/analytics-TKGJW4CI.js +44 -0
  3. package/dist/{chunk-TNZEM7JJ.js → chunk-3CEBU7F7.js} +18 -15
  4. package/dist/{chunk-K5UHKI43.js → chunk-3WA6JLES.js} +33 -58
  5. package/dist/{chunk-JK6PBDEW.js → chunk-7YZDH26Z.js} +17 -17
  6. package/dist/chunk-ARIPXAMF.js +179 -0
  7. package/dist/{chunk-3JSJSGAQ.js → chunk-CCB7HUXM.js} +2 -2
  8. package/dist/chunk-CM6ALOD7.js +32 -0
  9. package/dist/{chunk-K5NLRHZR.js → chunk-E43EDJOG.js} +4 -4
  10. package/dist/{chunk-ZUKA5LQU.js → chunk-EOOWFAUQ.js} +4509 -7671
  11. package/dist/chunk-HNIAZN6U.js +14 -0
  12. package/dist/{chunk-CMK3RV4O.js → chunk-KITZ5RLX.js} +9 -6
  13. package/dist/{chunk-QK2IQEBY.js → chunk-MVIZLNDV.js} +2 -2
  14. package/dist/{chunk-ZGSDAUKG.js → chunk-NTRP5UPL.js} +21809 -346
  15. package/dist/{chunk-N7J64MYF.js → chunk-OHAG6RQT.js} +27 -18
  16. package/dist/chunk-OMR2LYUV.js +301 -0
  17. package/dist/chunk-PLO3ASNN.js +1391 -0
  18. package/dist/{chunk-ZLYYWQWW.js → chunk-SBZZKBLZ.js} +3 -3
  19. package/dist/{chunk-VLCFLRJB.js → chunk-TT7YBXNU.js} +2 -2
  20. package/dist/chunk-UW2WSGNC.js +7350 -0
  21. package/dist/{conf-store-ZYB6IGB7.js → conf-store-PMOFWF3V.js} +9 -7
  22. package/dist/{custom-oclif-loader-MNCB3QFM.js → custom-oclif-loader-HTLL62HO.js} +15 -15
  23. package/dist/{deprecations-FOMUQSMA.js → deprecations-XSONJDPJ.js} +12 -9
  24. package/dist/{environments-SWXYO6KQ.js → environments-7M5VG3ZO.js} +13 -10
  25. package/dist/{error-handler-PXVIL3GI.js → error-handler-OSY5Z5EY.js} +16 -13
  26. package/dist/{fs-FVYWMVWY.js → fs-QKWQO24G.js} +4 -3
  27. package/dist/hooks/postrun.js +5 -4
  28. package/dist/hooks/prerun.js +26 -8
  29. package/dist/index.js +2007 -1818
  30. package/dist/index.test.js +8 -8
  31. package/dist/{is-global-QP5DA2PW.js → is-global-27HWUS75.js} +4 -3
  32. package/dist/{lib-SEAHPNPA.js → lib-XCYUJYSO.js} +3 -3
  33. package/dist/{local-FQ2FNAKK.js → local-ELO22BKI.js} +3 -2
  34. package/dist/{metadata-7RRKVERI.js → metadata-4DNOT3O4.js} +4 -3
  35. package/dist/{node-package-manager-7MTYEDAO.js → node-package-manager-TZ4UXLZO.js} +14 -11
  36. package/dist/{notifications-system-GHCK5E2U.js → notifications-system-I4ONBO77.js} +17 -14
  37. package/dist/os-7AHYIADA.js +19 -0
  38. package/dist/{output-7VC5AJM7.js → output-KF5RQHUT.js} +4 -3
  39. package/dist/{system-OTGPJVTA.js → system-J2KVDFSW.js} +14 -9
  40. package/dist/tsconfig.tsbuildinfo +1 -1
  41. package/dist/{ui-3H6HVYPD.js → ui-KTYAOJV5.js} +12 -9
  42. package/dist/{upgrade-AYIRDOVJ.js → upgrade-YR43DQNI.js} +23 -20
  43. package/dist/{version-CCMJSEAI.js → version-CS66ODDA.js} +13 -10
  44. package/dist/{version-OHC3XUOI.js → version-XTE3XEL6.js} +2 -2
  45. package/oclif.manifest.json +11 -7
  46. package/package.json +3 -3
  47. package/dist/analytics-GP57RR6R.js +0 -39
  48. package/dist/chunk-BPIA4T3X.js +0 -655
  49. package/dist/chunk-HNMF25KI.js +0 -5632
  50. package/dist/chunk-T446SGE5.js +0 -21746
  51. package/dist/is-wsl-63MHD6QC.js +0 -65
@@ -1,65 +0,0 @@
1
- import {
2
- init_cjs_shims
3
- } from "./chunk-3XNI6LP4.js";
4
-
5
- // ../../node_modules/.pnpm/is-wsl@3.1.1/node_modules/is-wsl/index.js
6
- init_cjs_shims();
7
- import process from "node:process";
8
- import os from "node:os";
9
- import fs3 from "node:fs";
10
-
11
- // ../../node_modules/.pnpm/is-inside-container@1.0.0/node_modules/is-inside-container/index.js
12
- init_cjs_shims();
13
- import fs2 from "node:fs";
14
-
15
- // ../../node_modules/.pnpm/is-docker@3.0.0/node_modules/is-docker/index.js
16
- init_cjs_shims();
17
- import fs from "node:fs";
18
- var isDockerCached;
19
- function hasDockerEnv() {
20
- try {
21
- return fs.statSync("/.dockerenv"), !0;
22
- } catch {
23
- return !1;
24
- }
25
- }
26
- function hasDockerCGroup() {
27
- try {
28
- return fs.readFileSync("/proc/self/cgroup", "utf8").includes("docker");
29
- } catch {
30
- return !1;
31
- }
32
- }
33
- function isDocker() {
34
- return isDockerCached === void 0 && (isDockerCached = hasDockerEnv() || hasDockerCGroup()), isDockerCached;
35
- }
36
-
37
- // ../../node_modules/.pnpm/is-inside-container@1.0.0/node_modules/is-inside-container/index.js
38
- var cachedResult, hasContainerEnv = () => {
39
- try {
40
- return fs2.statSync("/run/.containerenv"), !0;
41
- } catch {
42
- return !1;
43
- }
44
- };
45
- function isInsideContainer() {
46
- return cachedResult === void 0 && (cachedResult = hasContainerEnv() || isDocker()), cachedResult;
47
- }
48
-
49
- // ../../node_modules/.pnpm/is-wsl@3.1.1/node_modules/is-wsl/index.js
50
- var isWsl = () => {
51
- if (process.platform !== "linux")
52
- return !1;
53
- if (os.release().toLowerCase().includes("microsoft"))
54
- return !isInsideContainer();
55
- try {
56
- if (fs3.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft"))
57
- return !isInsideContainer();
58
- } catch {
59
- }
60
- return fs3.existsSync("/proc/sys/fs/binfmt_misc/WSLInterop") || fs3.existsSync("/run/WSL") ? !isInsideContainer() : !1;
61
- }, is_wsl_default = process.env.__IS_WSL_TEST__ ? isWsl : isWsl();
62
- export {
63
- is_wsl_default as default
64
- };
65
- //# sourceMappingURL=is-wsl-63MHD6QC.js.map