speechrecorderng 3.11.20 → 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/README.md +1 -1
- package/fesm2022/speechrecorderng.mjs +161 -161
- package/fesm2022/speechrecorderng.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +10 -10
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.
|
|
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.
|
|
3
|
+
"version": "3.11.21",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": "~20.3.
|
|
5
|
+
"@angular/animations": "~20.3.19",
|
|
6
6
|
"@angular/cdk": "~20.2.14",
|
|
7
|
-
"@angular/common": "~20.3.
|
|
8
|
-
"@angular/compiler": "~20.3.
|
|
9
|
-
"@angular/core": "~20.3.
|
|
10
|
-
"@angular/forms": "~20.3.
|
|
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.
|
|
13
|
-
"@angular/platform-browser-dynamic": "~20.3.
|
|
14
|
-
"@angular/router": "~20.3.
|
|
15
|
-
"@angular/service-worker": "~20.3.
|
|
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
|
},
|