Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/flag-evaluation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bucketco/flag-evaluation",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bucketco/node-sdk",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,6 +44,6 @@
"vitest": "~1.6.0"
},
"dependencies": {
"@bucketco/flag-evaluation": "0.2.0"
"@bucketco/flag-evaluation": "0.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/openfeature-node-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vitest": "~1.6.0"
},
"dependencies": {
"@bucketco/node-sdk": "1.9.0"
"@bucketco/node-sdk": "1.9.1"
},
"peerDependencies": {
"@openfeature/server-sdk": ">=1.16.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ __metadata:
languageName: unknown
linkType: soft

"@bucketco/flag-evaluation@npm:0.2.0, @bucketco/flag-evaluation@workspace:packages/flag-evaluation":
"@bucketco/flag-evaluation@npm:0.2.1, @bucketco/flag-evaluation@workspace:packages/flag-evaluation":
version: 0.0.0-use.local
resolution: "@bucketco/flag-evaluation@workspace:packages/flag-evaluation"
dependencies:
Expand All @@ -786,13 +786,13 @@ __metadata:
languageName: unknown
linkType: soft

"@bucketco/node-sdk@npm:1.9.0, @bucketco/node-sdk@workspace:packages/node-sdk":
"@bucketco/node-sdk@npm:1.9.1, @bucketco/node-sdk@workspace:packages/node-sdk":
version: 0.0.0-use.local
resolution: "@bucketco/node-sdk@workspace:packages/node-sdk"
dependencies:
"@babel/core": "npm:~7.24.7"
"@bucketco/eslint-config": "npm:~0.0.2"
"@bucketco/flag-evaluation": "npm:0.2.0"
"@bucketco/flag-evaluation": "npm:0.2.1"
"@bucketco/tsconfig": "npm:~0.0.2"
"@types/node": "npm:^22.12.0"
"@vitest/coverage-v8": "npm:~1.6.0"
Expand Down Expand Up @@ -836,7 +836,7 @@ __metadata:
dependencies:
"@babel/core": "npm:~7.24.7"
"@bucketco/eslint-config": "npm:~0.0.2"
"@bucketco/node-sdk": "npm:1.9.0"
"@bucketco/node-sdk": "npm:1.9.1"
"@bucketco/tsconfig": "npm:~0.0.2"
"@openfeature/core": "npm:^1.5.0"
"@openfeature/server-sdk": "npm:>=1.16.1"
Expand Down