mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
fix: bump napi version and commit lockfile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -186,7 +186,6 @@ $RECYCLE.BIN/
|
||||
#Added by cargo
|
||||
|
||||
/target
|
||||
Cargo.lock
|
||||
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
|
||||
1194
Cargo.lock
generated
Normal file
1194
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,12 +9,12 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
|
||||
napi = { version = "3.0.0-alpha.33", default-features = false, features = [
|
||||
napi = { version = "3.0.0-beta.11", default-features = false, features = [
|
||||
"napi4",
|
||||
"async",
|
||||
"web_stream",
|
||||
] }
|
||||
napi-derive = "3.0.0-alpha.33"
|
||||
napi-derive = "3.0.0-alpha.11"
|
||||
hex = "0.4.3"
|
||||
serde_json = "1.0.128"
|
||||
md5 = "0.7.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@drop-oss/droplet",
|
||||
"version": "1.4.3",
|
||||
"version": "1.5.0",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
|
||||
Reference in New Issue
Block a user