angular-audio-context
Advanced tools
Comparing version 37.0.2 to 37.0.3
@@ -27,6 +27,6 @@ import { CommonModule } from '@angular/common'; | ||
} | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
type: NgModule, | ||
@@ -33,0 +33,0 @@ args: [{ |
@@ -80,3 +80,3 @@ (function (global, factory) { | ||
minVersion: "12.0.0", | ||
version: "18.2.7", | ||
version: "18.2.8", | ||
ngImport: i0__namespace, | ||
@@ -89,3 +89,3 @@ type: AudioContextModule, | ||
minVersion: "14.0.0", | ||
version: "18.2.7", | ||
version: "18.2.8", | ||
ngImport: i0__namespace, | ||
@@ -97,3 +97,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "18.2.7", | ||
version: "18.2.8", | ||
ngImport: i0__namespace, | ||
@@ -109,3 +109,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "18.2.7", | ||
version: "18.2.8", | ||
ngImport: i0__namespace, | ||
@@ -112,0 +112,0 @@ type: AudioContextModule, |
@@ -18,14 +18,14 @@ { | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.2.7", | ||
"@angular-devkit/build-angular": "^18.2.8", | ||
"@angular-eslint/builder": "^18.3.1", | ||
"@angular/cli": "^18.2.7", | ||
"@angular/common": "^18.2.7", | ||
"@angular/compiler": "^18.2.7", | ||
"@angular/compiler-cli": "^18.2.7", | ||
"@angular/core": "^18.2.7", | ||
"@angular/platform-browser": "^18.2.7", | ||
"@angular/platform-browser-dynamic": "^18.2.7", | ||
"@angular/router": "^18.2.7", | ||
"@angular/cli": "^18.2.8", | ||
"@angular/common": "^18.2.8", | ||
"@angular/compiler": "^18.2.8", | ||
"@angular/compiler-cli": "^18.2.8", | ||
"@angular/core": "^18.2.8", | ||
"@angular/platform-browser": "^18.2.8", | ||
"@angular/platform-browser-dynamic": "^18.2.8", | ||
"@angular/router": "^18.2.8", | ||
"@babel/core": "7.25.2", | ||
"@babel/plugin-external-helpers": "^7.24.7", | ||
"@babel/plugin-external-helpers": "^7.25.7", | ||
"@babel/plugin-transform-runtime": "7.23.9", | ||
@@ -40,3 +40,3 @@ "@babel/preset-env": "7.23.9", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^60.0.7", | ||
"eslint-config-holy-grail": "^60.0.10", | ||
"grunt": "^1.6.1", | ||
@@ -96,3 +96,3 @@ "grunt-cli": "^1.5.0", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "37.0.2" | ||
"version": "37.0.3" | ||
} |
22655