Skip to content

Commit

Permalink
Drop support for NodeJS v6
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Oct 4, 2024
1 parent 0a082b2 commit 4cfec03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Updated some transitive dependencies for vulnerability fixes.
- BREAKING CHANGES:
- Renamed distribution folders from `/lib` to `/cjs` for CommonJS build, and `/es` to `/esm` for EcmaScript Modules build.
- Drop support for NodeJS v6. The SDK now requires NodeJS v14 or above.

10.28.0 (September 6, 2024)
- Updated @splitsoftware/splitio-commons package to version 1.17.0 that includes minor updates:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"module": "esm/index.js",
"types": "types",
"engines": {
"npm": ">=3",
"node": ">=6"
"node": ">=14.0.0"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.17.1-rc.0",
Expand Down

0 comments on commit 4cfec03

Please sign in to comment.