angular-audio-context
Advanced tools
Comparing version 36.0.7 to 36.0.8
@@ -27,6 +27,6 @@ import { CommonModule } from '@angular/common'; | ||
} | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.4", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.5", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.5", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", 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.4", | ||
version: "17.3.5", | ||
ngImport: i0__namespace, | ||
@@ -89,3 +89,3 @@ type: AudioContextModule, | ||
minVersion: "14.0.0", | ||
version: "17.3.4", | ||
version: "17.3.5", | ||
ngImport: i0__namespace, | ||
@@ -97,3 +97,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "17.3.4", | ||
version: "17.3.5", | ||
ngImport: i0__namespace, | ||
@@ -109,3 +109,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "17.3.4", | ||
version: "17.3.5", | ||
ngImport: i0__namespace, | ||
@@ -112,0 +112,0 @@ type: AudioContextModule, |
@@ -18,12 +18,12 @@ { | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^17.3.3", | ||
"@angular-devkit/build-angular": "^17.3.5", | ||
"@angular-eslint/builder": "^17.3.0", | ||
"@angular/cli": "^17.3.3", | ||
"@angular/common": "^17.3.4", | ||
"@angular/compiler": "^17.3.4", | ||
"@angular/compiler-cli": "^17.3.4", | ||
"@angular/core": "^17.3.4", | ||
"@angular/platform-browser": "^17.3.4", | ||
"@angular/platform-browser-dynamic": "^17.3.4", | ||
"@angular/router": "^17.3.4", | ||
"@angular/cli": "^17.3.5", | ||
"@angular/common": "^17.3.5", | ||
"@angular/compiler": "^17.3.5", | ||
"@angular/compiler-cli": "^17.3.5", | ||
"@angular/core": "^17.3.5", | ||
"@angular/platform-browser": "^17.3.5", | ||
"@angular/platform-browser-dynamic": "^17.3.5", | ||
"@angular/router": "^17.3.5", | ||
"@babel/core": "7.23.9", | ||
@@ -33,4 +33,4 @@ "@babel/plugin-external-helpers": "^7.24.1", | ||
"@babel/preset-env": "7.23.9", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-angular": "^18.6.1", | ||
"@commitlint/cli": "^19.2.2", | ||
"@commitlint/config-angular": "^19.2.2", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
@@ -41,3 +41,3 @@ "@types/jasmine": "~5.1.4", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^59.0.4", | ||
"eslint-config-holy-grail": "^59.0.6", | ||
"grunt": "^1.6.1", | ||
@@ -61,3 +61,3 @@ "grunt-cli": "^1.4.3", | ||
"prettier": "^3.2.5", | ||
"rollup": "^4.14.1", | ||
"rollup": "^4.14.3", | ||
"rxjs": "~7.8.1", | ||
@@ -98,3 +98,3 @@ "tsconfig-holy-grail": "^15.0.1", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "36.0.7" | ||
"version": "36.0.8" | ||
} |