angular-audio-context 32.0.9 → 32.0.12

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  **An Angular wrapper for the Web Audio API's AudioContext.**
4
4
 
5
- [![dependencies](https://img.shields.io/david/chrisguttandin/angular-audio-context.svg?style=flat-square)](https://github.com/chrisguttandin/angular-audio-context/network/dependencies)
6
5
  [![version](https://img.shields.io/npm/v/angular-audio-context.svg?style=flat-square)](https://www.npmjs.com/package/angular-audio-context)
7
6
 
8
7
  Besides being a wrapper this module also patches the deprecated and prefixed versions of the
@@ -59,7 +58,7 @@ export class AnyComponent {
59
58
  }
60
59
  ```
61
60
 
62
- In case you are missing a feature or found a bug just fork this repository or raise an issue.
61
+ In case you are missing a feature or found a bug please create a pull request or raise an issue.
63
62
  Thanks.
64
63
 
65
64
  ## Example
package/package.json CHANGED
@@ -10,35 +10,35 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@babel/runtime": "7.16.7",
13
- "standardized-audio-context": "^25.3.25",
13
+ "standardized-audio-context": "^25.3.30",
14
14
  "tslib": "^2.4.0"
15
15
  },
16
16
  "description": "An Angular wrapper for the Web Audio API's AudioContext.",
17
17
  "devDependencies": {
18
- "@angular-devkit/build-angular": "~13.3.6",
19
- "@angular-eslint/builder": "^13.2.1",
20
- "@angular/cli": "^13.3.6",
21
- "@angular/common": "~13.3.9",
22
- "@angular/compiler": "~13.3.9",
23
- "@angular/compiler-cli": "~13.3.9",
24
- "@angular/core": "~13.3.9",
25
- "@angular/language-service": "~13.3.9",
26
- "@angular/platform-browser": "~13.3.9",
27
- "@angular/platform-browser-dynamic": "~13.3.9",
28
- "@angular/router": "~13.3.9",
18
+ "@angular-devkit/build-angular": "~13.3.9",
19
+ "@angular-eslint/builder": "^13.5.0",
20
+ "@angular/cli": "^13.3.9",
21
+ "@angular/common": "~13.3.11",
22
+ "@angular/compiler": "~13.3.11",
23
+ "@angular/compiler-cli": "~13.3.11",
24
+ "@angular/core": "~13.3.11",
25
+ "@angular/language-service": "~13.3.11",
26
+ "@angular/platform-browser": "~13.3.11",
27
+ "@angular/platform-browser-dynamic": "~13.3.11",
28
+ "@angular/router": "~13.3.11",
29
29
  "@babel/core": "7.16.12",
30
- "@babel/plugin-external-helpers": "^7.17.12",
30
+ "@babel/plugin-external-helpers": "^7.18.6",
31
31
  "@babel/plugin-transform-runtime": "7.16.10",
32
32
  "@babel/preset-env": "7.16.11",
33
- "@commitlint/cli": "^17.0.0",
34
- "@commitlint/config-angular": "^17.0.0",
33
+ "@commitlint/cli": "^17.1.2",
34
+ "@commitlint/config-angular": "^17.1.0",
35
35
  "@rollup/plugin-babel": "^5.3.1",
36
36
  "@types/jasmine": "~3.10.6",
37
- "@types/node": "^12.20.52",
38
- "commitizen": "^4.2.4",
37
+ "@types/node": "^12.20.55",
38
+ "commitizen": "^4.2.5",
39
39
  "cz-conventional-changelog": "^3.3.0",
40
- "eslint": "^8.15.0",
41
- "eslint-config-holy-grail": "^52.0.12",
40
+ "eslint": "^8.23.0",
41
+ "eslint-config-holy-grail": "^52.0.31",
42
42
  "grunt": "^1.5.3",
43
43
  "grunt-cli": "^1.4.3",
44
44
  "grunt-contrib-clean": "^2.0.1",
@@ -56,13 +56,13 @@
56
56
  "karma-safari-launcher": "^1.0.0",
57
57
  "karma-sauce-launcher": "^4.3.6",
58
58
  "load-grunt-config": "^4.0.1",
59
- "prettier": "^2.6.2",
59
+ "prettier": "^2.7.1",
60
60
  "pretty-quick": "^3.1.3",
61
- "rollup": "^2.74.0",
62
- "rxjs": "~7.5.5",
63
- "tsconfig-holy-grail": "^11.1.32",
61
+ "rollup": "^2.79.0",
62
+ "rxjs": "~7.5.6",
63
+ "tsconfig-holy-grail": "^11.1.35",
64
64
  "typescript": "~4.6.4",
65
- "zone.js": "~0.11.5"
65
+ "zone.js": "~0.11.8"
66
66
  },
67
67
  "files": [
68
68
  "build/es2019/",
@@ -94,5 +94,5 @@
94
94
  "test": "grunt lint && grunt test"
95
95
  },
96
96
  "types": "build/es2019/module.d.ts",
97
- "version": "32.0.9"
97
+ "version": "32.0.12"
98
98
  }