@turing-machine-js/library-binary-numbers-bare 6.0.1 → 6.1.0
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
|
@@ -74,7 +74,7 @@ The marker library's extra states are mostly bookkeeping for the `^`/`$` markers
|
|
|
74
74
|
|
|
75
75
|
For a teaching context, both libraries shipping in parallel makes the cost of representation choices tangible.
|
|
76
76
|
|
|
77
|
-
See the rendered Mermaid graphs for every state in [`states.md`](states.md)
|
|
77
|
+
See the rendered Mermaid graphs for every state in [`states.md`](states.md) — regenerated via `npm run docs:states` from the repo root.
|
|
78
78
|
|
|
79
79
|
## Links
|
|
80
80
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turing-machine-js/library-binary-numbers-bare",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Single-number binary arithmetic on a 3-symbol alphabet (blank, 0, 1) — same operations as @turing-machine-js/library-binary-numbers but without ^/$ markers. Side-by-side with the marker-based library for learning the trade-off.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"npm": ">=7.0.0"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"default": "./dist/index.mjs"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "5a3e3ced5bacd541fefdf087f5b4301267be01d2"
|
|
45
45
|
}
|