@thednp/dommatrix 2.0.11 → 2.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.
- package/README.md +3 -3
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
[](http://npm-stat.com/charts.html?@thednp/dommatrix)
|
|
5
5
|
[](https://github.com/thednp/dommatrix/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.jsdelivr.com/package/npm/@thednp/dommatrix)
|
|
7
|
-
[](https://www.typescriptlang.org/)
|
|
8
|
+
[](https://vitest.dev/)
|
|
9
|
+
[](https://vitejs.dev/)
|
|
10
10
|
|
|
11
11
|
A TypeScript sourced [DOMMatrix](https://developer.mozilla.org/en-US/docs/Web/API/DOMMatrix) shim for **Node.js** apps and legacy browsers. Since this source is modernized, legacy browsers might need some additional shims.
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thednp/dommatrix",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
4
4
|
"description": "TypeScript shim for DOMMatrix",
|
|
5
5
|
"homepage": "https://thednp.github.io/dommatrix/",
|
|
6
6
|
"author": "thednp",
|
|
@@ -38,15 +38,16 @@
|
|
|
38
38
|
"url": "https://github.com/thednp/dommatrix/issues"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@vitest/browser": "^
|
|
42
|
-
"@vitest/coverage-istanbul": "^
|
|
43
|
-
"@vitest/ui": "^
|
|
44
|
-
"playwright": "^1.
|
|
45
|
-
"typescript": "^5.
|
|
46
|
-
"vite": "^
|
|
47
|
-
"vite-plugin-dts": "^4.
|
|
48
|
-
"vitest": "^
|
|
41
|
+
"@vitest/browser": "^3.1.4",
|
|
42
|
+
"@vitest/coverage-istanbul": "^3.1.4",
|
|
43
|
+
"@vitest/ui": "^3.1.4",
|
|
44
|
+
"playwright": "^1.52.0",
|
|
45
|
+
"typescript": "^5.8.3",
|
|
46
|
+
"vite": "^6.3.5",
|
|
47
|
+
"vite-plugin-dts": "^4.5.4",
|
|
48
|
+
"vitest": "^3.1.4"
|
|
49
49
|
},
|
|
50
|
+
"packageManager": "pnpm@8.6.12",
|
|
50
51
|
"engines": {
|
|
51
52
|
"node": ">=20",
|
|
52
53
|
"pnpm": ">=8.6.0"
|