@unplugin-vue-ce/v-model
Advanced tools
Comparing version 1.0.0-beta.16 to 1.0.0-beta.17
@@ -7,3 +7,3 @@ import * as unplugin from 'unplugin'; | ||
declare const viteVueCEVModel: (options?: unknown) => vite.Plugin | vite.Plugin[]; | ||
declare const rollupVueCEVModel: (options?: unknown) => rollup.Plugin | rollup.Plugin[]; | ||
declare const rollupVueCEVModel: (options?: unknown) => rollup.Plugin<any> | rollup.Plugin<any>[]; | ||
declare const webpackVueCEVModel: (options?: unknown) => WebpackPluginInstance; | ||
@@ -10,0 +10,0 @@ declare const esbuildVueCEVModel: (options?: unknown) => unplugin.EsbuildPlugin; |
@@ -6,4 +6,4 @@ { | ||
"type": "module", | ||
"version": "1.0.0-beta.16", | ||
"packageManager": "pnpm@8.6.12", | ||
"version": "1.0.0-beta.17", | ||
"packageManager": "pnpm@8.9.2", | ||
"keywords": [ | ||
@@ -21,5 +21,5 @@ "typescript", | ||
"author": "baiwusanyu-c", | ||
"homepage": "https://github.com/baiwusanyu-c", | ||
"repository": "https://github.com/baiwusanyu-c/unplugin-vue-ce", | ||
"bugs": "https://github.com/baiwusanyu-c/unplugin-vue-ce/issues", | ||
"homepage": "https://github.com/unplugin", | ||
"repository": "https://github.com/unplugin/unplugin-vue-ce", | ||
"bugs": "https://github.com/unplugin/unplugin-vue-ce/issues", | ||
"main": "./index.js", | ||
@@ -62,12 +62,12 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.22.10", | ||
"@babel/types": "^7.22.10", | ||
"@unplugin-vue-ce/utils": "^1.0.0-beta.16", | ||
"baiwusanyu-utils": "^1.0.15", | ||
"@babel/parser": "^7.23.0", | ||
"@babel/types": "^7.23.0", | ||
"@unplugin-vue-ce/utils": "^1.0.0-beta.17", | ||
"baiwusanyu-utils": "^1.0.16", | ||
"estree-walker-ts": "^1.0.1", | ||
"fast-glob": "^3.3.1", | ||
"fs-extra": "^11.1.1", | ||
"magic-string": "^0.30.3", | ||
"unplugin": "^1.4.0", | ||
"vue": "^3.3.4" | ||
"magic-string": "^0.30.5", | ||
"unplugin": "^1.5.0", | ||
"vue": "^3.3.6" | ||
}, | ||
@@ -74,0 +74,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
25339
Updated@babel/parser@^7.23.0
Updated@babel/types@^7.23.0
Updatedbaiwusanyu-utils@^1.0.16
Updatedmagic-string@^0.30.5
Updatedunplugin@^1.5.0
Updatedvue@^3.3.6