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 9, 2024
1 parent 071e342 commit ed8eaf6
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 240 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iter-ops",
"version": "3.4.0",
"version": "3.5.0",
"description": "Basic operations on iterables",
"keywords": [
"typescript",
Expand Down Expand Up @@ -87,22 +87,22 @@
"c8": "10.1.2",
"chai": "5.1.1",
"cross-env": "7.0.3",
"cspell": "8.13.1",
"cspell": "8.13.2",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"mocha": "10.7.0",
"mocha": "10.7.3",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.1",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"rollup-plugin-gzip": "4.0.0",
"rollup-plugin-ts": "3.4.5",
"tsd": "0.31.1",
"tsx": "4.16.5",
"tsx": "4.17.0",
"typedoc": "0.26.5",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0"
"typescript-eslint": "8.0.1"
},
"packageManager": "[email protected]",
"engines": {
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.4.0",
"name": "ITER-OPS v3.5.0",
"out": "../iter-ops-docs",
"excludeExternals": true,
"excludePrivate": true,
Expand Down
Loading

0 comments on commit ed8eaf6

Please sign in to comment.