@holoscript/holosystem 0.2.7 → 0.2.8
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ npx holosystem source-canon \
|
|
|
68
68
|
|
|
69
69
|
The gate reads the fixed Git-tracked file inventory and accepts only `.holo`,
|
|
70
70
|
`.hs`, and `.hsplus` as canonical authored source. It then parses the actual
|
|
71
|
-
tracked bytes with the exact optional peer `@holoscript/core@8.0.
|
|
71
|
+
tracked bytes with the exact optional peer `@holoscript/core@8.0.16`; when that
|
|
72
72
|
parser is unavailable, the gate fails closed. This prevents JavaScript or another
|
|
73
73
|
language from becoming canonical merely by being renamed. Other HoloSystem
|
|
74
74
|
commands remain usable without the optional peer.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holoscript/holosystem",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "Portable bootstrap, consumption catalog, lineage, and bounded-work contract for HoloSystem consumers.",
|
|
5
5
|
"releaseLane": "v0-preview",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@holoscript/core": "8.0.
|
|
62
|
+
"@holoscript/core": "8.0.16"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"@holoscript/core": {
|