Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
831 changes: 218 additions & 613 deletions backend/core/app-node/package-lock.json

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions backend/core/app-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tetherto/mdk-app-node",
"version": "0.0.1",
"version": "0.3.0",
"description": "MDK App Node",
"keywords": [
"tether"
Expand Down Expand Up @@ -51,10 +51,16 @@
"tether-svc-test-helper": "git+https://github.com/tetherto/tether-svc-test-helper.git"
},
"overrides": {
"@fastify/oauth2": "8.2.0",
"@fastify/static": "9.1.3",
"@tootallnate/once": "3.0.1",
"tar": ">=7.5.4",
"acorn": ">=8.17.0",
"fastify": "5.8.5",
"@fastify/static": "9.1.3",
"@fastify/oauth2": "8.2.0"
"joi": ">=17.13.4",
"js-yaml": ">=4.3.0",
"minimatch": ">=10.2.1",
"qs": ">=6.15.3",
"semver": ">=7.8.5",
"tar": ">=7.5.19"
}
}
424 changes: 162 additions & 262 deletions backend/core/client/package-lock.json

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions backend/core/client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@tetherto/mdk-client",
"version": "0.0.1",
"description": "MDK protocol client — IPC and HRPC (RPC gateway) transports for ORK",
"version": "0.3.0",
"description": "MDK protocol client HRPC (RPC gateway) transports for ORK",
"main": "index.js",
"keywords": ["tether", "mdk", "client"],
"keywords": [
"tether",
"mdk",
"client"
],
"author": "Tether",
"license": "Apache-2.0",
"engines": {
Expand All @@ -23,5 +27,13 @@
"devDependencies": {
"brittle": "3.18.0",
"standard": "17.1.0"
},
"overrides": {
"acorn": ">=8.17.0",
"js-yaml": ">=4.3.0",
"minimatch": ">=10.2.1",
"qs": ">=6.15.3",
"semver": ">=7.8.5",
"tar": ">=7.5.19"
}
}
Loading
Loading