limiter-audio-worklet-processor 1.1.84 → 1.1.86
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 +1 -1
- package/package.json +22 -34
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -9,49 +9,37 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.28.
|
|
12
|
+
"@babel/runtime": "^7.28.4",
|
|
13
13
|
"tslib": "^2.8.1"
|
|
14
14
|
},
|
|
15
15
|
"description": "The AudioWorkletProcessor which is used by the limiter-audio-worklet package.",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@babel/core": "^7.28.
|
|
17
|
+
"@babel/core": "^7.28.5",
|
|
18
18
|
"@babel/plugin-external-helpers": "^7.27.1",
|
|
19
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
20
|
-
"@babel/preset-env": "^7.28.
|
|
21
|
-
"@commitlint/cli": "^
|
|
22
|
-
"@commitlint/config-angular": "^
|
|
23
|
-
"@rollup/plugin-babel": "^6.0
|
|
24
|
-
"
|
|
19
|
+
"@babel/plugin-transform-runtime": "^7.28.5",
|
|
20
|
+
"@babel/preset-env": "^7.28.5",
|
|
21
|
+
"@commitlint/cli": "^20.3.1",
|
|
22
|
+
"@commitlint/config-angular": "^20.3.1",
|
|
23
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
24
|
+
"@vitest/browser-webdriverio": "^4.0.16",
|
|
25
25
|
"commitizen": "^4.3.1",
|
|
26
26
|
"cz-conventional-changelog": "^3.3.0",
|
|
27
27
|
"eslint": "^8.57.0",
|
|
28
|
-
"eslint-config-holy-grail": "^61.0.
|
|
28
|
+
"eslint-config-holy-grail": "^61.0.4",
|
|
29
29
|
"husky": "^9.1.7",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"karma-mocha-webworker": "^1.3.0",
|
|
36
|
-
"karma-sauce-launcher": "^4.3.6",
|
|
37
|
-
"karma-sinon-chai": "^2.0.2",
|
|
38
|
-
"karma-webkit-launcher": "^2.6.0",
|
|
39
|
-
"karma-webpack": "^5.0.1",
|
|
40
|
-
"lint-staged": "^16.1.5",
|
|
41
|
-
"memory-fs": "^0.5.0",
|
|
42
|
-
"mocha": "^11.7.1",
|
|
43
|
-
"prettier": "^3.6.2",
|
|
44
|
-
"rimraf": "^6.0.1",
|
|
45
|
-
"rollup": "^4.48.1",
|
|
46
|
-
"sinon": "^17.0.2",
|
|
47
|
-
"sinon-chai": "^3.7.0",
|
|
30
|
+
"lint-staged": "^16.2.7",
|
|
31
|
+
"memfs": "^4.51.1",
|
|
32
|
+
"prettier": "^3.7.4",
|
|
33
|
+
"rimraf": "^6.1.2",
|
|
34
|
+
"rollup": "^4.55.1",
|
|
48
35
|
"standardized-audio-context": "^25.3.77",
|
|
49
36
|
"ts-loader": "^9.5.4",
|
|
50
|
-
"tsconfig-holy-grail": "^15.0.
|
|
37
|
+
"tsconfig-holy-grail": "^15.0.3",
|
|
51
38
|
"tslint": "^6.1.3",
|
|
52
|
-
"tslint-config-holy-grail": "^56.0.
|
|
53
|
-
"typescript": "^5.9.
|
|
54
|
-
"
|
|
39
|
+
"tslint-config-holy-grail": "^56.0.7",
|
|
40
|
+
"typescript": "^5.9.3",
|
|
41
|
+
"vitest": "^4.0.16",
|
|
42
|
+
"webpack": "^5.104.1"
|
|
55
43
|
},
|
|
56
44
|
"files": [
|
|
57
45
|
"build/es2019/",
|
|
@@ -76,9 +64,9 @@
|
|
|
76
64
|
"prepare": "husky",
|
|
77
65
|
"prepublishOnly": "npm run build",
|
|
78
66
|
"test": "npm run lint && npm run build && npm run test:integration && npm run test:unit",
|
|
79
|
-
"test:integration": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"integration\" ]; then
|
|
80
|
-
"test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then
|
|
67
|
+
"test:integration": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"integration\" ]; then npx vitest --config config/vitest/integration.ts; fi",
|
|
68
|
+
"test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then npx vitest --config config/vitest/unit.ts; fi"
|
|
81
69
|
},
|
|
82
70
|
"types": "build/es2019/module.d.ts",
|
|
83
|
-
"version": "1.1.
|
|
71
|
+
"version": "1.1.86"
|
|
84
72
|
}
|