@vuelidate/core
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@vuelidate/core", | ||
"description": "Simple, lightweight model-based validation for Vue.js", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "dist/index.cjs", | ||
@@ -22,4 +22,10 @@ "types": "index.d.ts", | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -60,4 +66,3 @@ "./*": "./*" | ||
"access": "public" | ||
}, | ||
"gitHead": "b1ffaa5bcee30c33ba5332899f4392378d5f8a5a" | ||
} | ||
} |
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
83542
8