@fireflysemantics/slice 17.0.6 → 17.0.7

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,8 @@ npm i @fireflysemantics/slice@lastest nanoid
34
34
 
35
35
  # Usage
36
36
 
37
+ The project [typedoc](https://fireflysemantics.github.io/slice/typedoc/), in addition to providing more detailed API insight, syntax highlights all the examples provided here, thus you may want to check it out for a richer reading experience.
38
+
37
39
  ## Object Store Core Use Cases
38
40
 
39
41
  [Here is a link to the Stackblitz Demo](https://stackblitz.com/edit/typescript-9snt67?file=index.ts)
@@ -508,7 +510,7 @@ store.isEmpty().subscribe((empty) => {
508
510
 
509
511
  # API Documentation
510
512
 
511
- See [Typedoc API Documentation](https://fireflysemantics.github.io/slice/doc/)
513
+ See [Typedoc API Documentation](https://fireflysemantics.github.io/slice/typedoc/)
512
514
 
513
515
  The documentation for the API includes simple examples of how to apply the API to a use case.
514
516
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "17.0.6",
3
+ "version": "17.0.7",
4
4
  "peerDependencies": {
5
5
  "nanoid": "^5.0.4",
6
6
  "@types/nanoid": "*",