Skip to content

Commit

Permalink
chore: update ofrep-core (#884)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
  • Loading branch information
lukas-reining committed Apr 16, 2024
1 parent fbb8b42 commit f663eae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion libs/providers/ofrep-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"peerDependencies": {
"@openfeature/web-sdk": ">=0.4.0",
"@openfeature/ofrep-core": "^0.1.2"
"@openfeature/ofrep-core": "^0.1.4"
}
}
2 changes: 1 addition & 1 deletion libs/providers/ofrep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"peerDependencies": {
"@openfeature/server-sdk": "^1.6.0",
"@openfeature/ofrep-core": "^0.1.2"
"@openfeature/ofrep-core": "^0.1.4"
}
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@bufbuild/protobuf": "^1.2.0",
"@flipt-io/flipt": "^1.0.0",
"@grpc/grpc-js": "^1.9.13",
"@openfeature/ofrep-core": "^0.1.0",
"@openfeature/ofrep-core": "^0.1.4",
"@opentelemetry/api": "^1.3.0",
"@protobuf-ts/grpc-transport": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@nx/workspace": "16.9.1",
"@openfeature/core": "^1.0.0",
"@openfeature/flagd-core": ">=0.1.10",
"@openfeature/ofrep-core": "^0.1.1",
"@openfeature/ofrep-core": "^0.1.4",
"@openfeature/server-sdk": "^1.13.2",
"@openfeature/web-sdk": "1.0.1",
"@opentelemetry/sdk-metrics": "^1.15.0",
Expand Down

0 comments on commit f663eae

Please sign in to comment.