Skip to content

Commit 91a4c8f

Browse files
committed
fix: use flag-evalation which falls back to pure js crypto
1 parent 9fa29a6 commit 91a4c8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/node-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bucketco/node-sdk",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -44,6 +44,6 @@
4444
"vitest": "~1.6.0"
4545
},
4646
"dependencies": {
47-
"@bucketco/flag-evaluation": "~0.1.0"
47+
"@bucketco/flag-evaluation": "0.1.1"
4848
}
4949
}

0 commit comments

Comments
 (0)