Skip to content

Commit

Permalink
refactor(win32-def): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Dec 26, 2024
1 parent 2fe7310 commit 0dae116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/win32-def/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@
},
"license": "MIT",
"dependencies": {
"@waiting/shared-core": "^23.25.3",
"koffi": "^2.9.2"
},
"devDependencies": {
"@waiting/shared-core": "^23.25.5"
},
"engines": {
"node": ">=18.11.0"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/win32-def/src/lib/loader/loader.helper.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import assert from 'node:assert'

import { expandFFIParamArray } from '@waiting/shared-core'
import koffi from 'koffi'

import { loadOptionsDefault } from '##/lib/config.js'
Expand All @@ -18,6 +17,8 @@ import type {
UpdateMultipleChoiceMapperOptions,
} from '##/lib/types.js'

import { expandFFIParamArray } from '../ffi.js'

import { LoaderCache } from './loader.cache.js'
import type {
BindOptions,
Expand Down

0 comments on commit 0dae116

Please sign in to comment.