chore(deps): update dependency @napi-rs/cli to v3.0.0-alpha.57
This commit is contained in:
parent
ee8e00cb2f
commit
8ebaf719b1
2 changed files with 10 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
"binaryName": "backend-rs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "3.0.0-alpha.56"
|
||||
"@napi-rs/cli": "3.0.0-alpha.57"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "napi build --features napi --no-const-enum --platform --release --output-dir ./built/",
|
||||
|
|
|
@ -506,8 +506,8 @@ importers:
|
|||
packages/backend-rs:
|
||||
devDependencies:
|
||||
'@napi-rs/cli':
|
||||
specifier: 3.0.0-alpha.56
|
||||
version: 3.0.0-alpha.56(@emnapi/runtime@1.2.0)
|
||||
specifier: 3.0.0-alpha.57
|
||||
version: 3.0.0-alpha.57(@emnapi/runtime@1.2.0)
|
||||
|
||||
packages/client:
|
||||
devDependencies:
|
||||
|
@ -1006,11 +1006,13 @@ packages:
|
|||
'@biomejs/cli-darwin-arm64@1.8.3':
|
||||
resolution: {integrity: sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-darwin-x64@1.8.3':
|
||||
resolution: {integrity: sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@biomejs/cli-linux-arm64-musl@1.8.3':
|
||||
|
@ -1022,6 +1024,7 @@ packages:
|
|||
'@biomejs/cli-linux-arm64@1.8.3':
|
||||
resolution: {integrity: sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-linux-x64-musl@1.8.3':
|
||||
|
@ -1033,6 +1036,7 @@ packages:
|
|||
'@biomejs/cli-linux-x64@1.8.3':
|
||||
resolution: {integrity: sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@biomejs/cli-win32-arm64@1.8.3':
|
||||
|
@ -1717,8 +1721,8 @@ packages:
|
|||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@napi-rs/cli@3.0.0-alpha.56':
|
||||
resolution: {integrity: sha512-a03KyEodiZD9+MIL8xnIAcnNzznZy+BT/IBtXZe/kIEUYv/zVcxwpcBuNme5r6zIyDqla8NkhsC6h8IZR+HAgg==}
|
||||
'@napi-rs/cli@3.0.0-alpha.57':
|
||||
resolution: {integrity: sha512-m805X0nApTwOYeYVU5lA3W7F1nGSuz/9Ye0VB0zqbvJGEeuKxIdQfDsJLegEngovgUaPpGeU8CLh3GJMaxwo6Q==}
|
||||
engines: {node: '>= 16'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -7903,7 +7907,7 @@ snapshots:
|
|||
'@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
|
||||
optional: true
|
||||
|
||||
'@napi-rs/cli@3.0.0-alpha.56(@emnapi/runtime@1.2.0)':
|
||||
'@napi-rs/cli@3.0.0-alpha.57(@emnapi/runtime@1.2.0)':
|
||||
dependencies:
|
||||
'@napi-rs/cross-toolchain': 0.0.16
|
||||
'@napi-rs/wasm-tools': 0.0.2
|
||||
|
|
Loading…
Reference in a new issue