angular-audio-context 35.0.7 → 36.0.0
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/build/es2019/audio-context.module.js +4 -4
- package/build/es5/bundle.js +11 -12
- package/package.json +30 -30
|
@@ -24,10 +24,10 @@ export class AudioContextModule {
|
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
28
|
-
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
29
|
-
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
|
+
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.3", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
|
|
29
|
+
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AudioContextModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
imports: [CommonModule],
|
package/build/es5/bundle.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@angular/common'), require('@angular/core'), require('standardized-audio-context'), require('@babel/runtime/helpers/
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@angular/common', '@angular/core', 'standardized-audio-context', '@babel/runtime/helpers/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.angularAudioContext = {}, global._classCallCheck, global._createClass, global.common, global.i0, global.standardizedAudioContext, global.
|
|
5
|
-
})(this, (function (exports, _classCallCheck, _createClass, common, i0, standardizedAudioContext,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@angular/common'), require('@angular/core'), require('standardized-audio-context'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@angular/common', '@angular/core', 'standardized-audio-context', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.angularAudioContext = {}, global._classCallCheck, global._createClass, global.common, global.i0, global.standardizedAudioContext, global._possibleConstructorReturn, global._getPrototypeOf, global._inherits));
|
|
5
|
+
})(this, (function (exports, _classCallCheck, _createClass, common, i0, standardizedAudioContext, _possibleConstructorReturn, _getPrototypeOf, _inherits) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
|
8
8
|
var n = Object.create(null);
|
|
@@ -29,14 +29,13 @@
|
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
function
|
|
33
|
-
function _isNativeReflectConstruct() {
|
|
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
|
+
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
35
|
_inherits(AudioContextProxy, _AudioContext);
|
|
36
|
-
var _super = _createSuper(AudioContextProxy);
|
|
37
36
|
function AudioContextProxy() {
|
|
38
37
|
_classCallCheck(this, AudioContextProxy);
|
|
39
|
-
return
|
|
38
|
+
return _callSuper(this, AudioContextProxy, arguments);
|
|
40
39
|
}
|
|
41
40
|
return _createClass(AudioContextProxy);
|
|
42
41
|
}(standardizedAudioContext.AudioContext);
|
|
@@ -79,7 +78,7 @@
|
|
|
79
78
|
}();
|
|
80
79
|
AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
|
|
81
80
|
minVersion: "12.0.0",
|
|
82
|
-
version: "
|
|
81
|
+
version: "17.1.3",
|
|
83
82
|
ngImport: i0__namespace,
|
|
84
83
|
type: AudioContextModule,
|
|
85
84
|
deps: [],
|
|
@@ -87,14 +86,14 @@
|
|
|
87
86
|
});
|
|
88
87
|
AudioContextModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({
|
|
89
88
|
minVersion: "14.0.0",
|
|
90
|
-
version: "
|
|
89
|
+
version: "17.1.3",
|
|
91
90
|
ngImport: i0__namespace,
|
|
92
91
|
type: AudioContextModule,
|
|
93
92
|
imports: [common.CommonModule]
|
|
94
93
|
});
|
|
95
94
|
AudioContextModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({
|
|
96
95
|
minVersion: "12.0.0",
|
|
97
|
-
version: "
|
|
96
|
+
version: "17.1.3",
|
|
98
97
|
ngImport: i0__namespace,
|
|
99
98
|
type: AudioContextModule,
|
|
100
99
|
providers: [{
|
|
@@ -105,7 +104,7 @@
|
|
|
105
104
|
});
|
|
106
105
|
i0__namespace.ɵɵngDeclareClassMetadata({
|
|
107
106
|
minVersion: "12.0.0",
|
|
108
|
-
version: "
|
|
107
|
+
version: "17.1.3",
|
|
109
108
|
ngImport: i0__namespace,
|
|
110
109
|
type: AudioContextModule,
|
|
111
110
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -10,40 +10,40 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "7.22.5",
|
|
13
|
-
"standardized-audio-context": "^25.3.
|
|
14
|
-
"tslib": "^2.6.
|
|
13
|
+
"standardized-audio-context": "^25.3.64",
|
|
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": "^
|
|
19
|
-
"@angular-eslint/builder": "^
|
|
20
|
-
"@angular/cli": "^
|
|
21
|
-
"@angular/common": "^
|
|
22
|
-
"@angular/compiler": "^
|
|
23
|
-
"@angular/compiler-cli": "^
|
|
24
|
-
"@angular/core": "^
|
|
25
|
-
"@angular/platform-browser": "^
|
|
26
|
-
"@angular/platform-browser-dynamic": "^
|
|
27
|
-
"@angular/router": "^
|
|
18
|
+
"@angular-devkit/build-angular": "^17.1.3",
|
|
19
|
+
"@angular-eslint/builder": "^17.2.1",
|
|
20
|
+
"@angular/cli": "^17.1.3",
|
|
21
|
+
"@angular/common": "^17.1.3",
|
|
22
|
+
"@angular/compiler": "^17.1.3",
|
|
23
|
+
"@angular/compiler-cli": "^17.1.3",
|
|
24
|
+
"@angular/core": "^17.1.3",
|
|
25
|
+
"@angular/platform-browser": "^17.1.3",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^17.1.3",
|
|
27
|
+
"@angular/router": "^17.1.3",
|
|
28
28
|
"@babel/core": "7.22.5",
|
|
29
|
-
"@babel/plugin-external-helpers": "^7.
|
|
29
|
+
"@babel/plugin-external-helpers": "^7.23.3",
|
|
30
30
|
"@babel/plugin-transform-runtime": "7.22.5",
|
|
31
31
|
"@babel/preset-env": "7.22.5",
|
|
32
|
-
"@commitlint/cli": "^
|
|
33
|
-
"@commitlint/config-angular": "^
|
|
34
|
-
"@rollup/plugin-babel": "^6.0.
|
|
35
|
-
"@types/jasmine": "~
|
|
32
|
+
"@commitlint/cli": "^18.6.1",
|
|
33
|
+
"@commitlint/config-angular": "^18.6.1",
|
|
34
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
35
|
+
"@types/jasmine": "~5.1.4",
|
|
36
36
|
"commitizen": "^4.3.0",
|
|
37
37
|
"cz-conventional-changelog": "^3.3.0",
|
|
38
|
-
"eslint": "^8.
|
|
39
|
-
"eslint-config-holy-grail": "^
|
|
38
|
+
"eslint": "^8.56.0",
|
|
39
|
+
"eslint-config-holy-grail": "^58.0.4",
|
|
40
40
|
"grunt": "^1.6.1",
|
|
41
41
|
"grunt-cli": "^1.4.3",
|
|
42
42
|
"grunt-contrib-clean": "^2.0.1",
|
|
43
43
|
"grunt-contrib-copy": "^1.0.0",
|
|
44
44
|
"grunt-sh": "^0.2.1",
|
|
45
45
|
"husky": "^8.0.3",
|
|
46
|
-
"jasmine-core": "~
|
|
46
|
+
"jasmine-core": "~5.1.2",
|
|
47
47
|
"karma": "~6.4.2",
|
|
48
48
|
"karma-chrome-launcher": "~3.2.0",
|
|
49
49
|
"karma-coverage": "~2.2.1",
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
"karma-jasmine": "~5.1.0",
|
|
52
52
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
53
53
|
"karma-sauce-launcher": "^4.3.6",
|
|
54
|
-
"karma-webkit-launcher": "^2.
|
|
54
|
+
"karma-webkit-launcher": "^2.4.0",
|
|
55
|
+
"lint-staged": "^15.2.2",
|
|
55
56
|
"load-grunt-config": "^4.0.1",
|
|
56
|
-
"prettier": "^2.
|
|
57
|
-
"
|
|
58
|
-
"rollup": "^3.26.3",
|
|
57
|
+
"prettier": "^3.2.5",
|
|
58
|
+
"rollup": "^4.10.0",
|
|
59
59
|
"rxjs": "~7.8.1",
|
|
60
|
-
"tsconfig-holy-grail": "^
|
|
61
|
-
"typescript": "~5.
|
|
62
|
-
"zone.js": "
|
|
60
|
+
"tsconfig-holy-grail": "^15.0.0",
|
|
61
|
+
"typescript": "~5.3.3",
|
|
62
|
+
"zone.js": "^0.14.4"
|
|
63
63
|
},
|
|
64
64
|
"files": [
|
|
65
65
|
"build/es2019/",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"module": "build/es2019/module.js",
|
|
79
79
|
"name": "angular-audio-context",
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@angular/common": "^
|
|
82
|
-
"@angular/core": "^
|
|
81
|
+
"@angular/common": "^17.1.3",
|
|
82
|
+
"@angular/core": "^17.1.3"
|
|
83
83
|
},
|
|
84
84
|
"repository": {
|
|
85
85
|
"type": "git",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"test": "grunt lint && grunt test"
|
|
92
92
|
},
|
|
93
93
|
"types": "build/es2019/module.d.ts",
|
|
94
|
-
"version": "
|
|
94
|
+
"version": "36.0.0"
|
|
95
95
|
}
|