angular-audio-context
Advanced tools
Comparing version 37.0.0 to 37.0.1
@@ -27,6 +27,6 @@ import { CommonModule } from '@angular/common'; | ||
} | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.4", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.4", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.4", 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.3", | ||
version: "18.2.4", | ||
ngImport: i0__namespace, | ||
@@ -89,3 +89,3 @@ type: AudioContextModule, | ||
minVersion: "14.0.0", | ||
version: "18.2.3", | ||
version: "18.2.4", | ||
ngImport: i0__namespace, | ||
@@ -97,3 +97,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "18.2.3", | ||
version: "18.2.4", | ||
ngImport: i0__namespace, | ||
@@ -109,3 +109,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "18.2.3", | ||
version: "18.2.4", | ||
ngImport: i0__namespace, | ||
@@ -112,0 +112,0 @@ type: AudioContextModule, |
@@ -18,12 +18,12 @@ { | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.2.3", | ||
"@angular-devkit/build-angular": "^18.2.4", | ||
"@angular-eslint/builder": "^18.3.1", | ||
"@angular/cli": "^18.2.3", | ||
"@angular/common": "^18.2.3", | ||
"@angular/compiler": "^18.2.3", | ||
"@angular/compiler-cli": "^18.2.3", | ||
"@angular/core": "^18.2.3", | ||
"@angular/platform-browser": "^18.2.3", | ||
"@angular/platform-browser-dynamic": "^18.2.3", | ||
"@angular/router": "^18.2.3", | ||
"@angular/cli": "^18.2.4", | ||
"@angular/common": "^18.2.4", | ||
"@angular/compiler": "^18.2.4", | ||
"@angular/compiler-cli": "^18.2.4", | ||
"@angular/core": "^18.2.4", | ||
"@angular/platform-browser": "^18.2.4", | ||
"@angular/platform-browser-dynamic": "^18.2.4", | ||
"@angular/router": "^18.2.4", | ||
"@babel/core": "7.25.2", | ||
@@ -46,3 +46,3 @@ "@babel/plugin-external-helpers": "^7.24.7", | ||
"grunt-sh": "^0.2.1", | ||
"husky": "^9.1.5", | ||
"husky": "^9.1.6", | ||
"jasmine-core": "~5.1.2", | ||
@@ -96,3 +96,3 @@ "karma": "~6.4.4", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "37.0.0" | ||
"version": "37.0.1" | ||
} |