mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
chore: fix x64 deps
This commit is contained in:
BIN
.yarn/cache/@cbor-extract-cbor-extract-darwin-arm64-npm-2.1.1-7f6025512f-9.zip
vendored
Normal file
BIN
.yarn/cache/@cbor-extract-cbor-extract-darwin-arm64-npm-2.1.1-7f6025512f-9.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Platform specific binary for cbor-extract on darwin OS with arm64 architecture
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@cbor-extract/cbor-extract-darwin-x64",
|
||||
"name": "@cbor-extract/cbor-extract-darwin-arm64",
|
||||
"version": "2.1.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
"arm64"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Kris Zyp",
|
||||
@@ -13,5 +13,5 @@
|
||||
"type": "git",
|
||||
"url": "http://github.com/kriszyp/cbor-extract"
|
||||
},
|
||||
"description": "Platform specific binary for cbor-extract on darwin OS with x64 architecture"
|
||||
"description": "Platform specific binary for cbor-extract on darwin OS with arm64 architecture"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
Platform specific binary for cbor-extract on darwin OS with x64 architecture
|
||||
Reference in New Issue
Block a user