@bignum/template
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "@bignum/template", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Write formulas with template literals.", | ||
@@ -62,7 +62,7 @@ "type": "module", | ||
"dependencies": { | ||
"@bignum/core": "^0.11.0", | ||
"@bignum/core": "^0.12.0", | ||
"@bignum/shared": "^0.1.2", | ||
"@bignum/template-compiler": "^0.1.2" | ||
"@bignum/template-compiler": "^0.2.0" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -5,2 +5,10 @@ # @bignum/template | ||
[![NPM license](https://img.shields.io/npm/l/@bignum/template.svg)](https://www.npmjs.com/package/@bignum/template) | ||
[![NPM version](https://img.shields.io/npm/v/@bignum/template.svg)](https://www.npmjs.com/package/@bignum/template) | ||
[![NPM downloads](https://img.shields.io/badge/dynamic/json.svg?label=downloads&colorB=green&suffix=/day&query=$.downloads&uri=https://api.npmjs.org//downloads/point/last-day/@bignum/template&maxAge=3600)](http://www.npmtrends.com/@bignum/template) | ||
[![NPM downloads](https://img.shields.io/npm/dw/@bignum/template.svg)](http://www.npmtrends.com/@bignum/template) | ||
[![NPM downloads](https://img.shields.io/npm/dm/@bignum/template.svg)](http://www.npmtrends.com/@bignum/template) | ||
[![NPM downloads](https://img.shields.io/npm/dy/@bignum/template.svg)](http://www.npmtrends.com/@bignum/template) | ||
[![NPM downloads](https://img.shields.io/npm/dt/@bignum/template.svg)](http://www.npmtrends.com/@bignum/template) | ||
## 🚀 Features | ||
@@ -7,0 +15,0 @@ |
14979
163
+ Added@bignum/core@0.12.0(transitive)
+ Added@bignum/template-compiler@0.2.0(transitive)
- Removed@bignum/core@0.11.0(transitive)
- Removed@bignum/template-compiler@0.1.2(transitive)
Updated@bignum/core@^0.12.0