@zakkster/lite-signal 1.0.0 → 1.0.1
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
> Zero-GC reactive graph for hot paths. Object-pooled nodes, versioned push-pull propagation, 32-bit modular epochs. Built for 16ms render budgets and 1MB extension bundles.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@zakkster/lite-signal)
|
|
6
6
|
[](https://bundlephobia.com/package/@zakkster/lite-signal)
|
|
7
7
|
[](https://www.npmjs.com/package/@zakkster/lite-signal)
|
|
8
8
|
[](https://www.npmjs.com/package/@zakkster/lite-signal)
|
|
9
9
|

|
|
10
|
-
](LICENSE
|
|
10
|
+

|
|
11
|
+
[](./LICENSE)
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
npm install @zakkster/lite-signal
|
|
@@ -578,7 +578,7 @@ npm run verify # all of the above; gate for publish
|
|
|
578
578
|
|
|
579
579
|
## License
|
|
580
580
|
|
|
581
|
-
MIT © Zahary
|
|
581
|
+
MIT © Zahary Karadjov
|
|
582
582
|
|
|
583
583
|
---
|
|
584
584
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zakkster/lite-signal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Zero-GC reactive graph. Monomorphic object pool, versioned push-pull propagation, 32-bit modular versioning. Built for hot paths and long-running processes.",
|
|
5
5
|
"author": "Zahary Shinikchiev <shinikchiev@yahoo.com>",
|
|
6
6
|
"license": "MIT",
|