@fireflysemantics/slice 16.2.13 → 17.0.1

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fireflysemantics/slice
2
2
 
3
- This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.10.
3
+ This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.6.
4
4
 
5
5
  ## Development server
6
6
 
@@ -1,4 +1,4 @@
1
- import { ReplaySubject, fromEvent, of } from 'rxjs';
1
+ import { ReplaySubject, of, fromEvent } from 'rxjs';
2
2
  import { map, debounceTime, distinctUntilChanged, pairwise, switchMap, filter, takeWhile } from 'rxjs/operators';
3
3
  import { nanoid } from 'nanoid';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@fireflysemantics/slice",
3
- "version": "16.2.13",
3
+ "version": "17.0.1",
4
+ "peerDependencies": {
5
+ "nanoid": "^5.0.4",
6
+ "@types/nanoid": "*"
7
+ },
4
8
  "author": "Ole Ersoy",
5
9
  "license": "MIT",
6
10
  "bugs": {
@@ -22,10 +26,6 @@
22
26
  "Observables",
23
27
  "Multicasting"
24
28
  ],
25
- "peerDependencies": {
26
- "nanoid": "^5.0.4",
27
- "@types/nanoid": "*"
28
- },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.0"
31
31
  },