Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 2, 2024
1 parent a5af6ff commit a1ab537
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 45 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iter-ops",
"version": "3.2.0",
"version": "3.3.0",
"description": "Basic operations on iterables",
"keywords": [
"typescript",
Expand Down Expand Up @@ -68,10 +68,10 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/chai": "4.3.16",
"@types/chai": "4.3.17",
"@types/estree": "1.0.5",
"@types/mocha": "10.0.7",
"@types/node": "20.14.11",
"@types/node": "22.1.0",
"@types/rollup-plugin-auto-external": "2.0.2",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
Expand All @@ -85,7 +85,7 @@
"nyc": "17.0.0",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.8",
"rimraf": "6.0.1",
"rollup": "3.29.4",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-dts": "5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"name": "ITER-OPS v3.2.0",
"name": "ITER-OPS v3.3.0",
"out": "../iter-ops-docs",
"excludeExternals": true,
"excludePrivate": true,
Expand Down
88 changes: 48 additions & 40 deletions yarn.lock

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

0 comments on commit a1ab537

Please sign in to comment.