angular-audio-context 36.0.3 → 36.0.4

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.
@@ -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.4", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
- AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: AudioContextModule, decorators: [{
27
+ AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
+ AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
+ AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AudioContextModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [CommonModule],
@@ -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.4",
80
+ version: "17.3.1",
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.4",
88
+ version: "17.3.1",
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.4",
95
+ version: "17.3.1",
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.4",
106
+ version: "17.3.1",
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.66",
13
+ "standardized-audio-context": "^25.3.67",
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.3",
19
- "@angular-eslint/builder": "^17.2.1",
20
- "@angular/cli": "^17.2.3",
21
- "@angular/common": "^17.2.4",
22
- "@angular/compiler": "^17.2.4",
23
- "@angular/compiler-cli": "^17.2.4",
24
- "@angular/core": "^17.2.4",
25
- "@angular/platform-browser": "^17.2.4",
26
- "@angular/platform-browser-dynamic": "^17.2.4",
27
- "@angular/router": "^17.2.4",
18
+ "@angular-devkit/build-angular": "^17.3.1",
19
+ "@angular-eslint/builder": "^17.3.0",
20
+ "@angular/cli": "^17.3.1",
21
+ "@angular/common": "^17.3.1",
22
+ "@angular/compiler": "^17.3.1",
23
+ "@angular/compiler-cli": "^17.3.1",
24
+ "@angular/core": "^17.3.1",
25
+ "@angular/platform-browser": "^17.3.1",
26
+ "@angular/platform-browser-dynamic": "^17.3.1",
27
+ "@angular/router": "^17.3.1",
28
28
  "@babel/core": "7.23.9",
29
- "@babel/plugin-external-helpers": "^7.23.3",
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": "^58.0.9",
39
+ "eslint-config-holy-grail": "^58.0.10",
40
40
  "grunt": "^1.6.1",
41
41
  "grunt-cli": "^1.4.3",
42
42
  "grunt-contrib-clean": "^2.0.1",
@@ -55,7 +55,7 @@
55
55
  "lint-staged": "^15.2.2",
56
56
  "load-grunt-config": "^4.0.1",
57
57
  "prettier": "^3.2.5",
58
- "rollup": "^4.12.1",
58
+ "rollup": "^4.13.0",
59
59
  "rxjs": "~7.8.1",
60
60
  "tsconfig-holy-grail": "^15.0.0",
61
61
  "typescript": "~5.3.3",
@@ -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.3"
94
+ "version": "36.0.4"
95
95
  }