@yamada-ui/use-value
Advanced tools
Comparing version 1.1.34 to 1.1.35-dev-20241225014442
@@ -22,8 +22,8 @@ "use client" | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
getValue: () => getValue, | ||
useValue: () => useValue | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_core = require("@yamada-ui/core"); | ||
@@ -30,0 +30,0 @@ var import_use_breakpoint = require("@yamada-ui/use-breakpoint"); |
{ | ||
"name": "@yamada-ui/use-value", | ||
"version": "1.1.34", | ||
"version": "1.1.35-dev-20241225014442", | ||
"description": "Yamada UI useValue custom hook", | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.16.2", | ||
"@yamada-ui/use-breakpoint": "1.4.17", | ||
"@yamada-ui/utils": "1.6.2" | ||
"@yamada-ui/core": "1.17.0-dev-20241225014442", | ||
"@yamada-ui/use-breakpoint": "1.4.18-dev-20241225014442", | ||
"@yamada-ui/utils": "1.7.0-dev-20241225014442" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14255
1970
63
1
1
+ Added@yamada-ui/core@1.17.0-dev-20241225014442(transitive)
+ Added@yamada-ui/portal@1.0.28-dev-20241225014442(transitive)
+ Added@yamada-ui/use-breakpoint@1.4.18-dev-20241225014442(transitive)
+ Added@yamada-ui/utils@1.7.0-dev-20241225014442(transitive)
- Removed@yamada-ui/core@1.16.2(transitive)
- Removed@yamada-ui/portal@1.0.27(transitive)
- Removed@yamada-ui/use-breakpoint@1.4.17(transitive)
- Removed@yamada-ui/utils@1.6.2(transitive)