Skip to content

Commit 037124a

Browse files
committed
test: update weak-napi's dependencies
This uses the updated weak-napi with the following changes: node-ffi-napi/weak-napi#33
1 parent 828ed28 commit 037124a

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
33
"@types/weak-napi": "^2.0.3",
4-
"weak-napi": "^2.0.2"
4+
"weak-napi": "https://github.com/aminya/weak-napi#ea97678fc4c9304eea7f3fb1ddc88eaf59cccc6f"
55
}
66
}

test/pnpm-lock.yaml

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test/**/*",
1212
"examples/**/*",
1313
"src/errors.ts",
14-
"src/util.ts"
14+
"src/util.ts",
15+
"build/**/*"
1516
],
1617
"cleanOutputDir": true,
1718
"pretty": false,

0 commit comments

Comments
 (0)