chore: fix cbor-extract dependencies

This commit is contained in:
Karol Sójko 2023-01-23 11:44:27 +01:00
parent d02b6b67b5
commit dac3c733b3
No known key found for this signature in database
GPG key ID: A50543BF560BDEB0
21 changed files with 47 additions and 3 deletions

2
.pnp.cjs generated
View file

@ -2801,6 +2801,8 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./packages/auth/",\
"packageDependencies": [\
["@standardnotes/auth-server", "workspace:packages/auth"],\
["@cbor-extract/cbor-extract-linux-arm64", "npm:2.1.1"],\
["@cbor-extract/cbor-extract-linux-x64", "npm:2.1.1"],\
["@newrelic/winston-enricher", "virtual:c66bf20e88479ada0172094776519a9f51acc4731d22079b60a295bcec7ea42d5545cbce58a77a50d932bf953298799135e99707486e343da6d99ba1d167bdbd#npm:4.0.0"],\
["@sentry/node", "npm:7.28.1"],\
["@sentry/tracing", "npm:7.28.1"],\

View file

@ -0,0 +1 @@
Platform specific binary for cbor-extract on linux OS with arm64 architecture

View file

@ -0,0 +1,17 @@
{
"name": "@cbor-extract/cbor-extract-linux-arm64",
"version": "2.1.1",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"license": "MIT",
"author": "Kris Zyp",
"repository": {
"type": "git",
"url": "http://github.com/kriszyp/cbor-extract"
},
"description": "Platform specific binary for cbor-extract on linux OS with arm64 architecture"
}

View file

@ -0,0 +1 @@
Platform specific binary for cbor-extract on linux OS with x64 architecture

View file

@ -0,0 +1,17 @@
{
"name": "@cbor-extract/cbor-extract-linux-x64",
"version": "2.1.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"license": "MIT",
"author": "Kris Zyp",
"repository": {
"type": "git",
"url": "http://github.com/kriszyp/cbor-extract"
},
"description": "Platform specific binary for cbor-extract on linux OS with x64 architecture"
}

View file

@ -32,11 +32,12 @@
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
},
"dependencies": {
"@cbor-extract/cbor-extract-linux-arm64": "^2.1.1",
"@cbor-extract/cbor-extract-linux-x64": "^2.1.1",
"@newrelic/winston-enricher": "^4.0.0",
"@sentry/node": "^7.28.1",
"@sentry/tracing": "^7.28.1",
"@simplewebauthn/server": "^7.0.0",
"@simplewebauthn/typescript-types": "^7.0.0",
"@standardnotes/api": "^1.24.9",
"@standardnotes/common": "workspace:*",
"@standardnotes/domain-core": "workspace:^",
@ -71,6 +72,7 @@
"winston": "^3.8.1"
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.9",
"@types/express": "^4.17.14",

View file

@ -414,9 +414,10 @@ __metadata:
languageName: node
linkType: hard
"@cbor-extract/cbor-extract-linux-arm64@npm:2.1.1":
"@cbor-extract/cbor-extract-linux-arm64@npm:2.1.1, @cbor-extract/cbor-extract-linux-arm64@npm:^2.1.1":
version: 2.1.1
resolution: "@cbor-extract/cbor-extract-linux-arm64@npm:2.1.1"
checksum: 8de27a1ba14e6c4d54ec0c6ed83f59d967606b3bd0d6f11a4c2940706668f5645d536617d8487917584ddc4e09af79f058a04fd34f1b85f84840f1b90b6abda3
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard
@ -428,9 +429,10 @@ __metadata:
languageName: node
linkType: hard
"@cbor-extract/cbor-extract-linux-x64@npm:2.1.1":
"@cbor-extract/cbor-extract-linux-x64@npm:2.1.1, @cbor-extract/cbor-extract-linux-x64@npm:^2.1.1":
version: 2.1.1
resolution: "@cbor-extract/cbor-extract-linux-x64@npm:2.1.1"
checksum: cf4577e6521576bb4911ea7f0325c9354c12602a4115aaf481a547feb29657fa6105760e890b6331befb1e9fb248d1a453b7a4f8c6b4601c12a8e7eafa52fb4f
conditions: os=linux & cpu=x64
languageName: node
linkType: hard
@ -2023,6 +2025,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@standardnotes/auth-server@workspace:packages/auth"
dependencies:
"@cbor-extract/cbor-extract-linux-arm64": "npm:^2.1.1"
"@cbor-extract/cbor-extract-linux-x64": "npm:^2.1.1"
"@newrelic/winston-enricher": "npm:^4.0.0"
"@sentry/node": "npm:^7.28.1"
"@sentry/tracing": "npm:^7.28.1"