@xyo-network/node 2.47.3 → 2.47.5

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/package.json CHANGED
@@ -13,15 +13,15 @@
13
13
  "@xylabs/assert": "^2.7.1",
14
14
  "@xylabs/exists": "^2.7.1",
15
15
  "@xylabs/promise": "^2.7.1",
16
- "@xyo-network/account": "^2.47.3",
17
- "@xyo-network/address-payload-plugin": "^2.47.3",
18
- "@xyo-network/archivist-wrapper": "^2.47.3",
19
- "@xyo-network/module": "^2.47.3",
20
- "@xyo-network/module-model": "^2.47.3",
21
- "@xyo-network/payload-builder": "^2.47.3",
22
- "@xyo-network/payload-model": "^2.47.3",
23
- "@xyo-network/payload-wrapper": "^2.47.3",
24
- "@xyo-network/promise": "^2.47.3"
16
+ "@xyo-network/account": "^2.47.5",
17
+ "@xyo-network/address-payload-plugin": "^2.47.5",
18
+ "@xyo-network/archivist-wrapper": "^2.47.5",
19
+ "@xyo-network/module": "^2.47.5",
20
+ "@xyo-network/module-model": "^2.47.5",
21
+ "@xyo-network/payload-builder": "^2.47.5",
22
+ "@xyo-network/payload-model": "^2.47.5",
23
+ "@xyo-network/payload-wrapper": "^2.47.5",
24
+ "@xyo-network/promise": "^2.47.5"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@xylabs/ts-scripts-yarn3": "^2.14.15",
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/types/index.d.ts",
64
- "version": "2.47.3"
64
+ "version": "2.47.5"
65
65
  }
@@ -12,34 +12,8 @@ exports[`MemoryNode description node with child modules serializes to JSON consi
12
12
  "network.xyo.query.module.subscribe"
13
13
  ],
14
14
  "children": [
15
- {
16
- "address": "b3bbeb946d88cd5fe70146a6bb276c7b384f6582",
17
- "queries": [
18
- "network.xyo.query.archivist.all",
19
- "network.xyo.query.archivist.delete",
20
- "network.xyo.query.archivist.clear",
21
- "network.xyo.query.archivist.find",
22
- "network.xyo.query.archivist.insert",
23
- "network.xyo.query.archivist.commit",
24
- "network.xyo.query.archivist.get",
25
- "network.xyo.query.module.discover",
26
- "network.xyo.query.module.subscribe"
27
- ]
28
- },
29
- {
30
- "address": "ca2e94ac3ae1084072b3a4407881bf940dc2019c",
31
- "queries": [
32
- "network.xyo.query.archivist.all",
33
- "network.xyo.query.archivist.delete",
34
- "network.xyo.query.archivist.clear",
35
- "network.xyo.query.archivist.find",
36
- "network.xyo.query.archivist.insert",
37
- "network.xyo.query.archivist.commit",
38
- "network.xyo.query.archivist.get",
39
- "network.xyo.query.module.discover",
40
- "network.xyo.query.module.subscribe"
41
- ]
42
- }
15
+ "b3bbeb946d88cd5fe70146a6bb276c7b384f6582",
16
+ "ca2e94ac3ae1084072b3a4407881bf940dc2019c"
43
17
  ]
44
18
  }"
45
19
  `;
@@ -56,45 +30,9 @@ exports[`MemoryNode description node with nested nodes and modules serializes to
56
30
  "network.xyo.query.module.subscribe"
57
31
  ],
58
32
  "children": [
59
- {
60
- "address": "f59810a9da8a99e464355a411afe06f8c2d1c4b8",
61
- "queries": [
62
- "network.xyo.query.archivist.all",
63
- "network.xyo.query.archivist.delete",
64
- "network.xyo.query.archivist.clear",
65
- "network.xyo.query.archivist.find",
66
- "network.xyo.query.archivist.insert",
67
- "network.xyo.query.archivist.commit",
68
- "network.xyo.query.archivist.get",
69
- "network.xyo.query.module.discover",
70
- "network.xyo.query.module.subscribe"
71
- ]
72
- },
73
- {
74
- "address": "b3bbeb946d88cd5fe70146a6bb276c7b384f6582",
75
- "queries": [
76
- "network.xyo.query.node.attach",
77
- "network.xyo.query.node.detach",
78
- "network.xyo.query.node.attached",
79
- "network.xyo.query.node.registered",
80
- "network.xyo.query.module.discover",
81
- "network.xyo.query.module.subscribe"
82
- ]
83
- },
84
- {
85
- "address": "ca2e94ac3ae1084072b3a4407881bf940dc2019c",
86
- "queries": [
87
- "network.xyo.query.archivist.all",
88
- "network.xyo.query.archivist.delete",
89
- "network.xyo.query.archivist.clear",
90
- "network.xyo.query.archivist.find",
91
- "network.xyo.query.archivist.insert",
92
- "network.xyo.query.archivist.commit",
93
- "network.xyo.query.archivist.get",
94
- "network.xyo.query.module.discover",
95
- "network.xyo.query.module.subscribe"
96
- ]
97
- }
33
+ "f59810a9da8a99e464355a411afe06f8c2d1c4b8",
34
+ "b3bbeb946d88cd5fe70146a6bb276c7b384f6582",
35
+ "ca2e94ac3ae1084072b3a4407881bf940dc2019c"
98
36
  ]
99
37
  }"
100
38
  `;