@shapeshift-labs/frontier-lang 0.4.110 → 0.4.111
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/dist/index.d.ts +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ export * from "@shapeshift-labs/frontier-lang-clang";
|
|
|
14
14
|
|
|
15
15
|
export {
|
|
16
16
|
type HtmlProjectionOptions,
|
|
17
|
+
type HtmlBrowserRuntimeProof,
|
|
18
|
+
type HtmlBrowserRuntimeProofRecord,
|
|
17
19
|
type HtmlSemanticMergeEvidence,
|
|
18
20
|
type HtmlSafeMergeResult,
|
|
19
21
|
createHtmlSemanticMergeEvidence,
|
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.111",
|
|
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",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@shapeshift-labs/frontier-lang-csharp": "0.1.17",
|
|
65
65
|
"@shapeshift-labs/frontier-lang-css": "^0.1.11",
|
|
66
66
|
"@shapeshift-labs/frontier-lang-go": "0.1.17",
|
|
67
|
-
"@shapeshift-labs/frontier-lang-html": "^0.1.
|
|
67
|
+
"@shapeshift-labs/frontier-lang-html": "^0.1.7",
|
|
68
68
|
"@shapeshift-labs/frontier-lang-java": "0.1.17",
|
|
69
69
|
"@shapeshift-labs/frontier-lang-javascript": "0.2.9",
|
|
70
70
|
"@shapeshift-labs/frontier-lang-kernel": "0.3.12",
|