Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ features:
details: Fully-typed, compliant with the Cooklang Specifications
- title: Useful extensions
details: Additional features to the original specs
- title: Parsing, scaling and shopping
details: Classes to parse and scale recipes, as well as parse category configuration and create shopping lists
- title: Parsing and scaling
details: Classes to parse and scale recipes
- title: Shopping
details: Classes to parse category configurations, create shopping lists, and fill in a virtual shopping cart based on a product catalog
---
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@eslint/js": "9.39.1",
"@iconify-json/material-symbols": "1.2.44",
"@types/big.js": "6.2.2",
"@types/js-yaml": "4.0.9",
"@types/node": "22.19.0",
"@vitest/coverage-v8": "4.0.8",
"@vitest/ui": "4.0.8",
Expand All @@ -50,7 +51,7 @@
"eslint-plugin-tsdoc": "0.4.0",
"execa": "9.6.0",
"globals": "16.5.0",
"human-regex": "2.1.5",
"human-regex": "2.2.0",
"prettier": "3.6.2",
"rimraf": "6.1.0",
"tsup": "8.5.0",
Expand Down Expand Up @@ -80,6 +81,8 @@
],
"license": "MIT",
"dependencies": {
"big.js": "7.0.1"
"big.js": "7.0.1",
"smol-toml": "1.5.2",
"yalps": "0.6.3"
}
}
117 changes: 0 additions & 117 deletions patches/[email protected]

This file was deleted.

55 changes: 41 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ packages:

onlyBuiltDependencies:
- esbuild

patchedDependencies:
[email protected]: patches/[email protected]
Loading