@valjoux/convert
Advanced tools
Comparing version 0.3.21 to 0.4.0
{ | ||
"name": "@valjoux/convert", | ||
"version": "0.3.21", | ||
"version": "0.4.0", | ||
"description": "date & time util toolset", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "" | ||
}, | ||
"dependencies": { | ||
"@valjoux/util-bitwise": "^0.3.21" | ||
"@valjoux/util-bitwise": "^0.4.0" | ||
}, | ||
@@ -39,3 +35,7 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/valjoux#readme", | ||
"gitHead": "58e80567ae36c1e148ee01373841d80a637cd205" | ||
} | ||
"gitHead": "792790a75c6068fe0d36507ff0e74a895939783f", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @valjoux/convert |
Sorry, the diff of this file is not supported yet
Yes
5072
4
22
+ Added@valjoux/util-bitwise@0.4.0(transitive)
- Removed@valjoux/util-bitwise@0.3.21(transitive)
Updated@valjoux/util-bitwise@^0.4.0