angular-audio-context 39.0.6 → 39.0.8
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/LICENSE +1 -1
- package/build/es2019/audio-context.module.js +4 -4
- package/build/es5/bundle.js +4 -4
- package/package.json +10 -10
package/LICENSE
CHANGED
|
@@ -24,10 +24,10 @@ export class AudioContextModule {
|
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
28
|
-
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
29
|
-
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
27
|
+
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
|
+
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.18", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
|
|
29
|
+
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: AudioContextModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
imports: [CommonModule],
|
package/build/es5/bundle.js
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}();
|
|
78
78
|
AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
|
|
79
79
|
minVersion: "12.0.0",
|
|
80
|
-
version: "20.3.
|
|
80
|
+
version: "20.3.18",
|
|
81
81
|
ngImport: i0__namespace,
|
|
82
82
|
type: AudioContextModule,
|
|
83
83
|
deps: [],
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
});
|
|
86
86
|
AudioContextModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({
|
|
87
87
|
minVersion: "14.0.0",
|
|
88
|
-
version: "20.3.
|
|
88
|
+
version: "20.3.18",
|
|
89
89
|
ngImport: i0__namespace,
|
|
90
90
|
type: AudioContextModule,
|
|
91
91
|
imports: [common.CommonModule]
|
|
92
92
|
});
|
|
93
93
|
AudioContextModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({
|
|
94
94
|
minVersion: "12.0.0",
|
|
95
|
-
version: "20.3.
|
|
95
|
+
version: "20.3.18",
|
|
96
96
|
ngImport: i0__namespace,
|
|
97
97
|
type: AudioContextModule,
|
|
98
98
|
providers: [{
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
});
|
|
104
104
|
i0__namespace.ɵɵngDeclareClassMetadata({
|
|
105
105
|
minVersion: "12.0.0",
|
|
106
|
-
version: "20.3.
|
|
106
|
+
version: "20.3.18",
|
|
107
107
|
ngImport: i0__namespace,
|
|
108
108
|
type: AudioContextModule,
|
|
109
109
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@babel/plugin-external-helpers": "^7.27.1",
|
|
30
30
|
"@babel/plugin-transform-runtime": "7.28.3",
|
|
31
31
|
"@babel/preset-env": "7.28.3",
|
|
32
|
-
"@commitlint/cli": "^
|
|
33
|
-
"@commitlint/config-angular": "^
|
|
34
|
-
"@rollup/plugin-babel": "^
|
|
32
|
+
"@commitlint/cli": "^20.5.0",
|
|
33
|
+
"@commitlint/config-angular": "^20.5.0",
|
|
34
|
+
"@rollup/plugin-babel": "^7.0.0",
|
|
35
35
|
"@types/jasmine": "~5.1.13",
|
|
36
36
|
"commitizen": "^4.3.1",
|
|
37
37
|
"cz-conventional-changelog": "^3.3.0",
|
|
38
38
|
"eslint": "^8.57.0",
|
|
39
|
-
"eslint-config-holy-grail": "^61.0.
|
|
39
|
+
"eslint-config-holy-grail": "^61.0.12",
|
|
40
40
|
"husky": "^9.1.7",
|
|
41
41
|
"jasmine-core": "~5.9.0",
|
|
42
42
|
"karma": "~6.4.4",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
48
48
|
"karma-sauce-launcher": "^4.3.6",
|
|
49
49
|
"karma-webkit-launcher": "^2.6.0",
|
|
50
|
-
"lint-staged": "^16.
|
|
51
|
-
"prettier": "^3.
|
|
52
|
-
"rimraf": "^6.1.
|
|
53
|
-
"rollup": "^4.
|
|
50
|
+
"lint-staged": "^16.4.0",
|
|
51
|
+
"prettier": "^3.8.1",
|
|
52
|
+
"rimraf": "^6.1.3",
|
|
53
|
+
"rollup": "^4.60.0",
|
|
54
54
|
"rxjs": "~7.8.2",
|
|
55
|
-
"tsconfig-holy-grail": "^15.0.
|
|
55
|
+
"tsconfig-holy-grail": "^15.0.3",
|
|
56
56
|
"typescript": "~5.9.3",
|
|
57
57
|
"zone.js": "^0.15.1"
|
|
58
58
|
},
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"test:unit": "npx ng test --watch false"
|
|
94
94
|
},
|
|
95
95
|
"types": "build/es2019/module.d.ts",
|
|
96
|
-
"version": "39.0.
|
|
96
|
+
"version": "39.0.8"
|
|
97
97
|
}
|