parse-ingredient
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "parse-ingredient", | ||
"author": "Jake Boone", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -15,8 +15,13 @@ "description": "Recipe ingredient parser with support for mixed numbers and vulgar fractions", | ||
".": { | ||
"types": "./dist/parse-ingredient.d.ts", | ||
"import": "./dist/parse-ingredient.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": { | ||
"types": "./dist/parse-ingredient.d.mts", | ||
"default": "./dist/parse-ingredient.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/parse-ingredient.cjs.development.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"types": "./dist/parse-ingredient.d.ts", | ||
"types": "./dist/cjs/parse-ingredient.cjs.production.d.ts", | ||
"unpkg": "./dist/parse-ingredient.umd.min.js", | ||
@@ -52,14 +57,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/web": "^0.0.123", | ||
"bun-types": "^1.0.14", | ||
"np": "^9.0.0", | ||
"open": "^9.1.0", | ||
"prettier": "^3.1.0", | ||
"@types/web": "^0.0.135", | ||
"bun-types": "^1.0.22", | ||
"np": "^9.2.0", | ||
"open": "^10.0.3", | ||
"prettier": "^3.2.2", | ||
"tsup": "^8.0.1", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.2" | ||
"typedoc": "^0.25.7", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"numeric-quantity": "^2.0.0" | ||
"numeric-quantity": "^2.0.1" | ||
} | ||
} |
@@ -229,2 +229,3 @@ [![npm][badge-npm]](https://www.npmjs.com/package/parse-ingredient) | ||
<td align="center" valign="top" width="14.28%"><a href="https://studioterabyte.nl/"><img src="https://avatars.githubusercontent.com/u/25407622?v=4?s=100" width="100px;" alt="Stefan van der Weide"/><br /><sub><b>Stefan van der Weide</b></sub></a><br /><a href="https://github.com/jakeboone02/parse-ingredient/commits?author=StefanVDWeide" title="Code">💻</a> <a href="https://github.com/jakeboone02/parse-ingredient/commits?author=StefanVDWeide" title="Tests">⚠️</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rogermparent"><img src="https://avatars.githubusercontent.com/u/9111807?v=4?s=100" width="100px;" alt="Roger"/><br /><sub><b>Roger</b></sub></a><br /><a href="https://github.com/jakeboone02/parse-ingredient/commits?author=rogermparent" title="Code">💻</a></td> | ||
</tr> | ||
@@ -243,3 +244,3 @@ </tbody> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[badge-all-contributors]: https://img.shields.io/badge/all_contributors-2-orange.svg | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -246,0 +247,0 @@ <!-- prettier-ignore-end --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234616
21
1866
248
Updatednumeric-quantity@^2.0.1