@vue/babel-plugin-resolve-type
Advanced tools
Comparing version 1.2.0-alpha.0 to 1.2.0-beta.0
@@ -44,2 +44,3 @@ "use strict"; | ||
ast: file.ast.program.body, | ||
isCE: false, | ||
error(msg, node) { | ||
@@ -46,0 +47,0 @@ throw new Error( |
{ | ||
"name": "@vue/babel-plugin-resolve-type", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-beta.0", | ||
"description": "Babel plugin for resolving Vue types.", | ||
@@ -13,2 +13,3 @@ "author": "三咲智子 <sxzz@sxzz.moe>", | ||
".": { | ||
"dev": "./src/index.ts", | ||
"import": "./dist/index.mjs", | ||
@@ -37,3 +38,3 @@ "require": "./dist/index.js" | ||
"@babel/parser": "^7.22.11", | ||
"@vue/compiler-sfc": "npm:@vue/compiler-sfc-canary@minor" | ||
"@vue/compiler-sfc": "^3.4.15" | ||
}, | ||
@@ -43,4 +44,2 @@ "devDependencies": { | ||
"@types/babel__code-frame": "^7.0.3", | ||
"@types/babel__helper-module-imports": "^7.18.0", | ||
"@types/babel__helper-plugin-utils": "^7.10.1", | ||
"vue": "^3.3.4" | ||
@@ -47,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
374
0
15003
+ Added@vue/compiler-core@3.5.12(transitive)
+ Added@vue/compiler-dom@3.5.12(transitive)
+ Added@vue/compiler-sfc@3.5.12(transitive)
+ Added@vue/compiler-ssr@3.5.12(transitive)
+ Added@vue/shared@3.5.12(transitive)
+ Addedentities@4.5.0(transitive)
- Removed@vue/compiler-core-canary@3.20240812.0-minor.0(transitive)
- Removed@vue/compiler-dom-canary@3.20240812.0-minor.0(transitive)
- Removed@vue/compiler-sfc-canary@3.20240812.0-minor.0(transitive)
- Removed@vue/compiler-ssr-canary@3.20240812.0-minor.0(transitive)
- Removed@vue/shared-canary@3.20240812.0-minor.0(transitive)
- Removedentities@5.0.0(transitive)
Updated@vue/compiler-sfc@^3.4.15