@xyo-network/modules 3.5.2 → 3.6.0-rc.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/modules",
3
- "version": "3.5.2",
3
+ "version": "3.6.0-rc.10",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,40 +29,41 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/archivist": "^3.5.2",
33
- "@xyo-network/bridge": "^3.5.2",
34
- "@xyo-network/diviner": "^3.5.2",
35
- "@xyo-network/module": "^3.5.2",
36
- "@xyo-network/node": "^3.5.2",
37
- "@xyo-network/sentinel": "^3.5.2",
38
- "@xyo-network/witness": "^3.5.2"
32
+ "@xyo-network/archivist": "^3.6.0-rc.10",
33
+ "@xyo-network/bridge": "^3.6.0-rc.10",
34
+ "@xyo-network/diviner": "^3.6.0-rc.10",
35
+ "@xyo-network/module": "^3.6.0-rc.10",
36
+ "@xyo-network/node": "^3.6.0-rc.10",
37
+ "@xyo-network/sentinel": "^3.6.0-rc.10",
38
+ "@xyo-network/witness": "^3.6.0-rc.10"
39
39
  },
40
40
  "devDependencies": {
41
- "@swc/core": "1.9.3",
42
- "@xylabs/delay": "^4.4.9",
43
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
44
- "@xylabs/tsconfig": "^4.2.4",
45
- "@xylabs/vitest-extended": "^4.4.9",
46
- "@xyo-network/account": "^3.5.2",
47
- "@xyo-network/archivist-memory": "^3.5.2",
48
- "@xyo-network/archivist-model": "^3.5.2",
49
- "@xyo-network/diviner-address-history": "^3.5.2",
50
- "@xyo-network/diviner-jsonpatch-memory": "^3.5.2",
51
- "@xyo-network/diviner-jsonpath-aggregate-memory": "^3.5.2",
52
- "@xyo-network/diviner-jsonpath-memory": "^3.5.2",
53
- "@xyo-network/diviner-model": "^3.5.2",
54
- "@xyo-network/manifest": "^3.5.2",
55
- "@xyo-network/module-factory-locator": "^3.5.2",
56
- "@xyo-network/module-resolver": "^3.5.2",
57
- "@xyo-network/node-memory": "^3.5.2",
58
- "@xyo-network/node-model": "^3.5.2",
59
- "@xyo-network/payload-model": "^3.5.2",
60
- "@xyo-network/witness-adhoc": "^3.5.2",
61
- "@xyo-network/witness-model": "^3.5.2",
41
+ "@swc/core": "1.10.1",
42
+ "@xylabs/delay": "^4.4.21",
43
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
44
+ "@xylabs/tsconfig": "^4.2.6",
45
+ "@xylabs/vitest-extended": "^4.4.21",
46
+ "@xyo-network/account": "^3.6.0-rc.10",
47
+ "@xyo-network/archivist-memory": "^3.6.0-rc.10",
48
+ "@xyo-network/archivist-model": "^3.6.0-rc.10",
49
+ "@xyo-network/diviner-address-history": "^3.6.0-rc.10",
50
+ "@xyo-network/diviner-jsonpatch-memory": "^3.6.0-rc.10",
51
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "^3.6.0-rc.10",
52
+ "@xyo-network/diviner-jsonpath-memory": "^3.6.0-rc.10",
53
+ "@xyo-network/diviner-model": "^3.6.0-rc.10",
54
+ "@xyo-network/manifest": "^3.6.0-rc.10",
55
+ "@xyo-network/module-factory-locator": "^3.6.0-rc.10",
56
+ "@xyo-network/module-resolver": "^3.6.0-rc.10",
57
+ "@xyo-network/node-memory": "^3.6.0-rc.10",
58
+ "@xyo-network/node-model": "^3.6.0-rc.10",
59
+ "@xyo-network/payload-model": "^3.6.0-rc.10",
60
+ "@xyo-network/witness-adhoc": "^3.6.0-rc.10",
61
+ "@xyo-network/witness-model": "^3.6.0-rc.10",
62
62
  "typescript": "^5.7.2",
63
- "vitest": "^2.1.5"
63
+ "vitest": "^2.1.8"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
67
- }
67
+ },
68
+ "stableVersion": "3.5.2"
68
69
  }
@@ -63,9 +63,7 @@
63
63
  "limit": 1,
64
64
  "order": "asc",
65
65
  "schema": "network.xyo.diviner.payload.query",
66
- "schemas": [
67
- "network.xyo.test"
68
- ]
66
+ "schemas": ["network.xyo.test"]
69
67
  }
70
68
  }
71
69
  },
@@ -81,11 +79,6 @@
81
79
  "destinationField": "limit",
82
80
  "sourcePathExpression": "$.limit"
83
81
  },
84
- {
85
- "defaultValue": 0,
86
- "destinationField": "offset",
87
- "sourcePathExpression": "$.offset"
88
- },
89
82
  {
90
83
  "destinationField": "order",
91
84
  "sourcePathExpression": "$.order"
@@ -101,9 +94,7 @@
101
94
  {
102
95
  "config": {
103
96
  "archiving": {
104
- "archivists": [
105
- "Results"
106
- ]
97
+ "archivists": ["Results"]
107
98
  },
108
99
  "automations": [
109
100
  {
@@ -123,15 +114,11 @@
123
114
  "mod": "PayloadDivinerQueryTemplateWitness"
124
115
  },
125
116
  {
126
- "input": [
127
- "PayloadDivinerQueryTemplateWitness"
128
- ],
117
+ "input": ["PayloadDivinerQueryTemplateWitness"],
129
118
  "mod": "PayloadDivinerQueryBuilder"
130
119
  },
131
120
  {
132
- "input": [
133
- "PayloadDivinerQueryBuilder"
134
- ],
121
+ "input": ["PayloadDivinerQueryBuilder"],
135
122
  "mod": "PayloadDiviner"
136
123
  }
137
124
  ]
@@ -148,4 +135,4 @@
148
135
  }
149
136
  ],
150
137
  "schema": "network.xyo.manifest"
151
- }
138
+ }