@happyvertical/smrt-gnode 0.40.14 → 0.40.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/manifest.json +2 -2
- package/dist/smrt-knowledge.json +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ pnpm add @happyvertical/smrt-gnode
|
|
|
12
12
|
|
|
13
13
|
## Intent
|
|
14
14
|
|
|
15
|
-
Gnodes are federated local knowledge bases. This package will provide the federation protocols needed for P2P discovery and cross-gnode communication. No
|
|
15
|
+
Gnodes are federated local knowledge bases. This package will provide the federation protocols needed for P2P discovery and cross-gnode communication. No s-m-r-t models are present -- this is a library-stage package.
|
|
16
16
|
|
|
17
17
|
## Exports
|
|
18
18
|
|
package/dist/manifest.json
CHANGED
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-20T07:55:11.121Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-gnode",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.16",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "23222e4bfc317a595b676c5a739b20849c9d4446b331d9181d025d61b5ea7d90",
|
|
10
|
+
"packageJson": "20d2523187574c78e3558baec2c1b2a1a1eb6c7e6fcf23665a24ae89b2baf4e1",
|
|
11
11
|
"agents": "5e2c6b06a89d78b8d44ff45304477228895406f96f2c067e9926d8d6870ca268"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-gnode",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.16",
|
|
4
4
|
"description": "SMRT federation library for building federated local knowledge bases (gnodes)",
|
|
5
5
|
"author": "HappyVertical",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@happyvertical/logger": "^0.80.2",
|
|
26
26
|
"@happyvertical/sql": "^0.80.2",
|
|
27
27
|
"@happyvertical/utils": "^0.80.2",
|
|
28
|
-
"@happyvertical/smrt-core": "0.40.
|
|
28
|
+
"@happyvertical/smrt-core": "0.40.16"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "24.13.2",
|