@shapeshift-labs/frontier-lang 0.4.76 → 0.4.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.
- package/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,6 +98,7 @@ The published Frontier package family is generated from one shared package catal
|
|
|
98
98
|
- [`@shapeshift-labs/frontier-realtime-server`](https://www.npmjs.com/package/@shapeshift-labs/frontier-realtime-server): Authoritative realtime room, tick, command validation, rate-limit, session, and snapshot-history runtime.
|
|
99
99
|
- [`@shapeshift-labs/frontier-realtime-websocket`](https://www.npmjs.com/package/@shapeshift-labs/frontier-realtime-websocket): WebSocket client, wire, and Node room-server transport for Frontier realtime.
|
|
100
100
|
- [`@shapeshift-labs/frontier-game`](https://www.npmjs.com/package/@shapeshift-labs/frontier-game): Game-facing entity, component, player, room, ownership, spatial interest, rollback, physics, and replication helpers above realtime.
|
|
101
|
+
- [`@shapeshift-labs/loom`](https://www.npmjs.com/package/@shapeshift-labs/loom): Repo-level semantic collaboration CLI for .loom workspaces, including init, scan, status, graph snapshots, projection plans, Frontier Lang delegation, Frontier Swarm delegation, and Frontier Framework delegation.
|
|
101
102
|
|
|
102
103
|
Package source repositories:
|
|
103
104
|
|
|
@@ -191,6 +192,7 @@ Package source repositories:
|
|
|
191
192
|
- [`siliconjungle/-shapeshift-labs-frontier-realtime-server`](https://github.com/siliconjungle/-shapeshift-labs-frontier-realtime-server)
|
|
192
193
|
- [`siliconjungle/-shapeshift-labs-frontier-realtime-websocket`](https://github.com/siliconjungle/-shapeshift-labs-frontier-realtime-websocket)
|
|
193
194
|
- [`siliconjungle/-shapeshift-labs-frontier-game`](https://github.com/siliconjungle/-shapeshift-labs-frontier-game)
|
|
195
|
+
- [`siliconjungle/-shapeshift-labs-loom`](https://github.com/siliconjungle/-shapeshift-labs-loom)
|
|
194
196
|
|
|
195
197
|
## Install
|
|
196
198
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshift-labs/frontier-lang",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.78",
|
|
4
4
|
"description": "Umbrella package for Frontier Lang kernel, parser, checker, compiler, and projection packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@shapeshift-labs/frontier-lang-c": "0.2.9",
|
|
61
61
|
"@shapeshift-labs/frontier-lang-checker": "0.3.8",
|
|
62
62
|
"@shapeshift-labs/frontier-lang-clang": "0.1.17",
|
|
63
|
-
"@shapeshift-labs/frontier-lang-compiler": "0.2.
|
|
63
|
+
"@shapeshift-labs/frontier-lang-compiler": "0.2.92",
|
|
64
64
|
"@shapeshift-labs/frontier-lang-csharp": "0.1.17",
|
|
65
65
|
"@shapeshift-labs/frontier-lang-go": "0.1.17",
|
|
66
66
|
"@shapeshift-labs/frontier-lang-java": "0.1.17",
|