Merge remote-tracking branch 'origin/release-8.1' into release-8.6

This commit is contained in:
Rafael Taranto 2023-08-22 13:13:41 +01:00
commit 0079edb9dc
20 changed files with 970 additions and 95 deletions

View file

@ -12,6 +12,8 @@
"@haensl/subset-sum": "^3.0.5",
"@lamassu/coins": "1.3.0",
"@simplewebauthn/server": "^3.0.0",
"@vonage/auth": "^1.5.0",
"@vonage/sms": "^1.7.0",
"apollo-server-express": "2.25.1",
"argon2": "0.28.2",
"axios": "0.21.1",
@ -80,6 +82,7 @@
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"talisman": "^0.20.0",
"telnyx": "^1.25.5",
"twilio": "^3.6.1",
"uuid": "8.3.2",
"web3": "1.7.1",
@ -122,7 +125,7 @@
"test": "mocha --recursive tests",
"jtest": "jest --detectOpenHandles",
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
"server": "nodemon bin/lamassu-server --mockSms --mockScoring --logLevel silly",
"server": "nodemon bin/lamassu-server --mockScoring --logLevel silly",
"admin-server": "nodemon bin/lamassu-admin-server --dev --logLevel silly",
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",