modern-path2d 1.4.0 → 1.4.2
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/dist/index.cjs +1671 -1645
- package/dist/index.d.cts +4 -3
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +1669 -1644
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "modern-path2d",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"packageManager": "pnpm@9.15.1",
|
|
6
6
|
"description": "A Path2D library, fully compatible with Web Path2D, with additional support for triangulate、animation、deformation etc.",
|
|
7
7
|
"author": "wxm",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"earcut": "^3.0.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@antfu/eslint-config": "^4.
|
|
62
|
+
"@antfu/eslint-config": "^4.16.2",
|
|
63
63
|
"@types/earcut": "^3.0.0",
|
|
64
|
-
"@types/node": "^24.0.
|
|
65
|
-
"bumpp": "^10.
|
|
64
|
+
"@types/node": "^24.0.12",
|
|
65
|
+
"bumpp": "^10.2.0",
|
|
66
66
|
"conventional-changelog-cli": "^5.0.0",
|
|
67
|
-
"eslint": "^9.
|
|
68
|
-
"lint-staged": "^16.1.
|
|
67
|
+
"eslint": "^9.30.1",
|
|
68
|
+
"lint-staged": "^16.1.2",
|
|
69
69
|
"simple-git-hooks": "^2.13.0",
|
|
70
70
|
"typescript": "^5.8.3",
|
|
71
71
|
"unbuild": "^3.5.0",
|
|
72
|
-
"vite": "^
|
|
73
|
-
"vitest": "^3.2.
|
|
72
|
+
"vite": "^7.0.3",
|
|
73
|
+
"vitest": "^3.2.4"
|
|
74
74
|
},
|
|
75
75
|
"simple-git-hooks": {
|
|
76
76
|
"pre-commit": "pnpm lint-staged"
|