angular-audio-context
Advanced tools
Comparing version 11.0.4 to 11.0.5
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('standardized-audio-context')) : | ||
typeof define === 'function' && define.amd ? define(['exports', '@angular/common', '@angular/core', 'standardized-audio-context'], factory) : | ||
(factory((global.angularAudioContext = {}),global._angular_common,global._angular_core,global.standardizedAudioContext)); | ||
}(this, (function (exports,_angular_common,_angular_core,standardizedAudioContext) { 'use strict'; | ||
(factory((global.angularAudioContext = {}),global.common,global.core,global.standardizedAudioContext)); | ||
}(this, (function (exports,common,core,standardizedAudioContext) { 'use strict'; | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
var isSupported$1 = new _angular_core.InjectionToken('IS_SUPPORTED_PROMISE'); | ||
var isSupported$1 = new core.InjectionToken('IS_SUPPORTED_PROMISE'); | ||
function isSupportedFactory() { | ||
@@ -16,4 +16,4 @@ return standardizedAudioContext.isSupported; | ||
}; | ||
AudioContextModule.decorators = [{ type: _angular_core.NgModule, args: [{ | ||
imports: [_angular_common.CommonModule], | ||
AudioContextModule.decorators = [{ type: core.NgModule, args: [{ | ||
imports: [common.CommonModule], | ||
providers: [standardizedAudioContext.AudioContext, { provide: isSupported$1, useFactory: isSupportedFactory }] | ||
@@ -20,0 +20,0 @@ }] }]; |
@@ -7,18 +7,18 @@ { | ||
"dependencies": { | ||
"@angular/common": "^4.3.5", | ||
"@angular/core": "^4.3.5", | ||
"@angular/common": "^4.3.6", | ||
"@angular/core": "^4.3.6", | ||
"rxjs": "^5.4.3", | ||
"standardized-audio-context": "^9.2.0", | ||
"zone.js": "^0.8.16" | ||
"standardized-audio-context": "^9.3.0", | ||
"zone.js": "^0.8.17" | ||
}, | ||
"description": "An Angular wrapper for the Web Audio API's AudioContext.", | ||
"devDependencies": { | ||
"@angular/cli": "^1.3.1", | ||
"@angular/compiler": "^4.3.5", | ||
"@angular/compiler-cli": "^4.3.5", | ||
"@angular/language-service": "^4.3.5", | ||
"@angular/platform-browser": "^4.3.5", | ||
"@angular/platform-browser-dynamic": "^4.3.5", | ||
"@angular/router": "^4.3.5", | ||
"@types/jasmine": "^2.5.53", | ||
"@angular/cli": "^1.3.2", | ||
"@angular/compiler": "^4.3.6", | ||
"@angular/compiler-cli": "^4.3.6", | ||
"@angular/language-service": "^4.3.6", | ||
"@angular/platform-browser": "^4.3.6", | ||
"@angular/platform-browser-dynamic": "^4.3.6", | ||
"@angular/router": "^4.3.6", | ||
"@types/jasmine": "^2.5.54", | ||
"@types/jasminewd2": "^2.0.2", | ||
@@ -39,3 +39,3 @@ "@types/node": "~6.0.60", | ||
"husky": "^0.14.3", | ||
"jasmine-core": "^2.7.0", | ||
"jasmine-core": "^2.8.0", | ||
"jasmine-spec-reporter": "^4.2.1", | ||
@@ -49,6 +49,6 @@ "karma": "~1.7.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-sauce-launcher": "^1.1.0", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"load-grunt-config": "^0.19.1", | ||
"mocha": "^3.5.0", | ||
"rollup": "^0.47.6", | ||
"rollup": "^0.48.2", | ||
"rollup-plugin-babel": "^3.0.2", | ||
@@ -59,3 +59,3 @@ "sinon": "^3.2.1", | ||
"tslint": "~5.3.2", | ||
"tslint-config-holy-grail": "^10.0.1", | ||
"tslint-config-holy-grail": "^10.0.2", | ||
"typescript": "~2.3.3" | ||
@@ -85,3 +85,3 @@ }, | ||
"types": "build/ts/module.d.ts", | ||
"version": "11.0.4" | ||
"version": "11.0.5" | ||
} |
20027
Updated@angular/common@^4.3.6
Updated@angular/core@^4.3.6
Updatedzone.js@^0.8.17