@infinitetoolbox/bmi-calculator
Advanced tools
Comparing version 0.2.0 to 0.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = void 0; | ||
var bmi_calculator_1 = require("./lib/bmi.calculator"); | ||
exports.default = bmi_calculator_1.bmiCalculator; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSx1REFBZ0U7QUFBdkQsbUNBQUEsYUFBYSxDQUFXIn0= | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return bmi_calculator_1.bmiCalculator; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdURBQWdFO0FBQXZELHlHQUFBLGFBQWEsT0FBVyJ9 |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.bmiCalculator = void 0; | ||
/** | ||
@@ -17,2 +18,2 @@ * BMI Calculator. | ||
exports.bmiCalculator = bmiCalculator; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1pLmNhbGN1bGF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbGliL2JtaS5jYWxjdWxhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUE7Ozs7OztHQU1HO0FBQ0gsU0FBZ0IsYUFBYSxDQUFDLElBQVksRUFBRSxNQUFjO0lBQ3hELElBQUksTUFBTSxLQUFLLENBQUMsRUFBRTtRQUNoQixPQUFPLENBQUMsQ0FBQztLQUNWO0lBRUQsT0FBTyxJQUFJLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUM7QUFDcEMsQ0FBQztBQU5ELHNDQU1DIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1pLmNhbGN1bGF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbGliL2JtaS5jYWxjdWxhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBOzs7Ozs7R0FNRztBQUNILFNBQWdCLGFBQWEsQ0FBQyxJQUFZLEVBQUUsTUFBYztJQUN4RCxJQUFJLE1BQU0sS0FBSyxDQUFDLEVBQUU7UUFDaEIsT0FBTyxDQUFDLENBQUM7S0FDVjtJQUVELE9BQU8sSUFBSSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDO0FBQ3BDLENBQUM7QUFORCxzQ0FNQyJ9 |
@@ -6,2 +6,35 @@ # Change Log | ||
## [0.2.2](https://github.com/infinitetoolbox/calculators/packages/bmi-calculator/compare/@infinitetoolbox/bmi-calculator@0.2.0...@infinitetoolbox/bmi-calculator@0.2.2) (2020-12-05) | ||
## 0.2.2 (2020-12-05) | ||
### Bug Fixes | ||
* add @typescript-eslint/parser for older node versions ([a311542](https://github.com/infinitetoolbox/calculators/packages/bmi-calculator/commit/a311542)) | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### 0.2.2 (2020-12-05) | ||
### Features | ||
* **bmi-calculator:** bootstrap bmi-calculator package ([e42e5c1](https://github.com///commit/e42e5c194aeace47a8b95ce09f11208bd2923a80)) | ||
* **vat-calculator:** boostrap vat calculator ([6567b64](https://github.com///commit/6567b6468ffa0e63d7f76bc7cd451f7c44bcf398)) | ||
* lerna init ([dbc226d](https://github.com///commit/dbc226d596b93ac0406ed864bc314be505d3f8de)) | ||
### Bug Fixes | ||
* add @typescript-eslint/parser for older node versions ([a311542](https://github.com///commit/a311542eec8c8cd5694d627610530af6b8e24431)) | ||
# 0.2.0 (2020-01-12) | ||
@@ -8,0 +41,0 @@ |
{ | ||
"name": "@infinitetoolbox/bmi-calculator", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "BMI calculator", | ||
@@ -14,5 +14,13 @@ "main": "build/main/index.js", | ||
], | ||
"files": [ | ||
"build/main", | ||
"build/module", | ||
"!**/*.spec.*", | ||
"!**/*.json", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"describe": "npm-scripts-info", | ||
"build": "run-s clean && run-p build:*", | ||
"build": "run-p build:*", | ||
"build:main": "tsc -p tsconfig.json", | ||
@@ -22,24 +30,19 @@ "build:module": "tsc -p tsconfig.module.json", | ||
"fix:prettier": "prettier \"src/**/*.ts\" --write", | ||
"fix:tslint": "tslint --fix --project .", | ||
"fix:lint": "eslint src --ext .ts --fix", | ||
"test": "run-s build test:*", | ||
"test:lint": "tslint --project . && prettier \"src/**/*.ts\" --list-different", | ||
"test:lint": "eslint src --ext .ts", | ||
"test:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
"test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"", | ||
"test:unit": "nyc --silent ava", | ||
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"", | ||
"cov": "run-s build test:unit cov:html && opn coverage/index.html", | ||
"watch:build": "tsc -p tsconfig.json -w", | ||
"watch:test": "nyc --silent ava --watch", | ||
"cov": "run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html", | ||
"cov:html": "nyc report --reporter=html", | ||
"cov:send": "nyc report --reporter=lcov > coverage.lcov && codecov", | ||
"cov:lcov": "nyc report --reporter=lcov", | ||
"cov:send": "run-s cov:lcov && codecov", | ||
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100", | ||
"reset": "git clean -dfx && git reset --hard && npm i", | ||
"clean": "trash build test", | ||
"all": "run-s reset test cov:check" | ||
"version": "standard-version", | ||
"reset-hard": "git clean -dfx && git reset --hard && npm i", | ||
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish" | ||
}, | ||
"scripts-info": { | ||
"info": "Display information about the package scripts", | ||
"build": "Clean and rebuild the project", | ||
"fix": "Try to automatically fix any linting problems", | ||
"test": "Lint and unit test the project", | ||
"watch": "Watch and rebuild the project on save, then rerun relevant tests", | ||
"cov": "Rebuild, run tests, then create and open the coverage report", | ||
"reset": "Delete all untracked files and reset the repo to the last commit" | ||
}, | ||
"engines": { | ||
@@ -49,21 +52,38 @@ "node": ">=8.9" | ||
"devDependencies": { | ||
"ava": "1.0.0-beta.7", | ||
"codecov": "^3.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^14.1.1", | ||
"opn-cli": "^4.0.0", | ||
"prettier": "^1.15.2", | ||
"trash-cli": "^1.4.0", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.17.0", | ||
"tslint-immutable": "^5.0.0", | ||
"typescript": "^3.1.6" | ||
"@ava/typescript": "1.1.1", | ||
"@istanbuljs/nyc-config-typescript": "1.0.1", | ||
"@types/node": "14.14.10", | ||
"@typescript-eslint/eslint-plugin": "4.9.0", | ||
"@typescript-eslint/parser": "4.9.0", | ||
"ava": "3.13.0", | ||
"codecov": "3.8.1", | ||
"cspell": "4.2.5", | ||
"eslint": "7.15.0", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-functional": "3.1.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"npm-run-all": "4.1.5", | ||
"nyc": "15.1.0", | ||
"open-cli": "6.0.1", | ||
"prettier": "2.2.1", | ||
"standard-version": "9.0.0", | ||
"typescript": "4.1.2" | ||
}, | ||
"ava": { | ||
"failFast": true, | ||
"timeout": "60s", | ||
"typescript": { | ||
"rewritePaths": { | ||
"src/": "build/main/" | ||
} | ||
}, | ||
"files": [ | ||
"build/main/**/*.spec.js" | ||
"!diff", | ||
"!test", | ||
"!build/module/**" | ||
], | ||
"sources": [ | ||
"build/main/**/*.js" | ||
"ignoredByWatcher": [ | ||
"diff", | ||
"test" | ||
] | ||
@@ -75,6 +95,8 @@ }, | ||
"nyc": { | ||
"extends": "@istanbuljs/nyc-config-typescript", | ||
"exclude": [ | ||
"**/*.spec.js" | ||
] | ||
} | ||
}, | ||
"gitHead": "70db57f7191424a0585be6a2e2bb66fdfdc6c858" | ||
} |
@@ -28,2 +28,2 @@ # BMI Calculator | ||
MIT © [Infinitetoolbox](https://calculators.infinitetoolbox.org) | ||
MIT © [InfiniteToolbox](https://calculators.infinitetoolbox.org) |
9312
54
19