speechrecorderng 3.11.19 → 3.11.21

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/index.d.ts CHANGED
@@ -2282,7 +2282,7 @@ declare class SpeechrecorderngModule {
2282
2282
  static ɵinj: i0.ɵɵInjectorDeclaration<SpeechrecorderngModule>;
2283
2283
  }
2284
2284
 
2285
- declare const VERSION = "3.11.19";
2285
+ declare const VERSION = "3.11.21";
2286
2286
 
2287
2287
  declare const SPEECHRECORDER_ENVIRONMENT_DEFAULTS: {
2288
2288
  production: boolean;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "speechrecorderng",
3
- "version": "3.11.19",
3
+ "version": "3.11.21",
4
4
  "peerDependencies": {
5
- "@angular/animations": "~20.3.17",
5
+ "@angular/animations": "~20.3.19",
6
6
  "@angular/cdk": "~20.2.14",
7
- "@angular/common": "~20.3.17",
8
- "@angular/compiler": "~20.3.17",
9
- "@angular/core": "~20.3.17",
10
- "@angular/forms": "~20.3.17",
7
+ "@angular/common": "~20.3.19",
8
+ "@angular/compiler": "~20.3.19",
9
+ "@angular/core": "~20.3.19",
10
+ "@angular/forms": "~20.3.19",
11
11
  "@angular/material": "~20.2.14",
12
- "@angular/platform-browser": "~20.3.17",
13
- "@angular/platform-browser-dynamic": "~20.3.17",
14
- "@angular/router": "~20.3.17",
15
- "@angular/service-worker": "~20.3.17",
12
+ "@angular/platform-browser": "~20.3.19",
13
+ "@angular/platform-browser-dynamic": "~20.3.19",
14
+ "@angular/router": "~20.3.19",
15
+ "@angular/service-worker": "~20.3.19",
16
16
  "rxjs": "~7.8.2",
17
17
  "zone.js": "~0.15.1"
18
18
  },