@cmmd-center/forge 0.13.76 → 0.13.78

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.
@@ -108,7 +108,7 @@
108
108
  }
109
109
  </style>
110
110
  <title>Forge</title>
111
- <script type="module" crossorigin src="/assets/index-DRk0tCYH.js"></script>
111
+ <script type="module" crossorigin src="/assets/index-BLyGGSCl.js"></script>
112
112
  <link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-hePW80VL.js">
113
113
  <link rel="modulepreload" crossorigin href="/assets/Stream-mUTFnSY9.js">
114
114
  <link rel="modulepreload" crossorigin href="/assets/atomRegistry-C1yW8tyM.js">
@@ -119,12 +119,12 @@
119
119
  <link rel="modulepreload" crossorigin href="/assets/preload-helper-Czpn1I53.js">
120
120
  <link rel="modulepreload" crossorigin href="/assets/transport-CgH8pQK3.js">
121
121
  <link rel="modulepreload" crossorigin href="/assets/workspaceReadinessAtom-D6bgTvKb.js">
122
- <link rel="modulepreload" crossorigin href="/assets/DiffPanelShell-BhFrbxca.js">
123
- <link rel="modulepreload" crossorigin href="/assets/DiffWorkerPoolProvider-DECyVeAm.js">
122
+ <link rel="modulepreload" crossorigin href="/assets/DiffPanelShell-wMcTKDB5.js">
123
+ <link rel="modulepreload" crossorigin href="/assets/DiffWorkerPoolProvider-CkMMmFMN.js">
124
124
  <link rel="modulepreload" crossorigin href="/assets/toggle-BUzYChlq.js">
125
- <link rel="modulepreload" crossorigin href="/assets/Virtualizer-DGRd2dku.js">
125
+ <link rel="modulepreload" crossorigin href="/assets/Virtualizer-Bo8cQ1Vc.js">
126
126
  <link rel="modulepreload" crossorigin href="/assets/canvasStateStore-BpKdB-dM.js">
127
- <link rel="stylesheet" crossorigin href="/assets/index-DVdpYn3H.css">
127
+ <link rel="stylesheet" crossorigin href="/assets/index-C-3BZaMd.css">
128
128
  </head>
129
129
  <body>
130
130
  <div id="root">
@@ -1 +1 @@
1
- {"version":"0.13.76","commit":"3c1016247a3dd875ae36f6c99f417e28049ae9c7"}
1
+ {"version":"0.13.78","commit":"703f97e0013867e0b5a3ebff1cd0d623fc868c16"}
@@ -2,7 +2,7 @@
2
2
 
3
3
  import childProcess, { execFile } from "node:child_process";
4
4
  import fs from "node:fs";
5
- import os from "node:os";
5
+ import $U from "node:os";
6
6
  import path from "node:path";
7
7
  import { fileURLToPath } from "node:url";
8
8
  import process from "node:process";
@@ -49,7 +49,7 @@ function isInsideContainer() {
49
49
  //#region ../../node_modules/.bun/is-wsl@3.1.1/node_modules/is-wsl/index.js
50
50
  const isWsl = () => {
51
51
  if (process.platform !== "linux") return false;
52
- if (os.release().toLowerCase().includes("microsoft")) {
52
+ if ($U.release().toLowerCase().includes("microsoft")) {
53
53
  if (isInsideContainer()) return false;
54
54
  return true;
55
55
  }
@@ -589,4 +589,4 @@ defineLazyProperty(apps, "safari", () => detectPlatformBinary({ darwin: "Safari"
589
589
  //#endregion
590
590
  export { apps, open as default, openApp };
591
591
 
592
- //# sourceMappingURL=open-yHTUkd2Y.mjs.map
592
+ //# sourceMappingURL=open-2-reBrpv.mjs.map
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "cmmd-forge": "dist/bin.mjs"
10
10
  },
11
11
  "type": "module",
12
- "version": "0.13.76",
12
+ "version": "0.13.78",
13
13
  "engines": {
14
14
  "node": "^22.16 || ^23.11 || >=24.10"
15
15
  },