@amalgm/shell 0.1.71 → 0.1.72
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/PURPOSE.md +8 -3
- package/dist/detection/runtime.js +99 -30
- package/dist/detection/runtime.js.map +1 -1
- package/dist/git-registration-host.d.ts +6 -0
- package/dist/git-registration-host.js +6 -4
- package/dist/git-registration-host.js.map +1 -1
- package/dist/user-ground-host.js +119 -22
- package/dist/user-ground-host.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amalgm/shell",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
4
4
|
"description": "The Amalgm boot shell — the runtime assembled from published @amalgm SDK bricks. Composition and parity ground for the lego-driven engine rewrite.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|