angular-audio-context 39.0.2 → 39.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: "20.3.0", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
- AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: AudioContextModule, decorators: [{
27
+ AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.5", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
+ AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.5", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
+ AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.5", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.5", ngImport: i0, type: AudioContextModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [CommonModule],
@@ -77,7 +77,7 @@
77
77
  }();
78
78
  AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
79
79
  minVersion: "12.0.0",
80
- version: "20.3.0",
80
+ version: "20.3.5",
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.0",
88
+ version: "20.3.5",
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.0",
95
+ version: "20.3.5",
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.0",
106
+ version: "20.3.5",
107
107
  ngImport: i0__namespace,
108
108
  type: AudioContextModule,
109
109
  decorators: [{
package/package.json CHANGED
@@ -15,28 +15,28 @@
15
15
  },
16
16
  "description": "An Angular wrapper for the Web Audio API's AudioContext.",
17
17
  "devDependencies": {
18
- "@angular-devkit/build-angular": "^20.3.1",
19
- "@angular-eslint/builder": "^20.3.0",
20
- "@angular/cli": "^20.3.1",
21
- "@angular/common": "^20.3.0",
22
- "@angular/compiler": "^20.3.0",
23
- "@angular/compiler-cli": "^20.3.0",
24
- "@angular/core": "^20.3.0",
25
- "@angular/platform-browser": "^20.3.0",
26
- "@angular/platform-browser-dynamic": "^20.3.0",
27
- "@angular/router": "^20.3.0",
18
+ "@angular-devkit/build-angular": "^20.3.6",
19
+ "@angular-eslint/builder": "^20.4.0",
20
+ "@angular/cli": "^20.3.6",
21
+ "@angular/common": "^20.3.5",
22
+ "@angular/compiler": "^20.3.5",
23
+ "@angular/compiler-cli": "^20.3.5",
24
+ "@angular/core": "^20.3.5",
25
+ "@angular/platform-browser": "^20.3.5",
26
+ "@angular/platform-browser-dynamic": "^20.3.5",
27
+ "@angular/router": "^20.3.5",
28
28
  "@babel/core": "7.28.3",
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
32
  "@commitlint/cli": "^19.8.1",
33
33
  "@commitlint/config-angular": "^19.8.1",
34
- "@rollup/plugin-babel": "^6.0.4",
35
- "@types/jasmine": "~5.1.9",
34
+ "@rollup/plugin-babel": "^6.1.0",
35
+ "@types/jasmine": "~5.1.10",
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.0",
39
+ "eslint-config-holy-grail": "^61.0.2",
40
40
  "husky": "^9.1.7",
41
41
  "jasmine-core": "~5.9.0",
42
42
  "karma": "~6.4.4",
@@ -47,13 +47,13 @@
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.1.6",
50
+ "lint-staged": "^16.2.4",
51
51
  "prettier": "^3.6.2",
52
52
  "rimraf": "^6.0.1",
53
- "rollup": "^4.50.1",
53
+ "rollup": "^4.52.4",
54
54
  "rxjs": "~7.8.2",
55
55
  "tsconfig-holy-grail": "^15.0.2",
56
- "typescript": "~5.9.2",
56
+ "typescript": "~5.9.3",
57
57
  "zone.js": "^0.15.1"
58
58
  },
59
59
  "files": [
@@ -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.2"
96
+ "version": "39.0.4"
97
97
  }