@happyvertical/smrt-gnode 0.40.13 → 0.40.15

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 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 SMRT models are present -- this is a library-stage package.
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
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1784369923523,
3
+ "timestamp": 1784492224553,
4
4
  "packageName": "@happyvertical/smrt-gnode",
5
- "packageVersion": "0.40.13",
5
+ "packageVersion": "0.40.15",
6
6
  "objects": {},
7
7
  "moduleType": "smrt",
8
8
  "smrtDependencies": [
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-07-18T10:18:45.737Z",
3
+ "generatedAt": "2026-07-19T20:17:06.905Z",
4
4
  "packageName": "@happyvertical/smrt-gnode",
5
- "packageVersion": "0.40.13",
5
+ "packageVersion": "0.40.15",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "b60db6a401b33a10fa65e00c1f55a3f46e519887e34ef93c0dc72f9c6810f8d3",
10
- "packageJson": "b4702394069689e864732106d0cc1c9945969b3c8618b7ac17a206e3c7ed0259",
9
+ "manifest": "94ccced6d5118d2aa2555872a76abfdc8cf58b6362025a0213db18a131c0a805",
10
+ "packageJson": "b2961239c6549a5d1e804f3656b5c6ad3ed36977ec1677c3991dc297dd7c5728",
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.13",
3
+ "version": "0.40.15",
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.13"
28
+ "@happyvertical/smrt-core": "0.40.15"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "24.13.2",