Skip to content

Commit

Permalink
feat: 更新依赖 (#15)
Browse files Browse the repository at this point in the history
0.0.12
  • Loading branch information
nashaofu authored Sep 22, 2022
1 parent 110e140 commit 36020d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ crate-type = ["cdylib"]

[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.5.0", default-features = false, features = ["napi4"] }
napi-derive = "2.5.0"
screenshots = "0.4.3"
napi = { version = "2.9.1", default-features = false, features = ["napi4"] }
napi-derive = "2.9.1"
screenshots = "0.4.4"

[build-dependencies]
napi-build = "2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-screenshots",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"packageManager": "yarn@3.2.1",
"devDependencies": {
"@napi-rs/cli": "^2.10.0",
"@napi-rs/cli": "^2.11.4",
"ava": "^4.3.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ __metadata:
languageName: node
linkType: hard

"@napi-rs/cli@npm:^2.10.0":
version: 2.10.0
resolution: "@napi-rs/cli@npm:2.10.0"
"@napi-rs/cli@npm:^2.11.4":
version: 2.11.4
resolution: "@napi-rs/cli@npm:2.11.4"
bin:
napi: scripts/index.js
checksum: 4017823fa084030f9ba270e147b882da9634ae7dfe9d96fab4aa8a5b1f8c40d661822b1b51be2dedec7017bf3988f387122dea2c965d9131e95fa694594615d2
checksum: f9f1036520ba43685c782c4eafdd56176930d317ab31c6841c2f033e09f4cac7c9561ccdfeaefcb30c2ac5e64390fb308a5658eb47c373e8131e138ad38b98c1
languageName: node
linkType: hard

Expand Down Expand Up @@ -1416,7 +1416,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "node-screenshots@workspace:."
dependencies:
"@napi-rs/cli": ^2.10.0
"@napi-rs/cli": ^2.11.4
ava: ^4.3.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 36020d5

Please sign in to comment.