@fireflysemantics/slice 17.0.4 → 17.0.5

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 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -33,6 +33,8 @@ npm i @fireflysemantics/slice@lastest nanoid
33
33
  [Here is a link to the Stackblitz Demo](https://stackblitz.com/edit/typescript-9snt67?file=index.ts)
34
34
  containing all of the below examples.
35
35
 
36
+ In this demo we are using simple `string` values, but we could have used objects or essentially anything that can be referenced by Javascript.
37
+
36
38
  ```
37
39
  import {
38
40
  KeyObsValueReset,
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "17.0.4",
3
+ "version": "17.0.5",
4
4
  "peerDependencies": {
5
5
  "nanoid": "^5.0.4",
6
- "@types/nanoid": "*"
6
+ "@types/nanoid": "*",
7
+ "rxjs": "*"
7
8
  },
8
9
  "author": "Ole Ersoy",
9
10
  "license": "MIT",