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+ ## v0.1.0-alpha.13
10+
11+ ** Internal Changes:**
12+
13+ - [ FFL-888] feat: use fastly endpoints ([ #22 ] ( https://github.com/DataDog/openfeature-js-client/pull/22 ) ) [ BROWSER]
14+ - [ FFL-887] Make application ID an optional param ([ #21 ] ( https://github.com/DataDog/openfeature-js-client/pull/21 ) ) [ BROWSER]
15+
916## v0.1.0-alpha.12
1017
1118** Internal Changes:**
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
3- "version" : " 0.1.0-alpha.12 "
3+ "version" : " 0.1.0-alpha.13 "
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " @datadog/openfeature-browser" ,
3- "version" : " 0.1.0-alpha.12 " ,
3+ "version" : " 0.1.0-alpha.13 " ,
44 "description" : " Browser-specific bindings for OpenFeature (wraps @datadog/openfeature-core)" ,
55 "license" : " MIT" ,
66 "homepage" : " https://github.com/DataDog/openfeature-js-client#readme" ,
3030 },
3131 "dependencies" : {
3232 "@datadog/browser-core" : " ^6.17.0" ,
33- "@datadog/flagging-core" : " 0.1.0-alpha.12 "
33+ "@datadog/flagging-core" : " 0.1.0-alpha.13 "
3434 },
3535 "peerDependencies" : {
3636 "@openfeature/core" : " ^1.8.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @datadog/flagging-core" ,
3- "version" : " 0.1.0-alpha.12 " ,
3+ "version" : " 0.1.0-alpha.13 " ,
44 "description" : " Runtime-agnostic flag-evaluation logic for Datadog Flagging" ,
55 "license" : " MIT" ,
66 "repository" : {
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.1.0-alpha.12 , @datadog/flagging-core@workspace:packages/core " :
560+ " @datadog/flagging-core@npm:0.1.0-alpha.13 , @datadog/flagging-core@workspace:packages/core " :
561561 version : 0.0.0-use.local
562562 resolution : " @datadog/flagging-core@workspace:packages/core"
563563 dependencies :
@@ -581,7 +581,7 @@ __metadata:
581581 resolution : " @datadog/openfeature-browser@workspace:packages/browser"
582582 dependencies :
583583 " @datadog/browser-core " : " npm:^6.17.0"
584- " @datadog/flagging-core " : " npm:0.1.0-alpha.12 "
584+ " @datadog/flagging-core " : " npm:0.1.0-alpha.13 "
585585 " @openfeature/core " : " npm:^1.8.1"
586586 " @openfeature/web-sdk " : " npm:^1.5.0"
587587 " @types/jest " : " npm:^29.4.0"
You can’t perform that action at this time.
0 commit comments