Skip to content

Commit 9e70302

Browse files
authored
Merge branch 'main' into test/aws-ssm-refactor
2 parents 6791dc6 + 9a7ef4f commit 9e70302

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"libs/providers/launchdarkly-client": "0.3.2",
99
"libs/providers/go-feature-flag-web": "0.2.6",
1010
"libs/shared/flagd-core": "1.1.0",
11-
"libs/shared/ofrep-core": "1.0.1",
11+
"libs/shared/ofrep-core": "1.1.0",
1212
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.3",
1414
"libs/providers/flipt": "0.1.3",

libs/providers/launchdarkly-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ldOptions = {
3232
* you can change it using setContext.
3333
3434
*/
35-
const ldOpenFeatureProvider = new LaunchDarklyClientProvider(clientEnvKey, options);
35+
const ldOpenFeatureProvider = new LaunchDarklyClientProvider(clientEnvKey, ldOptions);
3636

3737
//set open feature provider and get client
3838
OpenFeature.setProvider(ldOpenFeatureProvider);

libs/shared/ofrep-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.0.1...ofrep-core-v1.1.0) (2025-08-14)
4+
5+
6+
### ✨ New Features
7+
8+
* **ofrep:** adding error details for 401, 403 and 429 ([#1361](https://github.com/open-feature/js-sdk-contrib/issues/1361)) ([7db9221](https://github.com/open-feature/js-sdk-contrib/commit/7db922122dc24e732e6b38742fa1d465dd8c13f7))
9+
310
## [1.0.1](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.0.0...ofrep-core-v1.0.1) (2025-03-12)
411

512

libs/shared/ofrep-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/ofrep-core",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "js-sdk-contrib",
33
"version": "0.0.0",
44
"engines": {
5-
"node": ">=24.0.0"
5+
"node": ">=24.0.0",
6+
"npm": "^8.0.0"
67
},
78
"license": "Apache-2.0",
89
"scripts": {

0 commit comments

Comments
 (0)