@fireflysemantics/slice 17.0.17 → 17.0.19

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  - [Overview](#overview)
8
8
  - [Why Slice](#why-slice)
9
9
  - [Install](#install)
10
- - [API Reference](#api-documentation)
10
+ - [API Reference](#api-reference)
11
11
  - [Object Store Core Use Cases](#object-store-core-use-cases)
12
12
  - [Entity Store Core Use Cases](#entity-store-core-use-cases)
13
13
  - [Features](#features)
@@ -196,7 +196,7 @@ console.log(`The snapshot is ${OS.snapshot(OS.S.K1)}`);
196
196
 
197
197
  ## Entity Store Core Use Cases
198
198
 
199
- [Here is a link to the Stackblitz demo](https://stackblitz.com/edit/typescript-akqgqg?file=index.ts) containing the below demo code. You may also wish to check out the [test cases](https://github.com/fireflysemantics/slice/blob/master/projects/slice/src/lib/EStore.spec.ts) for the entity store which also detail usage scenarios.
199
+ [Here is a link to the Stackblitz demo](https://stackblitz.com/edit/typescript-wayluo?file=index.ts) containing the below demo code. You may also wish to check out the [test cases](https://github.com/fireflysemantics/slice/blob/master/projects/slice/src/lib/EStore.spec.ts) for the entity store which also detail usage scenarios.
200
200
 
201
201
  ```
202
202
  //============================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "17.0.17",
3
+ "version": "17.0.19",
4
4
  "peerDependencies": {
5
5
  "nanoid": "^5.0.4",
6
6
  "@types/nanoid": "*",