@shapeshift-labs/frontier-lang 0.4.89 → 0.4.90
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 +19 -4
- package/dist/index.d.ts +22 -0
- package/dist/index.js +4 -0
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -22,6 +22,8 @@ The published Frontier package family is generated from one shared package catal
|
|
|
22
22
|
- [`@shapeshift-labs/frontier-schema`](https://www.npmjs.com/package/@shapeshift-labs/frontier-schema): JSON Schema validation, Frontier profile generation, CloudEvent envelopes, and query/table schema helpers.
|
|
23
23
|
- [`@shapeshift-labs/frontier-migrations`](https://www.npmjs.com/package/@shapeshift-labs/frontier-migrations): Boundary-first data migrations, import normalization, plugin/API version mapping, versioned envelopes, graph diagnostics, patch path rewrites, dry-run reports, and current-shape rehydration.
|
|
24
24
|
- [`@shapeshift-labs/frontier-event-log`](https://www.npmjs.com/package/@shapeshift-labs/frontier-event-log): Bounded event logs, replay cursors, consumer acknowledgements, keyed compaction, checkpoints, and Frontier patch event records.
|
|
25
|
+
- [`@shapeshift-labs/frontier-run`](https://www.npmjs.com/package/@shapeshift-labs/frontier-run): Append-only distributed run graphs, causal event DAGs, evidence nodes, lanes, leases, refs, segments, dashboard projections, and admission decision records for Frontier agent work.
|
|
26
|
+
- [`@shapeshift-labs/frontier-lease`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lease): Runtime-neutral semantic, file, package, and repository lease claims with fencing tokens, expiry, conflict checks, apply validation, and replayable evidence for Frontier collaboration.
|
|
25
27
|
- [`@shapeshift-labs/frontier-inspect`](https://www.npmjs.com/package/@shapeshift-labs/frontier-inspect): Cross-package inspection/evidence bundles, registry graph snapshots, feature/resource impact reports, timeline/event normalization, redaction, JSONL import/export, and AI-readable app feature maps.
|
|
26
28
|
- [`@shapeshift-labs/frontier-scheduler`](https://www.npmjs.com/package/@shapeshift-labs/frontier-scheduler): Deterministic work scheduling, lanes, cancellation, backpressure, frame policies, replay snapshots, and work graphs.
|
|
27
29
|
- [`@shapeshift-labs/frontier-logging`](https://www.npmjs.com/package/@shapeshift-labs/frontier-logging): Opt-in structured logging, browser telemetry, scheduled sinks, file sinks, exporters, benchmark traces, and Frontier patch/update summaries.
|
|
@@ -37,16 +39,20 @@ The published Frontier package family is generated from one shared package catal
|
|
|
37
39
|
- [`@shapeshift-labs/frontier-worker`](https://www.npmjs.com/package/@shapeshift-labs/frontier-worker): Serializable worker and edge task descriptors for Frontier apps, including queues, idempotency keys, retry and timeout policy, declared reads/writes/effects, snapshots, patch outputs, produced assets, execution records, logs, trace links, proof hashes, dedupe indexes, and registry graph output.
|
|
38
40
|
- [`@shapeshift-labs/frontier-queue`](https://www.npmjs.com/package/@shapeshift-labs/frontier-queue): Serializable durable queue state, leases, retries, dedupe keys, patch-carrying jobs, dead-letter records, replay evidence, and queue inspection for Frontier apps.
|
|
39
41
|
- [`@shapeshift-labs/frontier-swarm`](https://www.npmjs.com/package/@shapeshift-labs/frontier-swarm): Hierarchical swarm plans, lanes, compute profiles, ownership policy, semantic ownership regions, task queues, event streams, run records, merge bundles, merge indexes, queue overlays, merge admission, coordinator dashboards, changed-path checks, and proof artifacts for Frontier agent work.
|
|
40
|
-
- [`@shapeshift-labs/frontier-swarm-
|
|
42
|
+
- [`@shapeshift-labs/frontier-swarm-git`](https://www.npmjs.com/package/@shapeshift-labs/frontier-swarm-git): Node Git, workspace, patch, changed-path, write-fence, package-link repair, patch check, HEAD read, blob hash, and apply-ledger adapter for Frontier swarm runners.
|
|
43
|
+
- [`@shapeshift-labs/frontier-swarm-codex`](https://www.npmjs.com/package/@shapeshift-labs/frontier-swarm-codex): Node Codex CLI adapter for Frontier swarm plans, including prompt rendering, worktree and snapshot workspaces, Codex argument compatibility, browser resource allocation, JSONL capture, verification commands, pid-backed stop, collect/apply workflows, merge indexes, queue overlays, merge bundles, normalized job evidence, coordinator query artifacts, result artifacts, and run-log sync adapters.
|
|
44
|
+
- [`@shapeshift-labs/frontier-loom-ui`](https://www.npmjs.com/package/@shapeshift-labs/frontier-loom-ui): Read-only Loom and Frontier operator dashboard for workspace-lifetime progress, active agents, queue state, evidence/admission status, run events, run-log sync projections, semantic leases, gate executions, git apply/workspace evidence, and coordinator steering intent files.
|
|
41
45
|
- [`@shapeshift-labs/frontier-lang-kernel`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-kernel): Runtime-neutral semantic source graph, type/lattice/extern declarations, patch bundles, replay, hashing, evidence records, and merge-admission kernel for Frontier Lang.
|
|
42
46
|
- [`@shapeshift-labs/frontier-lang-parser`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-parser): Dependency-light Frontier Lang parser for modules, entities, state, actions, effects, types, externs, targets, and lattice declarations.
|
|
43
47
|
- [`@shapeshift-labs/frontier-lang-checker`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-checker): Checker and diagnostics for Frontier Lang semantic documents, including type symbols, effects, regions, lattice laws, CRDT metadata, and patch evidence.
|
|
44
48
|
- [`@shapeshift-labs/frontier-lang-typescript`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-typescript): TypeScript projection adapter for Frontier Lang semantic documents, including type/entity/state/action/extern declarations and CRDT lattice descriptors.
|
|
45
49
|
- [`@shapeshift-labs/frontier-lang-javascript`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-javascript): JavaScript projection adapter for Frontier Lang semantic documents, including ESM action stubs and schema/lattice descriptors.
|
|
50
|
+
- [`@shapeshift-labs/frontier-lang-html`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-html): HTML semantic merge evidence and projection adapter for Frontier Lang semantic documents, including element tree identity, attributes, text/comment spans, source maps, and fail-closed browser/runtime proof gaps.
|
|
51
|
+
- [`@shapeshift-labs/frontier-lang-css`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-css): CSS semantic merge evidence and projection adapter for Frontier Lang semantic documents, including selector specificity, declaration/cascade keys, custom properties, CSS Modules/ICSS export and composition evidence, source maps, and fail-closed browser cascade/render proof gaps.
|
|
46
52
|
- [`@shapeshift-labs/frontier-lang-rust`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-rust): Rust projection adapter for Frontier Lang semantic documents, including structs, aliases, and action stubs.
|
|
47
53
|
- [`@shapeshift-labs/frontier-lang-python`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-python): Python projection adapter for Frontier Lang semantic documents, including dataclasses, typed patch records, and action stubs.
|
|
48
54
|
- [`@shapeshift-labs/frontier-lang-c`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-c): C header projection adapter for Frontier Lang semantic documents, including structs and action prototypes.
|
|
49
|
-
- [`@shapeshift-labs/frontier-lang-compiler`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-compiler): Compiler facade for Frontier Lang source documents, including parse, check, hash, diagnostics, universal AST envelopes, proof/paradigm semantic summaries, projection to TypeScript, JavaScript, Rust, Python, and C, and native source-import adapters for semantic merge evidence.
|
|
55
|
+
- [`@shapeshift-labs/frontier-lang-compiler`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-compiler): Compiler facade for Frontier Lang source documents, including parse, check, hash, diagnostics, universal AST envelopes, proof/paradigm semantic summaries, projection to TypeScript, JavaScript, HTML, CSS, Rust, Python, and C, and native source-import adapters for semantic merge evidence.
|
|
50
56
|
- [`@shapeshift-labs/frontier-lang-swift`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-swift): Swift source-language importer package for Frontier Lang semantic documents, including package-level metadata, SwiftSyntax adapter helpers, native import results, and semantic sidecar generation for SwiftSyntax/SwiftParser-shaped syntax trees.
|
|
51
57
|
- [`@shapeshift-labs/frontier-lang-kotlin`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-kotlin): Kotlin PSI source-language importer package for Frontier Lang semantic documents, including package-level metadata, Kotlin PSI adapter helpers, native import results, and semantic sidecar generation for Kotlin PSI/KtFile-shaped syntax trees.
|
|
52
58
|
- [`@shapeshift-labs/frontier-lang-java`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-java): Java source-language importer package for Frontier Lang semantic documents, including package-level metadata, Java AST adapter helpers, native import results, and semantic sidecar generation for javac/JDT/JavaParser-shaped ASTs.
|
|
@@ -98,7 +104,7 @@ The published Frontier package family is generated from one shared package catal
|
|
|
98
104
|
- [`@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
105
|
- [`@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
106
|
- [`@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.
|
|
107
|
+
- [`@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, run-log sync command delegation, and Frontier Framework delegation.
|
|
102
108
|
|
|
103
109
|
Package source repositories:
|
|
104
110
|
|
|
@@ -115,6 +121,8 @@ Package source repositories:
|
|
|
115
121
|
- [`siliconjungle/-shapeshift-labs-frontier-schema`](https://github.com/siliconjungle/-shapeshift-labs-frontier-schema)
|
|
116
122
|
- [`siliconjungle/-shapeshift-labs-frontier-migrations`](https://github.com/siliconjungle/-shapeshift-labs-frontier-migrations)
|
|
117
123
|
- [`siliconjungle/-shapeshift-labs-frontier-event-log`](https://github.com/siliconjungle/-shapeshift-labs-frontier-event-log)
|
|
124
|
+
- [`siliconjungle/-shapeshift-labs-frontier-run`](https://github.com/siliconjungle/-shapeshift-labs-frontier-run)
|
|
125
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lease`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lease)
|
|
118
126
|
- [`siliconjungle/-shapeshift-labs-frontier-inspect`](https://github.com/siliconjungle/-shapeshift-labs-frontier-inspect)
|
|
119
127
|
- [`siliconjungle/-shapeshift-labs-frontier-scheduler`](https://github.com/siliconjungle/-shapeshift-labs-frontier-scheduler)
|
|
120
128
|
- [`siliconjungle/-shapeshift-labs-frontier-logging`](https://github.com/siliconjungle/-shapeshift-labs-frontier-logging)
|
|
@@ -130,12 +138,16 @@ Package source repositories:
|
|
|
130
138
|
- [`siliconjungle/-shapeshift-labs-frontier-worker`](https://github.com/siliconjungle/-shapeshift-labs-frontier-worker)
|
|
131
139
|
- [`siliconjungle/-shapeshift-labs-frontier-queue`](https://github.com/siliconjungle/-shapeshift-labs-frontier-queue)
|
|
132
140
|
- [`siliconjungle/-shapeshift-labs-frontier-swarm`](https://github.com/siliconjungle/-shapeshift-labs-frontier-swarm)
|
|
141
|
+
- [`siliconjungle/-shapeshift-labs-frontier-swarm-git`](https://github.com/siliconjungle/-shapeshift-labs-frontier-swarm-git)
|
|
133
142
|
- [`siliconjungle/-shapeshift-labs-frontier-swarm-codex`](https://github.com/siliconjungle/-shapeshift-labs-frontier-swarm-codex)
|
|
143
|
+
- [`siliconjungle/frontier-loom-ui`](https://github.com/siliconjungle/frontier-loom-ui)
|
|
134
144
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-kernel`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-kernel)
|
|
135
145
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-parser`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-parser)
|
|
136
146
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-checker`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-checker)
|
|
137
147
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-typescript`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-typescript)
|
|
138
148
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-javascript`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-javascript)
|
|
149
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-html`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-html)
|
|
150
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-css`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-css)
|
|
139
151
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-rust`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-rust)
|
|
140
152
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-python`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-python)
|
|
141
153
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-c`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-c)
|
|
@@ -207,6 +219,8 @@ The root package re-exports the browser-safe runtime packages:
|
|
|
207
219
|
- `@shapeshift-labs/frontier-lang-checker`: diagnostics for documents and patch evidence.
|
|
208
220
|
- `@shapeshift-labs/frontier-lang-typescript`: TypeScript projection adapter.
|
|
209
221
|
- `@shapeshift-labs/frontier-lang-javascript`: JavaScript projection adapter.
|
|
222
|
+
- `@shapeshift-labs/frontier-lang-html`: HTML projection, evidence, and safe merge primitives.
|
|
223
|
+
- `@shapeshift-labs/frontier-lang-css`: CSS projection, CSS Modules evidence, and safe merge primitives.
|
|
210
224
|
- `@shapeshift-labs/frontier-lang-rust`: Rust projection adapter.
|
|
211
225
|
- `@shapeshift-labs/frontier-lang-python`: Python projection adapter.
|
|
212
226
|
- `@shapeshift-labs/frontier-lang-c`: C header projection adapter.
|
|
@@ -215,10 +229,11 @@ The root package re-exports the browser-safe runtime packages:
|
|
|
215
229
|
The root import also exposes kernel semantic-operation records and compiler conversion artifacts for swarm merge admission:
|
|
216
230
|
|
|
217
231
|
```js
|
|
218
|
-
import { createSemanticOperationSet, createUniversalConversionArtifacts } from "@shapeshift-labs/frontier-lang";
|
|
232
|
+
import { createSemanticOperationSet, createUniversalConversionArtifacts, safeMergeHtmlSource } from "@shapeshift-labs/frontier-lang";
|
|
219
233
|
|
|
220
234
|
console.log(createSemanticOperationSet({ operations: [{ operationKind: "projection" }] }).summary.operations);
|
|
221
235
|
console.log(createUniversalConversionArtifacts({ imports: [], targets: ["javascript"] }).summary.routes);
|
|
236
|
+
console.log(safeMergeHtmlSource({ baseSourceText: "<h1>A</h1>", workerSourceText: "<h1>B</h1>", headSourceText: "<h1>A</h1>" }).status);
|
|
222
237
|
```
|
|
223
238
|
|
|
224
239
|
The Node CLI is intentionally separate:
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export * from "@shapeshift-labs/frontier-lang-parser";
|
|
|
3
3
|
export * from "@shapeshift-labs/frontier-lang-checker";
|
|
4
4
|
export * from "@shapeshift-labs/frontier-lang-typescript";
|
|
5
5
|
export * from "@shapeshift-labs/frontier-lang-compiler";
|
|
6
|
+
export * from "@shapeshift-labs/frontier-lang-html";
|
|
7
|
+
export * from "@shapeshift-labs/frontier-lang-css";
|
|
6
8
|
export * from "@shapeshift-labs/frontier-lang-swift";
|
|
7
9
|
export * from "@shapeshift-labs/frontier-lang-kotlin";
|
|
8
10
|
export * from "@shapeshift-labs/frontier-lang-java";
|
|
@@ -10,6 +12,24 @@ export * from "@shapeshift-labs/frontier-lang-go";
|
|
|
10
12
|
export * from "@shapeshift-labs/frontier-lang-csharp";
|
|
11
13
|
export * from "@shapeshift-labs/frontier-lang-clang";
|
|
12
14
|
|
|
15
|
+
export {
|
|
16
|
+
type HtmlProjectionOptions,
|
|
17
|
+
type HtmlSemanticMergeEvidence,
|
|
18
|
+
type HtmlSafeMergeResult,
|
|
19
|
+
createHtmlSemanticMergeEvidence,
|
|
20
|
+
emitHtml,
|
|
21
|
+
emitHtmlWithSourceMap,
|
|
22
|
+
safeMergeHtmlSource
|
|
23
|
+
} from "@shapeshift-labs/frontier-lang-html";
|
|
24
|
+
export {
|
|
25
|
+
type CssProjectionOptions,
|
|
26
|
+
type CssSemanticMergeEvidence,
|
|
27
|
+
type CssSafeMergeResult,
|
|
28
|
+
createCssSemanticMergeEvidence,
|
|
29
|
+
emitCss,
|
|
30
|
+
emitCssWithSourceMap,
|
|
31
|
+
safeMergeCssSource
|
|
32
|
+
} from "@shapeshift-labs/frontier-lang-css";
|
|
13
33
|
export {
|
|
14
34
|
type EmitJavaScriptOptions,
|
|
15
35
|
type JavaScriptSourceMapResult,
|
|
@@ -88,6 +108,8 @@ export {
|
|
|
88
108
|
} from "@shapeshift-labs/frontier-lang-c";
|
|
89
109
|
|
|
90
110
|
export * as frontierLangJavaScript from "@shapeshift-labs/frontier-lang-javascript";
|
|
111
|
+
export * as frontierLangHtml from "@shapeshift-labs/frontier-lang-html";
|
|
112
|
+
export * as frontierLangCss from "@shapeshift-labs/frontier-lang-css";
|
|
91
113
|
export * as frontierLangRust from "@shapeshift-labs/frontier-lang-rust";
|
|
92
114
|
export * as frontierLangPython from "@shapeshift-labs/frontier-lang-python";
|
|
93
115
|
export * as frontierLangC from "@shapeshift-labs/frontier-lang-c";
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,8 @@ export * from "@shapeshift-labs/frontier-lang-parser";
|
|
|
3
3
|
export * from "@shapeshift-labs/frontier-lang-checker";
|
|
4
4
|
export * from "@shapeshift-labs/frontier-lang-typescript";
|
|
5
5
|
export * from "@shapeshift-labs/frontier-lang-compiler";
|
|
6
|
+
export * from "@shapeshift-labs/frontier-lang-html";
|
|
7
|
+
export * from "@shapeshift-labs/frontier-lang-css";
|
|
6
8
|
export * from "@shapeshift-labs/frontier-lang-swift";
|
|
7
9
|
export * from "@shapeshift-labs/frontier-lang-kotlin";
|
|
8
10
|
export * from "@shapeshift-labs/frontier-lang-java";
|
|
@@ -40,6 +42,8 @@ export {
|
|
|
40
42
|
} from "@shapeshift-labs/frontier-lang-c";
|
|
41
43
|
|
|
42
44
|
export * as frontierLangJavaScript from "@shapeshift-labs/frontier-lang-javascript";
|
|
45
|
+
export * as frontierLangHtml from "@shapeshift-labs/frontier-lang-html";
|
|
46
|
+
export * as frontierLangCss from "@shapeshift-labs/frontier-lang-css";
|
|
43
47
|
export * as frontierLangRust from "@shapeshift-labs/frontier-lang-rust";
|
|
44
48
|
export * as frontierLangPython from "@shapeshift-labs/frontier-lang-python";
|
|
45
49
|
export * as frontierLangC from "@shapeshift-labs/frontier-lang-c";
|
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.90",
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "git+
|
|
50
|
+
"url": "git+ssh://git@github.com/siliconjungle/-shapeshift-labs-frontier-lang.git"
|
|
51
51
|
},
|
|
52
52
|
"bugs": {
|
|
53
53
|
"url": "https://github.com/siliconjungle/-shapeshift-labs-frontier-lang/issues"
|
|
@@ -60,10 +60,12 @@
|
|
|
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.151",
|
|
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",
|
|
67
|
+
"@shapeshift-labs/frontier-lang-css": "0.1.1",
|
|
68
|
+
"@shapeshift-labs/frontier-lang-html": "0.1.1",
|
|
67
69
|
"@shapeshift-labs/frontier-lang-javascript": "0.2.9",
|
|
68
70
|
"@shapeshift-labs/frontier-lang-kernel": "0.3.12",
|
|
69
71
|
"@shapeshift-labs/frontier-lang-kotlin": "0.1.17",
|