@signal-tree/angular 15.0.0 → 15.1.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/llms.txt +5 -2
  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 (the pre-15
27
- `@signaltree/*` scope, no hyphen, stopped at 14.1.1):
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/angular",
3
- "version": "15.0.0",
3
+ "version": "15.1.1",
4
4
  "description": "Angular realization 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.0.0"
28
+ "@signal-tree/kernel": "15.1.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",