@bignum/template
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "@bignum/template", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Write formulas with template literals.", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"exports": { | ||
@@ -40,2 +41,12 @@ ".": { | ||
"arbitrary-precision", | ||
"arbitrary", | ||
"precision", | ||
"arithmetic", | ||
"big", | ||
"number", | ||
"decimal", | ||
"float", | ||
"biginteger", | ||
"bignumber", | ||
"bigint", | ||
"formula", | ||
@@ -50,9 +61,9 @@ "template-literal" | ||
}, | ||
"homepage": "https://github.com/ota-meshi/bignum#readme", | ||
"homepage": "https://github.com/ota-meshi/bignum/tree/main/packages/template#readme", | ||
"dependencies": { | ||
"@bignum/core": "^0.10.0", | ||
"@bignum/shared": "^0.1.1", | ||
"@bignum/template-compiler": "^0.1.1" | ||
"@bignum/core": "^0.11.0", | ||
"@bignum/shared": "^0.1.2", | ||
"@bignum/template-compiler": "^0.1.2" | ||
}, | ||
"devDependencies": {} | ||
} |
14041
+ Added@bignum/core@0.11.0(transitive)
- Removed@bignum/core@0.10.1(transitive)
Updated@bignum/core@^0.11.0
Updated@bignum/shared@^0.1.2