@fireflysemantics/slice 17.0.11 → 17.0.12

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -452,7 +452,7 @@ store.isEmpty().subscribe((empty) => {
452
452
  ## Features
453
453
 
454
454
  - Live Stackblitz demoes
455
- - [Typedoc with inlined examples](https://fireflysemantics.github.io/slice/doc/)
455
+ - [Typedoc with inlined examples](https://fireflysemantics.github.io/slice/typedoc/)
456
456
  - [Well documented test cases run with Jest - Each file has a corresponding `.spec` file](https://github.com/fireflysemantics/slice/tree/master/src)
457
457
  - Stream both Entity and Object Stores for UI Updates via RxJS
458
458
  - Define entities using Typescript classes, interfaces, or types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "17.0.11",
3
+ "version": "17.0.12",
4
4
  "peerDependencies": {
5
5
  "nanoid": "^5.0.4",
6
6
  "@types/nanoid": "*",