angular-audio-context 31.0.15 → 32.0.3

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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Christoph Guttandin
3
+ Copyright (c) 2022 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -51,7 +51,7 @@
51
51
  return _super.apply(this, arguments);
52
52
  }
53
53
 
54
- return AudioContextProxy;
54
+ return _createClass__default["default"](AudioContextProxy);
55
55
  }(standardizedAudioContext.AudioContext);
56
56
 
57
57
  function isSupportedFactory() {
package/package.json CHANGED
@@ -9,59 +9,59 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "7.14.8",
13
- "standardized-audio-context": "^25.3.15",
12
+ "@babel/runtime": "7.16.3",
13
+ "standardized-audio-context": "^25.3.19",
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "description": "An Angular wrapper for the Web Audio API's AudioContext.",
17
17
  "devDependencies": {
18
- "@angular-devkit/build-angular": "~12.2.13",
19
- "@angular-eslint/builder": "^12.6.1",
20
- "@angular/cli": "~12.2.13",
21
- "@angular/common": "~12.2.13",
22
- "@angular/compiler": "~12.2.13",
23
- "@angular/compiler-cli": "~12.2.13",
24
- "@angular/core": "~12.2.13",
25
- "@angular/language-service": "~12.2.13",
26
- "@angular/platform-browser": "~12.2.13",
27
- "@angular/platform-browser-dynamic": "~12.2.13",
28
- "@angular/router": "~12.2.13",
29
- "@babel/core": "7.14.8",
30
- "@babel/plugin-external-helpers": "^7.16.0",
31
- "@babel/plugin-transform-runtime": "7.15.0",
32
- "@babel/preset-env": "7.14.8",
33
- "@commitlint/cli": "^14.1.0",
34
- "@commitlint/config-angular": "^14.1.0",
18
+ "@angular-devkit/build-angular": "~13.1.3",
19
+ "@angular-eslint/builder": "^12.7.0",
20
+ "@angular/cli": "^13.1.3",
21
+ "@angular/common": "~13.1.2",
22
+ "@angular/compiler": "~13.1.2",
23
+ "@angular/compiler-cli": "~13.1.2",
24
+ "@angular/core": "~13.1.2",
25
+ "@angular/language-service": "~13.1.2",
26
+ "@angular/platform-browser": "~13.1.2",
27
+ "@angular/platform-browser-dynamic": "~13.1.2",
28
+ "@angular/router": "~13.1.2",
29
+ "@babel/core": "7.16.0",
30
+ "@babel/plugin-external-helpers": "^7.16.7",
31
+ "@babel/plugin-transform-runtime": "7.16.4",
32
+ "@babel/preset-env": "7.16.4",
33
+ "@commitlint/cli": "^16.0.2",
34
+ "@commitlint/config-angular": "^16.0.0",
35
35
  "@rollup/plugin-babel": "^5.3.0",
36
- "@types/jasmine": "~3.8.2",
37
- "@types/node": "^12.20.37",
36
+ "@types/jasmine": "~3.10.3",
37
+ "@types/node": "^12.20.41",
38
38
  "commitizen": "^4.2.4",
39
39
  "cz-conventional-changelog": "^3.3.0",
40
40
  "eslint": "^7.32.0",
41
- "eslint-config-holy-grail": "^50.1.18",
41
+ "eslint-config-holy-grail": "^50.1.23",
42
42
  "grunt": "^1.4.1",
43
43
  "grunt-cli": "^1.4.3",
44
44
  "grunt-contrib-clean": "^2.0.0",
45
45
  "grunt-contrib-copy": "^1.0.0",
46
46
  "grunt-sh": "^0.2.0",
47
47
  "husky": "^7.0.4",
48
- "jasmine-core": "~3.8.0",
48
+ "jasmine-core": "~3.10.1",
49
49
  "jasmine-spec-reporter": "~5.0.2",
50
- "karma": "~6.3.8",
50
+ "karma": "~6.3.11",
51
51
  "karma-chrome-launcher": "~3.1.0",
52
- "karma-coverage": "^2.0.3",
52
+ "karma-coverage": "~2.1.0",
53
53
  "karma-firefox-launcher": "^2.1.2",
54
54
  "karma-jasmine": "~4.0.1",
55
55
  "karma-jasmine-html-reporter": "^1.7.0",
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.4.1",
60
- "pretty-quick": "^3.1.1",
61
- "rollup": "^2.60.0",
62
- "rxjs": "~6.6.7",
63
- "tsconfig-holy-grail": "^11.1.19",
64
- "typescript": "~4.3.5",
59
+ "prettier": "^2.5.1",
60
+ "pretty-quick": "^3.1.3",
61
+ "rollup": "^2.63.0",
62
+ "rxjs": "~7.4.0",
63
+ "tsconfig-holy-grail": "^11.1.22",
64
+ "typescript": "~4.5.4",
65
65
  "zone.js": "~0.11.4"
66
66
  },
67
67
  "files": [
@@ -81,8 +81,8 @@
81
81
  "module": "build/es2019/module.js",
82
82
  "name": "angular-audio-context",
83
83
  "peerDependencies": {
84
- "@angular/common": "^12.0.0",
85
- "@angular/core": "^12.0.0"
84
+ "@angular/common": "^13.0.0",
85
+ "@angular/core": "^13.0.0"
86
86
  },
87
87
  "repository": {
88
88
  "type": "git",
@@ -94,5 +94,5 @@
94
94
  "test": "grunt lint && grunt test"
95
95
  },
96
96
  "types": "build/es2019/module.d.ts",
97
- "version": "31.0.15"
97
+ "version": "32.0.3"
98
98
  }
package/src/tsconfig.json CHANGED
@@ -3,6 +3,7 @@
3
3
  "flatModuleId": "angular-audio-context",
4
4
  "flatModuleOutFile": "module.js",
5
5
  "genDir": "../build/es2019",
6
+ "lib": ["lib.dom.d.ts", "lib.es2020.d.ts"],
6
7
  "skipTemplateCodegen": true,
7
8
  "strictMetadataEmit": true
8
9
  },