angular-audio-context
Advanced tools
Comparing version 36.0.14 to 36.0.15
@@ -27,6 +27,6 @@ import { CommonModule } from '@angular/common'; | ||
} | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.11", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
type: NgModule, | ||
@@ -33,0 +33,0 @@ args: [{ |
@@ -80,3 +80,3 @@ (function (global, factory) { | ||
minVersion: "12.0.0", | ||
version: "17.3.11", | ||
version: "17.3.12", | ||
ngImport: i0__namespace, | ||
@@ -89,3 +89,3 @@ type: AudioContextModule, | ||
minVersion: "14.0.0", | ||
version: "17.3.11", | ||
version: "17.3.12", | ||
ngImport: i0__namespace, | ||
@@ -97,3 +97,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "17.3.11", | ||
version: "17.3.12", | ||
ngImport: i0__namespace, | ||
@@ -109,3 +109,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "17.3.11", | ||
version: "17.3.12", | ||
ngImport: i0__namespace, | ||
@@ -112,0 +112,0 @@ type: AudioContextModule, |
@@ -13,3 +13,3 @@ { | ||
"@babel/runtime": "7.23.9", | ||
"standardized-audio-context": "^25.3.75", | ||
"standardized-audio-context": "^25.3.76", | ||
"tslib": "^2.6.3" | ||
@@ -33,3 +33,3 @@ }, | ||
"@babel/preset-env": "7.23.9", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/cli": "^19.4.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
@@ -41,5 +41,5 @@ "@rollup/plugin-babel": "^6.0.4", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^59.0.14", | ||
"eslint-config-holy-grail": "^59.0.15", | ||
"grunt": "^1.6.1", | ||
"grunt-cli": "^1.4.3", | ||
"grunt-cli": "^1.5.0", | ||
"grunt-contrib-clean": "^2.0.1", | ||
@@ -50,3 +50,3 @@ "grunt-contrib-copy": "^1.0.0", | ||
"jasmine-core": "~5.1.2", | ||
"karma": "~6.4.3", | ||
"karma": "~6.4.4", | ||
"karma-chrome-launcher": "~3.2.0", | ||
@@ -59,10 +59,10 @@ "karma-coverage": "~2.2.1", | ||
"karma-webkit-launcher": "^2.6.0", | ||
"lint-staged": "^15.2.7", | ||
"lint-staged": "^15.2.9", | ||
"load-grunt-config": "^4.0.1", | ||
"prettier": "^3.3.2", | ||
"rollup": "^4.18.1", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.20.0", | ||
"rxjs": "~7.8.1", | ||
"tsconfig-holy-grail": "^15.0.1", | ||
"typescript": "~5.4.5", | ||
"zone.js": "^0.14.7" | ||
"zone.js": "^0.14.10" | ||
}, | ||
@@ -99,3 +99,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "36.0.14" | ||
"version": "36.0.15" | ||
} |
22671