This commit is contained in:
2025-02-26 00:46:53 +08:00
parent 7403e09ea3
commit 950a4cd905
6 changed files with 51 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/use-config",
"version": "1.0.7",
"version": "1.0.8",
"types": "dist/config.d.ts",
"scripts": {
"build": "npm run clean && rollup -c",
@@ -21,24 +21,24 @@
"type": "module",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.10.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"glob": "^11.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.13.5",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"glob": "^11.0.1",
"json-schema-to-ts": "^3.1.1",
"json5": "^2.2.3",
"rollup": "^4.27.4",
"rollup": "^4.34.8",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"rollup-plugin-inject": "^3.0.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"exports": {
".": {