Skip to content

Commit

Permalink
build(deps): update
Browse files Browse the repository at this point in the history
- use ffi-napi instead of ffi
- @waiting/shared-core
- @waiting/shared-types
- win32-api
- win32-def

BREAKING CHANGE: remove nodejs v8 support
  • Loading branch information
waitingsong committed Dec 25, 2019
1 parent 19825e7 commit f62fa35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@
},
"license": "MIT",
"dependencies": {
"@types/ffi": "*",
"@waiting/idcard-reader-base": "^1.4.0",
"@types/ffi-napi": "*",
"@waiting/idcard-reader-base": "^2.0.0",
"@waiting/log": "^1.0.1",
"@waiting/shared-core": "^1.9.1",
"ffi": "^2.3.0",
"@waiting/shared-core": "3",
"@waiting/shared-types": "3",
"ffi-napi": "^2.4.5",
"rxjs": "^6.5.2",
"win32-api": "^6.0.0",
"win32-def": "^3.2.0"
"win32-api": "7",
"win32-def": "7"
},
"devDependencies": {
"@types/mocha": "5",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
join,
normalize,
} from '@waiting/shared-core'
import * as ffi from 'ffi'
import * as ffi from 'ffi-napi'
import {
combineLatest,
iif,
Expand Down

0 comments on commit f62fa35

Please sign in to comment.