@chakra-ui/vue-utils
Advanced tools
Comparing version 0.0.0-dev-20230216010105 to 0.0.0-dev-20230216183546
# @chakra-ui/vue-utils | ||
## 0.0.0-dev-20230216010105 | ||
## 0.0.0-dev-20230216183546 | ||
### Major Changes | ||
- 33e324af: hange build pipeline to use tsup | ||
- 33e324af: Use TSUP splitting | ||
### Minor Changes | ||
- db54c195: Version packages to flat number | ||
### Patch Changes | ||
@@ -9,2 +18,18 @@ | ||
## 0.0.0-beta.1 | ||
### Major Changes | ||
- Use TSUP splitting | ||
## 0.0.0-beta.0 | ||
### Major Changes | ||
- hange build pipeline to use tsup | ||
### Patch Changes | ||
- a3e70d0b: Create package | ||
## 0.0.0-dev-20230215144750 | ||
@@ -11,0 +36,0 @@ |
{ | ||
"name": "@chakra-ui/vue-utils", | ||
"version": "0.0.0-dev-20230216010105", | ||
"main": "dist/chakra-ui-vue-utils.cjs.js", | ||
"module": "dist/chakra-ui-vue-utils.esm.js", | ||
"version": "0.0.0-dev-20230216183546", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"description": "Chakra UI Vue | Utils module", | ||
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/utils", | ||
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/utils", | ||
"author": "Jonathan Bakebwa codebender828@gmail.com", | ||
@@ -12,4 +12,4 @@ "license": "MIT", | ||
".": { | ||
"require": "./dist/chakra-ui-vue-utils.cjs.js", | ||
"default": "./dist/chakra-ui-vue-utils.esm.js" | ||
"require": "./dist/index.cjs.js", | ||
"default": "./dist/index.esm.js" | ||
} | ||
@@ -31,6 +31,6 @@ }, | ||
"@types/object-assign": "4.0.30", | ||
"vue": "^3.2.37" | ||
"vue": "3.2.47" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.1.4" | ||
"vue": "3.2.47" | ||
}, | ||
@@ -37,0 +37,0 @@ "publishConfig": { |
@@ -19,6 +19,4 @@ import { defineConfig } from "tsup" | ||
format: ["esm", "cjs"], | ||
entry: { | ||
"chakra-ui-vue-utils": "src/index.tsx", | ||
}, | ||
entry: ["src/**/*.(ts|tsx)"], | ||
keepNames: true, | ||
}) |
Sorry, the diff of this file is not supported yet
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
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
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
101286
90
2794
1