@vue-macros/define-model
Advanced tools
Comparing version
{ | ||
"name": "@vue-macros/define-model", | ||
"version": "1.3.1", | ||
"packageManager": "pnpm@7.26.0", | ||
"description": "", | ||
"version": "1.3.2", | ||
"packageManager": "pnpm@7.27.1", | ||
"description": "define-model feature from Vue Macros.", | ||
"keywords": [ | ||
"unplugin", | ||
"vue-macros", | ||
"macros", | ||
"vue", | ||
"sfc", | ||
"setup", | ||
"macros", | ||
"script-setup", | ||
"define-model" | ||
"define-model", | ||
"unplugin" | ||
], | ||
@@ -22,3 +23,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+https://github.com/sxzz/unplugin-vue-macros.git" | ||
"url": "git+https://github.com/sxzz/unplugin-vue-macros.git", | ||
"directory": "packages/define-model" | ||
}, | ||
@@ -65,6 +67,15 @@ "author": "三咲智子 <sxzz@sxzz.moe>", | ||
}, | ||
"./macros": "./macros.d.ts", | ||
"./macros-global": "./macros-global.d.ts", | ||
"./*": "./*" | ||
"./*": [ | ||
"./*", | ||
"./*.d.ts" | ||
] | ||
}, | ||
"typesVersions": { | ||
"<=4.9": { | ||
"*": [ | ||
"./dist/*", | ||
"./*" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
@@ -81,9 +92,9 @@ "@vueuse/core": "^9.0.0" | ||
"ast-walker-scope": "^0.4.0", | ||
"unplugin": "^1.0.1", | ||
"@vue-macros/common": "~1.0.0" | ||
"unplugin": "^1.1.0", | ||
"@vue-macros/common": "~1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vueuse/core": "^9.12.0", | ||
"@vueuse/core": "^9.13.0", | ||
"vue": "^3.2.47", | ||
"@vue-macros/api": "^0.4.1" | ||
"@vue-macros/api": "^0.4.3" | ||
}, | ||
@@ -95,4 +106,4 @@ "engines": { | ||
"build": "tsup && tsx ../../scripts/postbuild.mts", | ||
"dev": "DEV=1 tsup" | ||
"dev": "DEV=true tsup" | ||
} | ||
} |
46183
0.33%Updated
Updated