@fireflysemantics/slice 17.0.9 → 17.0.11

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,6 @@ Lightweight Javascript Reactive State Management for Angular Applications.
18
18
  The API is designed to be as minimal as possible and should deliver the same features as other comparable frameworks with about 1/3 the lines of code.
19
19
 
20
20
  It offers two types of reactive data stores:
21
- - REST like API for performing state operations
22
21
  - Entity stores (EStore<E>) for structured entity like data (Customer, Product, User, ...)
23
22
  - Entity stores can be "Live filtered" by adding slices. For example separating Todo entities into complete and incomplete compartments. Slices are also obserable.
24
23
  - Object store (Key value store) for unstructured data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "17.0.9",
3
+ "version": "17.0.11",
4
4
  "peerDependencies": {
5
5
  "nanoid": "^5.0.4",
6
6
  "@types/nanoid": "*",