Merge 2.2 into master (#771)

This commit is contained in:
cybermaggedon 2026-04-08 14:17:18 +01:00 committed by GitHub
parent dc72ed3cca
commit befe951b2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 2840 additions and 32 deletions

View file

@ -0,0 +1,13 @@
{
"name": "explain-api-example",
"version": "1.0.0",
"description": "TrustGraph explainability API example",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@trustgraph/client": "^1.7.2"
}
}