File tree 4 files changed +26
-6
lines changed
4 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/nest" : " 0.0.4 -experimental" ,
2
+ "packages/nest" : " 0.0.5 -experimental" ,
3
3
"packages/react" : " 0.1.0-experimental" ,
4
4
"packages/client" : " 0.4.10" ,
5
5
"packages/server" : " 1.9.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.5-experimental] ( https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.0.4-experimental...nestjs-sdk-v0.0.5-experimental ) (2024-01-24)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * adds ErrorOptions to Error constructor ([ #765 ] ( https://github.com/open-feature/js-sdk/issues/765 ) ) ([ 2f59a9f] ( https://github.com/open-feature/js-sdk/commit/2f59a9f5a81135d81d3c6cd7a14863dc21b012b4 ) )
9
+
10
+
11
+ ### 📚 Documentation
12
+
13
+ * Nest SDK ([ #750 ] ( https://github.com/open-feature/js-sdk/issues/750 ) ) ([ a21634d] ( https://github.com/open-feature/js-sdk/commit/a21634dce97100ab8a79710dc03d35fa99491032 ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * devDependencies
20
+ * @openfeature/core bumped from * to 0.0.24
21
+ * @openfeature/server-sdk bumped from * to 1.10.0
22
+
3
23
## [ 0.0.4-experimental] ( https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.0.3-experimental...nestjs-sdk-v0.0.4-experimental ) (2024-01-18)
4
24
5
25
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
19
- <a href =" https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.1.0 " >
20
- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0 &color=blue&style=for-the-badge" />
19
+ <a href =" https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.0.5-experimental " >
20
+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.5-experimental &color=blue&style=for-the-badge" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<a href =" https://codecov.io/gh/open-feature/js-sdk " >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/nestjs-sdk" ,
3
- "version" : " 0.0.4 -experimental" ,
3
+ "version" : " 0.0.5 -experimental" ,
4
4
"description" : " OpenFeature Nest.js SDK" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"files" : [
54
54
"@nestjs/core" : " ^10.2.10" ,
55
55
"@nestjs/platform-express" : " ^10.2.10" ,
56
56
"@nestjs/testing" : " ^10.2.10" ,
57
- "@openfeature/core" : " * " ,
58
- "@openfeature/server-sdk" : " * " ,
57
+ "@openfeature/core" : " 0.0.24 " ,
58
+ "@openfeature/server-sdk" : " 1.10.0 " ,
59
59
"@types/supertest" : " ^2.0.16" ,
60
60
"supertest" : " ^6.3.3"
61
61
}
You can’t perform that action at this time.
0 commit comments