@hi-ui/func-utils
Advanced tools
Comparing version 4.0.2 to 4.0.3
# @hi-ui/func-utils | ||
## 4.0.3 | ||
### Patch Changes | ||
- fix: 修复 rollup3 打包 cjs 模块问题 | ||
- Updated dependencies | ||
- @hi-ui/object-utils@4.0.3 | ||
- @hi-ui/type-assertion@4.0.3 | ||
## 4.0.2 | ||
@@ -4,0 +13,0 @@ |
@@ -12,2 +12,5 @@ /** @LICENSE | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
var objectUtils = require('@hi-ui/object-utils'); | ||
@@ -14,0 +17,0 @@ var typeAssertion = require('@hi-ui/type-assertion'); |
{ | ||
"name": "@hi-ui/func-utils", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "A sub-package for @hi-ui/utils.", | ||
@@ -47,5 +47,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@hi-ui/object-utils": "^4.0.2", | ||
"@hi-ui/type-assertion": "^4.0.2" | ||
"@hi-ui/object-utils": "^4.0.3", | ||
"@hi-ui/type-assertion": "^4.0.3" | ||
} | ||
} |
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
11729
351
Updated@hi-ui/object-utils@^4.0.3
Updated@hi-ui/type-assertion@^4.0.3