@chakra-ui/vue-utils
Advanced tools
Comparing version 0.0.0-dev-20230217182316 to 0.0.0-dev-20230217203525
# @chakra-ui/vue-utils | ||
## 0.0.0-dev-20230217182316 | ||
## 0.0.0-dev-20230217203525 | ||
@@ -21,2 +21,3 @@ ### Major Changes | ||
- e17c0e5d: Fix build version numbers | ||
- df489c30: chore: exclude lodash.merge from bundler | ||
- ef9b3e51: Fix mergeWith import from lodash | ||
@@ -23,0 +24,0 @@ - a3e70d0b: Create package |
{ | ||
"name": "@chakra-ui/vue-utils", | ||
"version": "0.0.0-dev-20230217182316", | ||
"version": "0.0.0-dev-20230217203525", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
@@ -13,2 +13,3 @@ import { defineConfig } from "tsup" | ||
metafile: true, | ||
external: ["lodash.mergewith"], | ||
format: ["esm", "cjs"], | ||
@@ -15,0 +16,0 @@ entry: ["src/**/*.(ts|tsx)"], |
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
135104
3340