angular-audio-context 38.0.4 → 38.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,10 +24,10 @@ export class AudioContextModule {
|
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
28
|
-
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
29
|
-
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
27
|
+
AudioContextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AudioContextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28
|
+
AudioContextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.6", ngImport: i0, type: AudioContextModule, imports: [CommonModule] });
|
|
29
|
+
AudioContextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AudioContextModule, providers: [{ provide: isSupported, useFactory: isSupportedFactory }], imports: [CommonModule] });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AudioContextModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
imports: [CommonModule],
|
package/build/es5/bundle.js
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}();
|
|
78
78
|
AudioContextModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({
|
|
79
79
|
minVersion: "12.0.0",
|
|
80
|
-
version: "19.2.
|
|
80
|
+
version: "19.2.6",
|
|
81
81
|
ngImport: i0__namespace,
|
|
82
82
|
type: AudioContextModule,
|
|
83
83
|
deps: [],
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
});
|
|
86
86
|
AudioContextModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({
|
|
87
87
|
minVersion: "14.0.0",
|
|
88
|
-
version: "19.2.
|
|
88
|
+
version: "19.2.6",
|
|
89
89
|
ngImport: i0__namespace,
|
|
90
90
|
type: AudioContextModule,
|
|
91
91
|
imports: [common.CommonModule]
|
|
92
92
|
});
|
|
93
93
|
AudioContextModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({
|
|
94
94
|
minVersion: "12.0.0",
|
|
95
|
-
version: "19.2.
|
|
95
|
+
version: "19.2.6",
|
|
96
96
|
ngImport: i0__namespace,
|
|
97
97
|
type: AudioContextModule,
|
|
98
98
|
providers: [{
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
});
|
|
104
104
|
i0__namespace.ɵɵngDeclareClassMetadata({
|
|
105
105
|
minVersion: "12.0.0",
|
|
106
|
-
version: "19.2.
|
|
106
|
+
version: "19.2.6",
|
|
107
107
|
ngImport: i0__namespace,
|
|
108
108
|
type: AudioContextModule,
|
|
109
109
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
},
|
|
16
16
|
"description": "An Angular wrapper for the Web Audio API's AudioContext.",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@angular-devkit/build-angular": "^19.2.
|
|
18
|
+
"@angular-devkit/build-angular": "^19.2.7",
|
|
19
19
|
"@angular-eslint/builder": "^19.3.0",
|
|
20
|
-
"@angular/cli": "^19.2.
|
|
21
|
-
"@angular/common": "^19.2.
|
|
22
|
-
"@angular/compiler": "^19.2.
|
|
23
|
-
"@angular/compiler-cli": "^19.2.
|
|
24
|
-
"@angular/core": "^19.2.
|
|
25
|
-
"@angular/platform-browser": "^19.2.
|
|
26
|
-
"@angular/platform-browser-dynamic": "^19.2.
|
|
27
|
-
"@angular/router": "^19.2.
|
|
20
|
+
"@angular/cli": "^19.2.7",
|
|
21
|
+
"@angular/common": "^19.2.6",
|
|
22
|
+
"@angular/compiler": "^19.2.6",
|
|
23
|
+
"@angular/compiler-cli": "^19.2.6",
|
|
24
|
+
"@angular/core": "^19.2.6",
|
|
25
|
+
"@angular/platform-browser": "^19.2.6",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^19.2.6",
|
|
27
|
+
"@angular/router": "^19.2.6",
|
|
28
28
|
"@babel/core": "7.26.10",
|
|
29
29
|
"@babel/plugin-external-helpers": "^7.25.9",
|
|
30
30
|
"@babel/plugin-transform-runtime": "7.26.10",
|
|
@@ -36,11 +36,7 @@
|
|
|
36
36
|
"commitizen": "^4.3.1",
|
|
37
37
|
"cz-conventional-changelog": "^3.3.0",
|
|
38
38
|
"eslint": "^8.57.0",
|
|
39
|
-
"eslint-config-holy-grail": "^60.0.
|
|
40
|
-
"grunt": "^1.6.1",
|
|
41
|
-
"grunt-cli": "^1.5.0",
|
|
42
|
-
"grunt-contrib-copy": "^1.0.0",
|
|
43
|
-
"grunt-sh": "^0.2.1",
|
|
39
|
+
"eslint-config-holy-grail": "^60.0.33",
|
|
44
40
|
"husky": "^9.1.7",
|
|
45
41
|
"jasmine-core": "~5.6.0",
|
|
46
42
|
"karma": "~6.4.4",
|
|
@@ -52,10 +48,9 @@
|
|
|
52
48
|
"karma-sauce-launcher": "^4.3.6",
|
|
53
49
|
"karma-webkit-launcher": "^2.6.0",
|
|
54
50
|
"lint-staged": "^15.5.0",
|
|
55
|
-
"load-grunt-config": "^4.0.1",
|
|
56
51
|
"prettier": "^3.5.3",
|
|
57
52
|
"rimraf": "^6.0.1",
|
|
58
|
-
"rollup": "^4.
|
|
53
|
+
"rollup": "^4.39.0",
|
|
59
54
|
"rxjs": "~7.8.2",
|
|
60
55
|
"tsconfig-holy-grail": "^15.0.2",
|
|
61
56
|
"typescript": "~5.7.2",
|
|
@@ -86,14 +81,17 @@
|
|
|
86
81
|
"url": "https://github.com/chrisguttandin/angular-audio-context.git"
|
|
87
82
|
},
|
|
88
83
|
"scripts": {
|
|
84
|
+
"build": "rimraf build/* && ngc -p src/tsconfig.json && rollup --config config/rollup/bundle.mjs",
|
|
85
|
+
"continuous": "npx ng test",
|
|
89
86
|
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",
|
|
90
87
|
"lint:config": "eslint --config config/eslint/config.json --ext .cjs --ext .js --ext .mjs --report-unused-disable-directives config/",
|
|
91
88
|
"lint:src": "npx ng lint angular-audio-context",
|
|
92
89
|
"lint:test": "npx ng lint angular-audio-context --configuration test",
|
|
93
90
|
"prepare": "husky",
|
|
94
|
-
"prepublishOnly": "
|
|
95
|
-
"test": "npm run lint &&
|
|
91
|
+
"prepublishOnly": "npm run build",
|
|
92
|
+
"test": "npm run lint && npm run test:unit",
|
|
93
|
+
"test:unit": "npx ng test --watch false"
|
|
96
94
|
},
|
|
97
95
|
"types": "build/es2019/module.d.ts",
|
|
98
|
-
"version": "38.0.
|
|
96
|
+
"version": "38.0.5"
|
|
99
97
|
}
|