File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/nest" : " 0.2.6 " ,
2+ "packages/nest" : " 0.2.7 " ,
33 "packages/react" : " 1.3.0" ,
44 "packages/web" : " 1.8.0" ,
55 "packages/server" : " 1.21.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.7] ( https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.6...nestjs-sdk-v0.2.7 ) (2026-04-22)
4+
5+
6+ ### ✨ New Features
7+
8+ * expose js sdk identity on client metadata ([ #1376 ] ( https://github.com/open-feature/js-sdk/issues/1376 ) ) ([ 6c437e7] ( https://github.com/open-feature/js-sdk/commit/6c437e78662786749cba8bfe5051edbd5e6a85e1 ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * devDependencies
15+ * @openfeature/core bumped from * to 1.11.0
16+ * @openfeature/server-sdk bumped from 1.18.0 to 1.22.0
17+
318## [ 0.2.6] ( https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.5...nestjs-sdk-v0.2.6 ) (2026-04-21)
419
520
Original file line number Diff line number Diff line change 1616 <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717 </a >
1818 <!-- x-release-please-start-version -->
19- <a href =" https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.6 " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.6 &color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.7 " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.7 &color=blue&style=for-the-badge" />
2121 </a >
2222 <!-- x-release-please-end -->
2323 <br />
Original file line number Diff line number Diff line change 11{
22 "name" : " @openfeature/nestjs-sdk" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.2.7 " ,
44 "description" : " OpenFeature Nest.js SDK" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "files" : [
5656 "@nestjs/core" : " ^11.0.20" ,
5757 "@nestjs/platform-express" : " ^11.0.20" ,
5858 "@nestjs/testing" : " ^11.0.20" ,
59- "@openfeature/core" : " * " ,
60- "@openfeature/server-sdk" : " 1.18 .0" ,
59+ "@openfeature/core" : " 1.11.0 " ,
60+ "@openfeature/server-sdk" : " 1.22 .0" ,
6161 "@types/supertest" : " ^6.0.0" ,
6262 "supertest" : " ^7.0.0"
6363 },
You can’t perform that action at this time.
0 commit comments