Skip to content

Commit

Permalink
Merge branch 'main' of github.com:top-guns/etl-gun
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-berezhnoy committed Dec 26, 2023
2 parents 8ec423e + a27d086 commit 04048ea
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 04048ea

Please sign in to comment.