no message

This commit is contained in:
A1300399510
2024-07-30 12:28:12 +08:00
parent 540ecd5632
commit c713dedaa3
696 changed files with 34445 additions and 2383 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ufo",
"version": "1.3.2",
"version": "1.5.4",
"description": "URL utils for humans",
"repository": "unjs/ufo",
"license": "MIT",
@@ -20,24 +20,28 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build": "automd && unbuild",
"automd": "automd",
"dev": "vitest",
"lint": "eslint --ext .ts . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint --fix . && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest --run typecheck && vitest run"
"test": "pnpm lint && vitest run --typecheck"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@vitest/coverage-v8": "^0.34.6",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.3",
"automd": "^0.3.8",
"changelogen": "^0.5.5",
"eslint": "^8.53.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"eslint": "^9.7.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^1.21.6",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"untyped": "^1.4.2",
"vitest": "^2.0.3"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@9.5.0"
}