Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-berezhnoy authored and github-actions[bot] committed Dec 26, 2023
1 parent 4f81a4f commit a27d086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etl-gun",
"version": "2.2.13",
"version": "2.2.14",
"description": "ETL toolkit which supports RxJS streams, error handling, business rules and many more",
"node": ">=20",
"type": "module",
Expand All @@ -15,7 +15,7 @@
"default": "./dist/lib/index.js",
"--node": "./dist/cjs/index.js",
"--require": "./dist/cjs/index.js",
"--es2015": "./dist/esm/index.js"
"--es2015": "./dist/esm/index.js"
},
"./operators": {
"types": "./dist/lib/operators/index.d.ts",
Expand Down

0 comments on commit a27d086

Please sign in to comment.