angular-audio-context
Advanced tools
Comparing version 34.0.2 to 34.0.3
@@ -27,6 +27,6 @@ import { CommonModule } from '@angular/common'; | ||
} | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
type: NgModule, | ||
@@ -33,0 +33,0 @@ args: [{ |
@@ -82,3 +82,3 @@ (function (global, factory) { | ||
minVersion: "12.0.0", | ||
version: "15.1.0", | ||
version: "15.1.2", | ||
ngImport: i0__namespace, | ||
@@ -91,3 +91,3 @@ type: AudioContextModule, | ||
minVersion: "14.0.0", | ||
version: "15.1.0", | ||
version: "15.1.2", | ||
ngImport: i0__namespace, | ||
@@ -99,3 +99,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "15.1.0", | ||
version: "15.1.2", | ||
ngImport: i0__namespace, | ||
@@ -111,3 +111,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "15.1.0", | ||
version: "15.1.2", | ||
ngImport: i0__namespace, | ||
@@ -114,0 +114,0 @@ type: AudioContextModule, |
@@ -13,17 +13,17 @@ { | ||
"@babel/runtime": "7.20.7", | ||
"standardized-audio-context": "^25.3.37", | ||
"tslib": "^2.4.1" | ||
"standardized-audio-context": "^25.3.38", | ||
"tslib": "^2.5.0" | ||
}, | ||
"description": "An Angular wrapper for the Web Audio API's AudioContext.", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^15.1.1", | ||
"@angular-devkit/build-angular": "^15.1.3", | ||
"@angular-eslint/builder": "^15.2.0", | ||
"@angular/cli": "^15.1.1", | ||
"@angular/common": "^15.1.0", | ||
"@angular/compiler": "^15.1.0", | ||
"@angular/compiler-cli": "^15.1.0", | ||
"@angular/core": "^15.1.0", | ||
"@angular/platform-browser": "^15.1.0", | ||
"@angular/platform-browser-dynamic": "^15.1.0", | ||
"@angular/router": "^15.1.0", | ||
"@angular/cli": "^15.1.3", | ||
"@angular/common": "^15.1.2", | ||
"@angular/compiler": "^15.1.2", | ||
"@angular/compiler-cli": "^15.1.2", | ||
"@angular/core": "^15.1.2", | ||
"@angular/platform-browser": "^15.1.2", | ||
"@angular/platform-browser-dynamic": "^15.1.2", | ||
"@angular/router": "^15.1.2", | ||
"@babel/core": "7.20.12", | ||
@@ -37,7 +37,7 @@ "@babel/plugin-external-helpers": "^7.18.6", | ||
"@types/jasmine": "~4.3.1", | ||
"commitizen": "^4.2.6", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-holy-grail": "^55.0.2", | ||
"grunt": "^1.5.3", | ||
"eslint": "^8.33.0", | ||
"eslint-config-holy-grail": "^55.0.6", | ||
"grunt": "^1.6.1", | ||
"grunt-cli": "^1.4.3", | ||
@@ -60,6 +60,6 @@ "grunt-contrib-clean": "^2.0.1", | ||
"pretty-quick": "^3.1.3", | ||
"rollup": "^3.10.0", | ||
"rollup": "^3.12.1", | ||
"rxjs": "~7.8.0", | ||
"tsconfig-holy-grail": "^12.0.0", | ||
"typescript": "~4.9.4", | ||
"typescript": "~4.9.5", | ||
"zone.js": "~0.12.0" | ||
@@ -97,3 +97,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "34.0.2" | ||
"version": "34.0.3" | ||
} |
Updatedtslib@^2.5.0