angular-audio-context 34.0.4 → 34.0.6

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: "15.1.4", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.4", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
- AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AudioContextModule, decorators: [{
27
+ AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
+ AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
29
+ AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AudioContextModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [CommonModule],
@@ -79,7 +79,7 @@
79
79
  }();
80
80
  AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
81
81
  minVersion: "12.0.0",
82
- version: "15.1.4",
82
+ version: "15.2.0",
83
83
  ngImport: i0__namespace,
84
84
  type: AudioContextModule,
85
85
  deps: [],
@@ -87,14 +87,14 @@
87
87
  });
88
88
  AudioContextModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({
89
89
  minVersion: "14.0.0",
90
- version: "15.1.4",
90
+ version: "15.2.0",
91
91
  ngImport: i0__namespace,
92
92
  type: AudioContextModule,
93
93
  imports: [common.CommonModule]
94
94
  });
95
95
  AudioContextModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({
96
96
  minVersion: "12.0.0",
97
- version: "15.1.4",
97
+ version: "15.2.0",
98
98
  ngImport: i0__namespace,
99
99
  type: AudioContextModule,
100
100
  providers: [{
@@ -105,7 +105,7 @@
105
105
  });
106
106
  i0__namespace.ɵɵngDeclareClassMetadata({
107
107
  minVersion: "12.0.0",
108
- version: "15.1.4",
108
+ version: "15.2.0",
109
109
  ngImport: i0__namespace,
110
110
  type: AudioContextModule,
111
111
  decorators: [{
package/package.json CHANGED
@@ -9,34 +9,34 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "7.20.7",
13
- "standardized-audio-context": "^25.3.39",
12
+ "@babel/runtime": "7.20.13",
13
+ "standardized-audio-context": "^25.3.41",
14
14
  "tslib": "^2.5.0"
15
15
  },
16
16
  "description": "An Angular wrapper for the Web Audio API's AudioContext.",
17
17
  "devDependencies": {
18
- "@angular-devkit/build-angular": "^15.1.5",
19
- "@angular-eslint/builder": "^15.2.0",
20
- "@angular/cli": "^15.1.5",
21
- "@angular/common": "^15.1.4",
22
- "@angular/compiler": "^15.1.4",
23
- "@angular/compiler-cli": "^15.1.4",
24
- "@angular/core": "^15.1.4",
25
- "@angular/platform-browser": "^15.1.4",
26
- "@angular/platform-browser-dynamic": "^15.1.4",
27
- "@angular/router": "^15.1.4",
18
+ "@angular-devkit/build-angular": "^15.2.0",
19
+ "@angular-eslint/builder": "^15.2.1",
20
+ "@angular/cli": "^15.2.0",
21
+ "@angular/common": "^15.2.0",
22
+ "@angular/compiler": "^15.2.0",
23
+ "@angular/compiler-cli": "^15.2.0",
24
+ "@angular/core": "^15.2.0",
25
+ "@angular/platform-browser": "^15.2.0",
26
+ "@angular/platform-browser-dynamic": "^15.2.0",
27
+ "@angular/router": "^15.2.0",
28
28
  "@babel/core": "7.20.12",
29
29
  "@babel/plugin-external-helpers": "^7.18.6",
30
30
  "@babel/plugin-transform-runtime": "7.19.6",
31
31
  "@babel/preset-env": "7.20.2",
32
- "@commitlint/cli": "^17.4.2",
33
- "@commitlint/config-angular": "^17.4.2",
32
+ "@commitlint/cli": "^17.4.4",
33
+ "@commitlint/config-angular": "^17.4.4",
34
34
  "@rollup/plugin-babel": "^6.0.3",
35
35
  "@types/jasmine": "~4.3.1",
36
36
  "commitizen": "^4.3.0",
37
37
  "cz-conventional-changelog": "^3.3.0",
38
- "eslint": "^8.33.0",
39
- "eslint-config-holy-grail": "^55.0.8",
38
+ "eslint": "^8.35.0",
39
+ "eslint-config-holy-grail": "^55.0.13",
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
  "load-grunt-config": "^4.0.1",
56
56
  "prettier": "^2.8.4",
57
57
  "pretty-quick": "^3.1.3",
58
- "rollup": "^3.14.0",
58
+ "rollup": "^3.17.3",
59
59
  "rxjs": "~7.8.0",
60
60
  "tsconfig-holy-grail": "^12.0.0",
61
61
  "typescript": "~4.9.5",
@@ -91,5 +91,5 @@
91
91
  "test": "grunt lint && grunt test"
92
92
  },
93
93
  "types": "build/es2019/module.d.ts",
94
- "version": "34.0.4"
94
+ "version": "34.0.6"
95
95
  }