angular-audio-context 36.0.3 → 36.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.
- package/LICENSE +1 -1
- package/build/es2019/audio-context.module.js +4 -4
- package/build/es5/bundle.js +6 -7
- package/package.json +16 -16
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: "17.2
|
|
28
|
-
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2
|
|
29
|
-
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2
|
|
27
|
+
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
|
+
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.2", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
|
|
29
|
+
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.2", ngImport: i0, type: AudioContextModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
imports: [CommonModule],
|
package/build/es5/bundle.js
CHANGED
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
33
33
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
34
34
|
var AudioContextProxy = /*#__PURE__*/function (_AudioContext) {
|
|
35
|
-
_inherits(AudioContextProxy, _AudioContext);
|
|
36
35
|
function AudioContextProxy() {
|
|
37
36
|
_classCallCheck(this, AudioContextProxy);
|
|
38
37
|
return _callSuper(this, AudioContextProxy, arguments);
|
|
39
38
|
}
|
|
39
|
+
_inherits(AudioContextProxy, _AudioContext);
|
|
40
40
|
return _createClass(AudioContextProxy);
|
|
41
41
|
}(standardizedAudioContext.AudioContext);
|
|
42
42
|
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
function AudioContextModule() {
|
|
52
52
|
_classCallCheck(this, AudioContextModule);
|
|
53
53
|
}
|
|
54
|
-
_createClass(AudioContextModule, null, [{
|
|
54
|
+
return _createClass(AudioContextModule, null, [{
|
|
55
55
|
key: "forChild",
|
|
56
56
|
value: function forChild() {
|
|
57
57
|
return {
|
|
@@ -74,11 +74,10 @@
|
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
}]);
|
|
77
|
-
return AudioContextModule;
|
|
78
77
|
}();
|
|
79
78
|
AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
|
|
80
79
|
minVersion: "12.0.0",
|
|
81
|
-
version: "17.2
|
|
80
|
+
version: "17.3.2",
|
|
82
81
|
ngImport: i0__namespace,
|
|
83
82
|
type: AudioContextModule,
|
|
84
83
|
deps: [],
|
|
@@ -86,14 +85,14 @@
|
|
|
86
85
|
});
|
|
87
86
|
AudioContextModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({
|
|
88
87
|
minVersion: "14.0.0",
|
|
89
|
-
version: "17.2
|
|
88
|
+
version: "17.3.2",
|
|
90
89
|
ngImport: i0__namespace,
|
|
91
90
|
type: AudioContextModule,
|
|
92
91
|
imports: [common.CommonModule]
|
|
93
92
|
});
|
|
94
93
|
AudioContextModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({
|
|
95
94
|
minVersion: "12.0.0",
|
|
96
|
-
version: "17.2
|
|
95
|
+
version: "17.3.2",
|
|
97
96
|
ngImport: i0__namespace,
|
|
98
97
|
type: AudioContextModule,
|
|
99
98
|
providers: [{
|
|
@@ -104,7 +103,7 @@
|
|
|
104
103
|
});
|
|
105
104
|
i0__namespace.ɵɵngDeclareClassMetadata({
|
|
106
105
|
minVersion: "12.0.0",
|
|
107
|
-
version: "17.2
|
|
106
|
+
version: "17.3.2",
|
|
108
107
|
ngImport: i0__namespace,
|
|
109
108
|
type: AudioContextModule,
|
|
110
109
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -10,23 +10,23 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "7.23.9",
|
|
13
|
-
"standardized-audio-context": "^25.3.
|
|
13
|
+
"standardized-audio-context": "^25.3.68",
|
|
14
14
|
"tslib": "^2.6.2"
|
|
15
15
|
},
|
|
16
16
|
"description": "An Angular wrapper for the Web Audio API's AudioContext.",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@angular-devkit/build-angular": "^17.2
|
|
19
|
-
"@angular-eslint/builder": "^17.
|
|
20
|
-
"@angular/cli": "^17.2
|
|
21
|
-
"@angular/common": "^17.2
|
|
22
|
-
"@angular/compiler": "^17.2
|
|
23
|
-
"@angular/compiler-cli": "^17.2
|
|
24
|
-
"@angular/core": "^17.2
|
|
25
|
-
"@angular/platform-browser": "^17.2
|
|
26
|
-
"@angular/platform-browser-dynamic": "^17.2
|
|
27
|
-
"@angular/router": "^17.2
|
|
18
|
+
"@angular-devkit/build-angular": "^17.3.2",
|
|
19
|
+
"@angular-eslint/builder": "^17.3.0",
|
|
20
|
+
"@angular/cli": "^17.3.2",
|
|
21
|
+
"@angular/common": "^17.3.2",
|
|
22
|
+
"@angular/compiler": "^17.3.2",
|
|
23
|
+
"@angular/compiler-cli": "^17.3.2",
|
|
24
|
+
"@angular/core": "^17.3.2",
|
|
25
|
+
"@angular/platform-browser": "^17.3.2",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^17.3.2",
|
|
27
|
+
"@angular/router": "^17.3.2",
|
|
28
28
|
"@babel/core": "7.23.9",
|
|
29
|
-
"@babel/plugin-external-helpers": "^7.
|
|
29
|
+
"@babel/plugin-external-helpers": "^7.24.1",
|
|
30
30
|
"@babel/plugin-transform-runtime": "7.23.9",
|
|
31
31
|
"@babel/preset-env": "7.23.9",
|
|
32
32
|
"@commitlint/cli": "^18.6.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"commitizen": "^4.3.0",
|
|
37
37
|
"cz-conventional-changelog": "^3.3.0",
|
|
38
38
|
"eslint": "^8.57.0",
|
|
39
|
-
"eslint-config-holy-grail": "^
|
|
39
|
+
"eslint-config-holy-grail": "^59.0.2",
|
|
40
40
|
"grunt": "^1.6.1",
|
|
41
41
|
"grunt-cli": "^1.4.3",
|
|
42
42
|
"grunt-contrib-clean": "^2.0.1",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"lint-staged": "^15.2.2",
|
|
56
56
|
"load-grunt-config": "^4.0.1",
|
|
57
57
|
"prettier": "^3.2.5",
|
|
58
|
-
"rollup": "^4.
|
|
58
|
+
"rollup": "^4.13.2",
|
|
59
59
|
"rxjs": "~7.8.1",
|
|
60
|
-
"tsconfig-holy-grail": "^15.0.
|
|
60
|
+
"tsconfig-holy-grail": "^15.0.1",
|
|
61
61
|
"typescript": "~5.3.3",
|
|
62
62
|
"zone.js": "^0.14.4"
|
|
63
63
|
},
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"test": "grunt lint && grunt test"
|
|
92
92
|
},
|
|
93
93
|
"types": "build/es2019/module.d.ts",
|
|
94
|
-
"version": "36.0.
|
|
94
|
+
"version": "36.0.5"
|
|
95
95
|
}
|