@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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
- [![npm version](https://img.shields.io/npm/v/@zakkster/lite-signal.svg?style=flat-square)](https://www.npmjs.com/package/@zakkster/lite-signal)
5
+ [![npm version](https://img.shields.io/npm/v/@zakkster/lite-signal.svg?style=for-the-badge&color=latest)](https://www.npmjs.com/package/@zakkster/lite-signal)
6
6
  [![bundle size](https://img.shields.io/badge/min%2Bgz-~3.2KB-blue?style=flat-square)](https://bundlephobia.com/package/@zakkster/lite-signal)
7
7
  [![npm downloads](https://img.shields.io/npm/dm/@zakkster/lite-signale?style=for-the-badge&color=blue)](https://www.npmjs.com/package/@zakkster/lite-signal)
8
8
  [![npm total downloads](https://img.shields.io/npm/dt/@zakkster/lite-signal?style=for-the-badge&color=blue)](https://www.npmjs.com/package/@zakkster/lite-signal)
9
9
  ![TypeScript](https://img.shields.io/badge/TypeScript-Types-informational)
10
- ![Dependencies](https://img.shields.io/badge/dependencies-1-brightgreen)
11
- [![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE.txt)
10
+ ![Dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)
11
+ [![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](./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 Shinikchiev
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.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",