angular-audio-context 35.0.4 → 35.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.
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
// eslint-disable-next-line unicorn/prefer-export-from
|
|
9
9
|
export { AudioContextProxy as AudioContext };
|
|
10
10
|
export const isSupported = new InjectionToken('IS_SUPPORTED_PROMISE');
|
|
11
|
-
class AudioContextModule {
|
|
11
|
+
export class AudioContextModule {
|
|
12
12
|
static forChild() {
|
|
13
13
|
return {
|
|
14
14
|
ngModule: AudioContextModule
|
|
@@ -27,7 +27,6 @@ class AudioContextModule {
|
|
|
27
27
|
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
28
|
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
|
|
29
29
|
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
|
|
30
|
-
export { AudioContextModule };
|
|
31
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: AudioContextModule, decorators: [{
|
|
32
31
|
type: NgModule,
|
|
33
32
|
args: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audio-context.module.js","sourceRoot":"","sources":["../../src/audio-context.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAuB,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAExD,sDAAsD;AACtD,OAAO,EAAE,iBAAiB,IAAI,YAAY,EAAuC,CAAC;AAElF,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,cAAc,CAAmD,sBAAsB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"audio-context.module.js","sourceRoot":"","sources":["../../src/audio-context.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAuB,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAExD,sDAAsD;AACtD,OAAO,EAAE,iBAAiB,IAAI,YAAY,EAAuC,CAAC;AAElF,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,cAAc,CAAmD,sBAAsB,CAAC,CAAC;AAMxH,MAAM,OAAO,kBAAkB;IACpB,MAAM,CAAC,QAAQ;QAClB,OAAO;YACH,QAAQ,EAAE,kBAAkB;SAC/B,CAAC;IACN,CAAC;IAEM,MAAM,CAAC,OAAO,CAAC,WAAiD;QACnE,OAAO;YACH,QAAQ,EAAE,kBAAkB;YAC5B,SAAS,EAAE;gBACP,EAAE,IAAI,EAAE,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,mBAAmB,EAAE;gBACzF,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW,EAAE;aACvD;SACJ,CAAC;IACN,CAAC;;+GAfQ,kBAAkB;gHAAlB,kBAAkB,YAHjB,YAAY;gHAGb,kBAAkB,aAFhB,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,kBAAkB,EAAE,CAAC,YAD3D,YAAY;2FAGb,kBAAkB;kBAJ9B,QAAQ;mBAAC;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,kBAAkB,EAAE,CAAC;iBACxE"}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "7.22.5",
|
|
13
|
-
"standardized-audio-context": "^25.3.
|
|
14
|
-
"tslib": "^2.
|
|
13
|
+
"standardized-audio-context": "^25.3.53",
|
|
14
|
+
"tslib": "^2.6.0"
|
|
15
15
|
},
|
|
16
16
|
"description": "An Angular wrapper for the Web Audio API's AudioContext.",
|
|
17
17
|
"devDependencies": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"commitizen": "^4.3.0",
|
|
37
37
|
"cz-conventional-changelog": "^3.3.0",
|
|
38
38
|
"eslint": "^8.43.0",
|
|
39
|
-
"eslint-config-holy-grail": "^57.2.
|
|
39
|
+
"eslint-config-holy-grail": "^57.2.11",
|
|
40
40
|
"grunt": "^1.6.1",
|
|
41
41
|
"grunt-cli": "^1.4.3",
|
|
42
42
|
"grunt-contrib-clean": "^2.0.1",
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
"karma-coverage": "~2.2.1",
|
|
50
50
|
"karma-firefox-launcher": "^2.1.2",
|
|
51
51
|
"karma-jasmine": "~5.1.0",
|
|
52
|
-
"karma-jasmine-html-reporter": "~2.
|
|
52
|
+
"karma-jasmine-html-reporter": "~2.1.0",
|
|
53
53
|
"karma-sauce-launcher": "^4.3.6",
|
|
54
54
|
"karma-webkit-launcher": "^2.1.0",
|
|
55
55
|
"load-grunt-config": "^4.0.1",
|
|
56
56
|
"prettier": "^2.8.8",
|
|
57
57
|
"pretty-quick": "^3.1.3",
|
|
58
|
-
"rollup": "^3.25.
|
|
58
|
+
"rollup": "^3.25.3",
|
|
59
59
|
"rxjs": "~7.8.1",
|
|
60
|
-
"tsconfig-holy-grail": "^14.0.
|
|
61
|
-
"typescript": "~5.
|
|
60
|
+
"tsconfig-holy-grail": "^14.0.6",
|
|
61
|
+
"typescript": "~5.1.3",
|
|
62
62
|
"zone.js": "~0.13.1"
|
|
63
63
|
},
|
|
64
64
|
"files": [
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"test": "grunt lint && grunt test"
|
|
92
92
|
},
|
|
93
93
|
"types": "build/es2019/module.d.ts",
|
|
94
|
-
"version": "35.0.
|
|
94
|
+
"version": "35.0.5"
|
|
95
95
|
}
|