Skip to content

Commit

Permalink
chore: Node ffi release (#258)
Browse files Browse the repository at this point in the history
* chore: update package.json for new release of flipt-client-node

* chore: fix tsc build for node-ffi fork
  • Loading branch information
markphelps authored Apr 29, 2024
1 parent daa119a commit 3887e7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
22 changes: 5 additions & 17 deletions flipt-client-node/package-lock.json

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

11 changes: 5 additions & 6 deletions flipt-client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt-client",
"version": "0.6.0",
"version": "0.7.0",
"description": "Flipt Client Evaluation SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,15 +18,14 @@
"build": "tsc"
},
"dependencies": {
"@types/ffi": "^0.2.7",
"@2060.io/ffi-napi": "^4.0.3",
"@2060.io/ref-napi": "^3.0.3"
"@2060.io/ffi-napi": "^4.0.9",
"@2060.io/ref-napi": "^3.0.6",
"@types/ffi": "^0.2.7"
},
"devDependencies": {
"@types/ffi-napi": "^4.0.10",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.3",
"@types/ref-napi": "^3.0.12",
"@types/ref-struct-di": "^1.1.12",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1"
Expand Down

0 comments on commit 3887e7b

Please sign in to comment.