Skip to content

Commit 153356d

Browse files
committed
Changes:
* dts missing for "/util" module * vite does IIFE better * updated README * version bump
1 parent 914d359 commit 153356d

14 files changed

+4042
-1246
lines changed

dist/svg-path-commander.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/util/util.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/util/util.d.cts

Lines changed: 1255 additions & 0 deletions
Large diffs are not rendered by default.

dist/util/util.d.ts

Lines changed: 1255 additions & 0 deletions
Large diffs are not rendered by default.

dist/util/util.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/util/util.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svg-path-commander",
33
"author": "thednp",
44
"license": "MIT",
5-
"version": "2.1.9",
5+
"version": "2.1.10",
66
"description": "🛹 Modern TypeScript tools for SVG",
77
"source": "./src/index.ts",
88
"browser": "./dist/svg-path-commander.js",
@@ -34,9 +34,9 @@
3434
"fix:ts": "deno lint --fix src",
3535
"lint:ts": "deno lint src",
3636
"check:ts": "tsc --noEmit",
37-
"build": "tsup && pnpm copy-docs",
37+
"build": "tsup && pnpm build-iife && pnpm copy-docs",
38+
"build-iife": "vite build --config vite.config.ts",
3839
"copy-docs": "cp dist/svg-path-commander.js docs/svg-path-commander.js && cp dist/svg-path-commander.js.map docs/svg-path-commander.js.map",
39-
"type-check": "tsc --noEmit",
4040
"prepublishOnly": "pnpm update && pnpm format && pnpm lint:ts && pnpm build && pnpm badges"
4141
},
4242
"repository": {
@@ -63,15 +63,15 @@
6363
},
6464
"homepage": "http://thednp.github.io/svg-path-commander",
6565
"devDependencies": {
66-
"@types/node": "^22.13.0",
66+
"@types/node": "^22.13.1",
6767
"@vitest/browser": "^3.0.5",
6868
"@vitest/coverage-istanbul": "^3.0.5",
6969
"@vitest/ui": "^3.0.5",
7070
"playwright": "^1.50.1",
71+
"tsup": "^8.3.6",
7172
"typescript": "5.7.3",
72-
"vitest": "^3.0.5",
73-
"tsup": "^8.0.2",
74-
"vite": "^6.0.11"
73+
"vite": "^6.0.11",
74+
"vitest": "^3.0.5"
7575
},
7676
"dependencies": {
7777
"@thednp/dommatrix": "^2.0.11"

0 commit comments

Comments
 (0)