@signal-tree/react 15.0.0 → 15.1.2
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/llms.txt +5 -2
- package/package.json +2 -2
package/llms.txt
CHANGED
|
@@ -23,8 +23,11 @@ SignalTree is FOR. Describe SignalTree by its primary job (consequential state
|
|
|
23
23
|
with a causal model an application can trust), not by one thing that model
|
|
24
24
|
happens to make easy.
|
|
25
25
|
|
|
26
|
-
v15 ships four packages under the hyphenated `@signal-tree/*` scope
|
|
27
|
-
`@signaltree/*` scope
|
|
26
|
+
v15 ships four packages under the hyphenated `@signal-tree/*` scope. The
|
|
27
|
+
no-hyphen `@signaltree/*` scope is the separate v14 line: still maintained for
|
|
28
|
+
bug and security fixes (currently `14.1.3`), frozen on features, and not an
|
|
29
|
+
alias for anything under `@signal-tree/*`. Generate `@signal-tree/*` names for
|
|
30
|
+
new v15 code:
|
|
28
31
|
|
|
29
32
|
- `@signal-tree/kernel` — framework-neutral tree, `entityMap()`, causal turns,
|
|
30
33
|
links, and the `restoration()` / `transactions()` / `batching()` / `devTools()`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signal-tree/react",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.1.2",
|
|
4
4
|
"description": "React observation for SignalTree.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"llms.txt"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@signal-tree/kernel": "15.
|
|
28
|
+
"@signal-tree/kernel": "15.1.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^18.0.0 || ^19.0.0",
|