angular-audio-context
Advanced tools
Comparing version 35.0.1 to 35.0.2
@@ -27,7 +27,7 @@ import { CommonModule } from '@angular/common'; | ||
} | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.3", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); | ||
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.4", ngImport: i0, type: AudioContextModule, imports: [CommonModule] }); | ||
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] }); | ||
export { AudioContextModule }; | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.4", ngImport: i0, type: AudioContextModule, decorators: [{ | ||
type: NgModule, | ||
@@ -34,0 +34,0 @@ args: [{ |
@@ -82,3 +82,3 @@ (function (global, factory) { | ||
minVersion: "12.0.0", | ||
version: "16.0.3", | ||
version: "16.0.4", | ||
ngImport: i0__namespace, | ||
@@ -91,3 +91,3 @@ type: AudioContextModule, | ||
minVersion: "14.0.0", | ||
version: "16.0.3", | ||
version: "16.0.4", | ||
ngImport: i0__namespace, | ||
@@ -99,3 +99,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "16.0.3", | ||
version: "16.0.4", | ||
ngImport: i0__namespace, | ||
@@ -111,3 +111,3 @@ type: AudioContextModule, | ||
minVersion: "12.0.0", | ||
version: "16.0.3", | ||
version: "16.0.4", | ||
ngImport: i0__namespace, | ||
@@ -114,0 +114,0 @@ type: AudioContextModule, |
@@ -13,17 +13,17 @@ { | ||
"@babel/runtime": "7.21.0", | ||
"standardized-audio-context": "^25.3.50", | ||
"tslib": "^2.5.2" | ||
"standardized-audio-context": "^25.3.51", | ||
"tslib": "^2.5.3" | ||
}, | ||
"description": "An Angular wrapper for the Web Audio API's AudioContext.", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^16.0.3", | ||
"@angular-eslint/builder": "^16.0.2", | ||
"@angular/cli": "^16.0.3", | ||
"@angular/common": "^16.0.3", | ||
"@angular/compiler": "^16.0.3", | ||
"@angular/compiler-cli": "^16.0.3", | ||
"@angular/core": "^16.0.3", | ||
"@angular/platform-browser": "^16.0.3", | ||
"@angular/platform-browser-dynamic": "^16.0.3", | ||
"@angular/router": "^16.0.3", | ||
"@angular-devkit/build-angular": "^16.0.4", | ||
"@angular-eslint/builder": "^16.0.3", | ||
"@angular/cli": "^16.0.4", | ||
"@angular/common": "^16.0.4", | ||
"@angular/compiler": "^16.0.4", | ||
"@angular/compiler-cli": "^16.0.4", | ||
"@angular/core": "^16.0.4", | ||
"@angular/platform-browser": "^16.0.4", | ||
"@angular/platform-browser-dynamic": "^16.0.4", | ||
"@angular/router": "^16.0.4", | ||
"@babel/core": "7.21.4", | ||
@@ -33,4 +33,4 @@ "@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/preset-env": "7.21.4", | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-angular": "^17.6.3", | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-angular": "^17.6.5", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -40,4 +40,4 @@ "@types/jasmine": "~4.3.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.41.0", | ||
"eslint-config-holy-grail": "^57.2.2", | ||
"eslint": "^8.42.0", | ||
"eslint-config-holy-grail": "^57.2.8", | ||
"grunt": "^1.6.1", | ||
@@ -61,3 +61,3 @@ "grunt-cli": "^1.4.3", | ||
"pretty-quick": "^3.1.3", | ||
"rollup": "^3.23.0", | ||
"rollup": "^3.23.1", | ||
"rxjs": "~7.8.1", | ||
@@ -98,3 +98,3 @@ "tsconfig-holy-grail": "^14.0.3", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "35.0.1" | ||
"version": "35.0.2" | ||
} |
Updatedtslib@^2.5.3