Skip to content

Commit

Permalink
Add sideEffects false in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Mar 27, 2024
1 parent 623d252 commit 267ae2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
1.10.1 (March 27, 2023)
1.11.0 (March 27, 2023)
- Added `sideEffects: false` property in the package.json file to allow tree shaking.
- Updated Redux-Thunk peer dependency range to include redux-thunk@3.x.x.
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files.
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements.
- Updated Redux-Thunk peer dependency range to include redux-thunk@3.x.x.

1.10.0 (December 18, 2023)
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-redux",
"version": "1.10.1-rc.2",
"version": "1.10.1-rc.3",
"description": "A library to easily use Split JS SDK with Redux and React Redux",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -103,5 +103,6 @@
"pre-commit": "npm run check",
"pre-push": "npm test && npm run build"
}
}
},
"sideEffects": false
}

0 comments on commit 267ae2d

Please sign in to comment.