@shapeshift-labs/frontier-lang 0.4.69 → 0.4.71
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 +0 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,7 +98,6 @@ 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.
|
|
102
101
|
|
|
103
102
|
Package source repositories:
|
|
104
103
|
|
|
@@ -192,7 +191,6 @@ Package source repositories:
|
|
|
192
191
|
- [`siliconjungle/-shapeshift-labs-frontier-realtime-server`](https://github.com/siliconjungle/-shapeshift-labs-frontier-realtime-server)
|
|
193
192
|
- [`siliconjungle/-shapeshift-labs-frontier-realtime-websocket`](https://github.com/siliconjungle/-shapeshift-labs-frontier-realtime-websocket)
|
|
194
193
|
- [`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)
|
|
196
194
|
|
|
197
195
|
## Install
|
|
198
196
|
|
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.71",
|
|
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.85",
|
|
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",
|