Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/nest": "0.2.5",
"packages/nest": "0.2.6",
"packages/react": "1.0.2",
"packages/web": "1.7.1",
"packages/server": "1.20.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/server-sdk bumped from 1.18.0 to 1.20.1

## [0.2.5](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.4...nestjs-sdk-v0.2.5) (2025-05-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/nestjs-sdk",
"version": "0.2.5",
"version": "0.2.6",
"description": "OpenFeature Nest.js SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"@nestjs/platform-express": "^11.0.20",
"@nestjs/testing": "^11.0.20",
"@openfeature/core": "*",
"@openfeature/server-sdk": "1.18.0",
"@openfeature/server-sdk": "1.20.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The devDependency on @openfeature/server-sdk is being updated to version 1.20.1. However, based on the files in this pull request and the repository context, the latest version of @openfeature/server-sdk appears to be 1.20.0, and it is not being updated as part of this release. This will likely cause dependency resolution to fail. Please ensure that the dependency versions are correct and point to existing or soon-to-be-published versions within this same release.

"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
}
Expand Down
Loading