File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77---
88
9+ ## v1.0.0
10+
11+ ** Behavior Changes:**
12+
13+ - Default enableExposureLogging to true ([ #152 ] ( https://github.com/DataDog/openfeature-js-client/pull/152 ) ) [ BROWSER]
14+
915## v0.3.3
1016
1117** Internal Changes:**
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
3- "version" : " 0.3.3 "
3+ "version" : " 1.0.0 "
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " @datadog/openfeature-browser" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Browser-specific bindings for OpenFeature (wraps @datadog/openfeature-core)" ,
55 "license" : " Apache-2.0" ,
66 "homepage" : " https://github.com/DataDog/openfeature-js-client#readme" ,
4545 },
4646 "dependencies" : {
4747 "@datadog/browser-core" : " ^6.19.0" ,
48- "@datadog/flagging-core" : " 0.3.3 " ,
48+ "@datadog/flagging-core" : " 1.0.0 " ,
4949 "@types/chrome" : " ^0.1.18"
5050 },
5151 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @datadog/flagging-core" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Runtime-agnostic flag-evaluation logic for Datadog Flagging" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @datadog/openfeature-node-server" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " React Native bindings for OpenFeature (wraps @datadog/flagging-core)" ,
55 "license" : " Apache-2.0" ,
66 "homepage" : " https://github.com/DataDog/openfeature-js-client#readme" ,
3636 "typecheck" : " tsc --noEmit"
3737 },
3838 "dependencies" : {
39- "@datadog/flagging-core" : " 0.3.3 "
39+ "@datadog/flagging-core" : " 1.0.0 "
4040 },
4141 "peerDependencies" : {
4242 "@openfeature/server-sdk" : " >=1.15.0 <2.0.0"
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ __metadata:
557557 languageName : node
558558 linkType : hard
559559
560- " @datadog/flagging-core@npm:0.3.3 , @datadog/flagging-core@workspace:packages/core " :
560+ " @datadog/flagging-core@npm:1.0.0 , @datadog/flagging-core@workspace:packages/core " :
561561 version : 0.0.0-use.local
562562 resolution : " @datadog/flagging-core@workspace:packages/core"
563563 dependencies :
@@ -579,7 +579,7 @@ __metadata:
579579 resolution : " @datadog/openfeature-browser@workspace:packages/browser"
580580 dependencies :
581581 " @datadog/browser-core " : " npm:^6.19.0"
582- " @datadog/flagging-core " : " npm:0.3.3 "
582+ " @datadog/flagging-core " : " npm:1.0.0 "
583583 " @openfeature/core " : " npm:^1.8.1"
584584 " @openfeature/web-sdk " : " npm:^1.5.0"
585585 " @types/chrome " : " npm:^0.1.18"
@@ -625,7 +625,7 @@ __metadata:
625625 version : 0.0.0-use.local
626626 resolution : " @datadog/openfeature-node-server@workspace:packages/node-server"
627627 dependencies :
628- " @datadog/flagging-core " : " npm:0.3.3 "
628+ " @datadog/flagging-core " : " npm:1.0.0 "
629629 " @openfeature/core " : " npm:1.3.0"
630630 " @openfeature/server-sdk " : " npm:1.15.0"
631631 " @types/jest " : " npm:^30.0.0"
You can’t perform that action at this time.
0 commit comments