alien-signals
Advanced tools
Comparing version
{ | ||
"name": "alien-signals", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
@@ -51,3 +51,3 @@ "description": "The lightest signal library.", | ||
"prepublishOnly": "npm run check && npm run test", | ||
"check": "tsc", | ||
"check": "tsc --noEmit", | ||
"build": "node ./build.js", | ||
@@ -54,0 +54,0 @@ "test": "npm run build && vitest run", |
@@ -7,2 +7,3 @@ <p align="center"> | ||
<a href="https://npmjs.com/package/alien-signals"><img src="https://badgen.net/npm/v/alien-signals" alt="npm package"></a> | ||
<a href="https://deepwiki.com/stackblitz/alien-signals"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> | ||
</p> | ||
@@ -33,3 +34,5 @@ | ||
- **Dart:** [medz/alien-signals-dart](https://github.com/medz/alien-signals-dart) <sup>2.0.4</sup> | ||
- **Dart:** [medz/alien-signals-dart](https://github.com/medz/alien-signals-dart) <sup>2.0.5</sup> | ||
- **Lua:** [YanqingXu/alien-signals-in-lua](https://github.com/YanqingXu/alien-signals-in-lua) <sup>2.0.5</sup> | ||
- **Lua 5.4:** [xuhuanzy/alien-signals-lua](https://github.com/xuhuanzy/alien-signals-lua) <sup>2.0.5</sup> | ||
- **Luau:** [Nicell/alien-signals-luau](https://github.com/Nicell/alien-signals-luau) <sup>1.0.13</sup> | ||
@@ -39,3 +42,2 @@ - **Java:** [CTRL-Neo-Studios/java-alien-signals](https://github.com/CTRL-Neo-Studios/java-alien-signals) <sup>1.0.13</sup> | ||
- **Go:** [delaneyj/alien-signals-go](https://github.com/delaneyj/alien-signals-go) <sup>1.0.7</sup> | ||
- **Lua:** [YanqingXu/alien-signals-in-lua](https://github.com/YanqingXu/alien-signals-in-lua) <sup>0.6.0</sup> | ||
@@ -48,2 +50,4 @@ ## Derived Projects | ||
- [gn8-ai/universe-alien-signals](https://github.com/gn8-ai/universe-alien-signals): Enables simple use of the Alien Signals state management system in modern frontend frameworks | ||
- [WebReflection/alien-signals](https://github.com/WebReflection/alien-signals): Preact signals like API and a class based approach for easy brand check | ||
- [@lift-html/alien](https://github.com/JLarky/lift-html/tree/main/packages/alien): Integrating alien-signals into lift-html | ||
@@ -54,3 +58,5 @@ ## Adoption | ||
- [statelyai/xstate](https://github.com/statelyai/xstate): The core algorithm has been ported to implement the atom architecture (PR: https://github.com/statelyai/xstate/pull/5250) | ||
- [flamrdevs/xignal](https://github.com/flamrdevs/xignal): Infrastructure for the reactive system | ||
- [vuejs/language-tools](https://github.com/vuejs/language-tools): Used in the language-core package for virtual code generation | ||
- [unuse](https://github.com/un-ts/unuse): A framework-agnostic `use` library inspired by `VueUse` | ||
@@ -57,0 +63,0 @@ ## Usage |
@@ -9,2 +9,3 @@ export interface ReactiveNode { | ||
export interface Link { | ||
version: number; | ||
dep: ReactiveNode; | ||
@@ -11,0 +12,0 @@ sub: ReactiveNode; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43255
1.79%1137
0.26%192
3.23%