@dimensionalos/dimcode 0.1.0-next.6 → 0.1.0-next.7
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/README.md +2 -2
- package/dist/main.js +6046 -0
- package/dist/main.js.map +7 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Persistent terminal agent for DimOS, built on Pi. The gateway runs independently
|
|
|
4
4
|
|
|
5
5
|
## Install or update
|
|
6
6
|
|
|
7
|
-
Current prerelease: **`0.1.0-next.
|
|
7
|
+
Current prerelease: **`0.1.0-next.7`**. With Node 24 or 26 installed, install it directly from npm:
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
10
|
npm install -g --ignore-scripts @dimensionalos/dimcode@next
|
|
@@ -242,7 +242,7 @@ cd dimcode
|
|
|
242
242
|
npm ci
|
|
243
243
|
npm run check
|
|
244
244
|
npm pack
|
|
245
|
-
sh ./install.sh ./dimensionalos-dimcode-0.1.0-next.
|
|
245
|
+
sh ./install.sh ./dimensionalos-dimcode-0.1.0-next.7.tgz
|
|
246
246
|
```
|
|
247
247
|
|
|
248
248
|
This builds and tests the exact local tarball through the same managed installer. To run without installing a launcher, use `node dist/main.js setup` then `node dist/main.js`. `npm pack` produces the distributable tarball. `npm-shrinkwrap.json` pins the published dependency tree.
|