@vue-macros/common
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -205,3 +205,3 @@ "use strict"; | ||
var REGEX_VUE_SUB = /\.vue\?vue&type=script/; | ||
var REGEX_VUE_SUB_SETUP = /\.vue\?vue&type=script&setup=true/; | ||
var REGEX_VUE_SUB_SETUP = /\.vue\?vue&type=script\b.+\bsetup=true/; | ||
var REGEX_NODE_MODULES = /node_modules/; | ||
@@ -208,0 +208,0 @@ var REGEX_SUPPORTED_EXT = /\.([cm]?[jt]sx?|vue)$/; |
{ | ||
"name": "@vue-macros/common", | ||
"version": "1.10.0", | ||
"packageManager": "pnpm@8.11.0", | ||
"version": "1.10.1", | ||
"packageManager": "pnpm@8.14.1", | ||
"description": "common feature from Vue Macros.", | ||
@@ -52,5 +52,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/types": "^7.23.5", | ||
"@babel/types": "^7.23.6", | ||
"@rollup/pluginutils": "^5.1.0", | ||
"@vue/compiler-sfc": "^3.3.10", | ||
"@vue/compiler-sfc": "^3.4.13", | ||
"ast-kit": "^0.11.3", | ||
@@ -61,4 +61,4 @@ "local-pkg": "^0.5.0", | ||
"devDependencies": { | ||
"@babel/parser": "^7.23.5", | ||
"@vitejs/plugin-vue": "^4.5.1" | ||
"@babel/parser": "^7.23.6", | ||
"@vitejs/plugin-vue": "^5.0.3" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
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
38099
Updated@babel/types@^7.23.6
Updated@vue/compiler-sfc@^3.4.13