@bignum/template-compiler
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@bignum/template-compiler", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A compiler that compiles template literals for calculation.", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"exports": { | ||
@@ -46,7 +47,7 @@ ".": { | ||
}, | ||
"homepage": "https://github.com/ota-meshi/bignum#readme", | ||
"homepage": "https://github.com/ota-meshi/bignum/tree/main/packages/template-compiler#readme", | ||
"dependencies": { | ||
"@bignum/shared": "^0.1.1" | ||
"@bignum/shared": "^0.1.2" | ||
}, | ||
"devDependencies": {} | ||
} |
17842
Updated@bignum/shared@^0.1.2