angular-audio-context 36.0.1 → 36.0.3

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.2", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
- AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AudioContextModule, decorators: [{
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: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [CommonModule],
@@ -78,7 +78,7 @@
78
78
  }();
79
79
  AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
80
80
  minVersion: "12.0.0",
81
- version: "17.2.2",
81
+ version: "17.2.4",
82
82
  ngImport: i0__namespace,
83
83
  type: AudioContextModule,
84
84
  deps: [],
@@ -86,14 +86,14 @@
86
86
  });
87
87
  AudioContextModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({
88
88
  minVersion: "14.0.0",
89
- version: "17.2.2",
89
+ version: "17.2.4",
90
90
  ngImport: i0__namespace,
91
91
  type: AudioContextModule,
92
92
  imports: [common.CommonModule]
93
93
  });
94
94
  AudioContextModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({
95
95
  minVersion: "12.0.0",
96
- version: "17.2.2",
96
+ version: "17.2.4",
97
97
  ngImport: i0__namespace,
98
98
  type: AudioContextModule,
99
99
  providers: [{
@@ -104,7 +104,7 @@
104
104
  });
105
105
  i0__namespace.ɵɵngDeclareClassMetadata({
106
106
  minVersion: "12.0.0",
107
- version: "17.2.2",
107
+ version: "17.2.4",
108
108
  ngImport: i0__namespace,
109
109
  type: AudioContextModule,
110
110
  decorators: [{
package/package.json CHANGED
@@ -10,21 +10,21 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@babel/runtime": "7.23.9",
13
- "standardized-audio-context": "^25.3.64",
13
+ "standardized-audio-context": "^25.3.66",
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.1",
18
+ "@angular-devkit/build-angular": "^17.2.3",
19
19
  "@angular-eslint/builder": "^17.2.1",
20
- "@angular/cli": "^17.2.1",
21
- "@angular/common": "^17.2.2",
22
- "@angular/compiler": "^17.2.2",
23
- "@angular/compiler-cli": "^17.2.2",
24
- "@angular/core": "^17.2.2",
25
- "@angular/platform-browser": "^17.2.2",
26
- "@angular/platform-browser-dynamic": "^17.2.2",
27
- "@angular/router": "^17.2.2",
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",
28
28
  "@babel/core": "7.23.9",
29
29
  "@babel/plugin-external-helpers": "^7.23.3",
30
30
  "@babel/plugin-transform-runtime": "7.23.9",
@@ -35,8 +35,8 @@
35
35
  "@types/jasmine": "~5.1.4",
36
36
  "commitizen": "^4.3.0",
37
37
  "cz-conventional-changelog": "^3.3.0",
38
- "eslint": "^8.56.0",
39
- "eslint-config-holy-grail": "^58.0.7",
38
+ "eslint": "^8.57.0",
39
+ "eslint-config-holy-grail": "^58.0.9",
40
40
  "grunt": "^1.6.1",
41
41
  "grunt-cli": "^1.4.3",
42
42
  "grunt-contrib-clean": "^2.0.1",
@@ -44,10 +44,10 @@
44
44
  "grunt-sh": "^0.2.1",
45
45
  "husky": "^8.0.3",
46
46
  "jasmine-core": "~5.1.2",
47
- "karma": "~6.4.2",
47
+ "karma": "~6.4.3",
48
48
  "karma-chrome-launcher": "~3.2.0",
49
49
  "karma-coverage": "~2.2.1",
50
- "karma-firefox-launcher": "^2.1.2",
50
+ "karma-firefox-launcher": "^2.1.3",
51
51
  "karma-jasmine": "~5.1.0",
52
52
  "karma-jasmine-html-reporter": "~2.1.0",
53
53
  "karma-sauce-launcher": "^4.3.6",
@@ -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.0",
58
+ "rollup": "^4.12.1",
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.1"
94
+ "version": "36.0.3"
95
95
  }