@xyo-network/modules 2.89.0 → 2.89.2

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
@@ -10,36 +10,36 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "~2.89.0",
14
- "@xyo-network/bridge": "~2.89.0",
15
- "@xyo-network/diviner": "~2.89.0",
16
- "@xyo-network/module": "~2.89.0",
17
- "@xyo-network/node": "~2.89.0",
18
- "@xyo-network/sentinel": "~2.89.0",
19
- "@xyo-network/witness": "~2.89.0"
13
+ "@xyo-network/archivist": "~2.89.2",
14
+ "@xyo-network/bridge": "~2.89.2",
15
+ "@xyo-network/diviner": "~2.89.2",
16
+ "@xyo-network/module": "~2.89.2",
17
+ "@xyo-network/node": "~2.89.2",
18
+ "@xyo-network/sentinel": "~2.89.2",
19
+ "@xyo-network/witness": "~2.89.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@swc/core": "^1.4.0",
23
23
  "@xylabs/delay": "^2.14.0",
24
24
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
25
25
  "@xylabs/tsconfig": "^3.2.42",
26
- "@xyo-network/account": "~2.89.0",
27
- "@xyo-network/archivist-memory": "~2.89.0",
28
- "@xyo-network/archivist-model": "~2.89.0",
29
- "@xyo-network/diviner-address-history": "~2.89.0",
30
- "@xyo-network/diviner-boundwitness-memory": "~2.89.0",
31
- "@xyo-network/diviner-jsonpatch-memory": "~2.89.0",
32
- "@xyo-network/diviner-jsonpath-aggregate-memory": "~2.89.0",
33
- "@xyo-network/diviner-jsonpath-memory": "~2.89.0",
34
- "@xyo-network/diviner-model": "~2.89.0",
35
- "@xyo-network/diviner-payload-memory": "~2.89.0",
36
- "@xyo-network/manifest": "~2.89.0",
37
- "@xyo-network/module-model": "~2.89.0",
38
- "@xyo-network/module-resolver": "~2.89.0",
39
- "@xyo-network/node-memory": "~2.89.0",
40
- "@xyo-network/node-model": "~2.89.0",
41
- "@xyo-network/witness-adhoc": "~2.89.0",
42
- "@xyo-network/witness-model": "~2.89.0",
26
+ "@xyo-network/account": "~2.89.2",
27
+ "@xyo-network/archivist-memory": "~2.89.2",
28
+ "@xyo-network/archivist-model": "~2.89.2",
29
+ "@xyo-network/diviner-address-history": "~2.89.2",
30
+ "@xyo-network/diviner-boundwitness-memory": "~2.89.2",
31
+ "@xyo-network/diviner-jsonpatch-memory": "~2.89.2",
32
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "~2.89.2",
33
+ "@xyo-network/diviner-jsonpath-memory": "~2.89.2",
34
+ "@xyo-network/diviner-model": "~2.89.2",
35
+ "@xyo-network/diviner-payload-memory": "~2.89.2",
36
+ "@xyo-network/manifest": "~2.89.2",
37
+ "@xyo-network/module-model": "~2.89.2",
38
+ "@xyo-network/module-resolver": "~2.89.2",
39
+ "@xyo-network/node-memory": "~2.89.2",
40
+ "@xyo-network/node-model": "~2.89.2",
41
+ "@xyo-network/witness-adhoc": "~2.89.2",
42
+ "@xyo-network/witness-model": "~2.89.2",
43
43
  "typescript": "^5.3.3"
44
44
  },
45
45
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -81,6 +81,6 @@
81
81
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
82
82
  },
83
83
  "sideEffects": false,
84
- "version": "2.89.0",
84
+ "version": "2.89.2",
85
85
  "type": "module"
86
86
  }
@@ -55,7 +55,6 @@
55
55
  "schema": "network.xyo.diviner.jsonpatch.config"
56
56
  }
57
57
  },
58
-
59
58
  {
60
59
  "config": {
61
60
  "name": "PayloadDivinerQueryTemplateWitness",
@@ -64,7 +63,9 @@
64
63
  "limit": 1,
65
64
  "order": "asc",
66
65
  "schema": "network.xyo.diviner.payload.query",
67
- "schemas": ["network.xyo.test"]
66
+ "schemas": [
67
+ "network.xyo.test"
68
+ ]
68
69
  }
69
70
  }
70
71
  },
@@ -75,12 +76,6 @@
75
76
  "name": "PayloadDivinerQueryBuilder",
76
77
  "schema": "network.xyo.diviner.jsonpath.aggregate.config",
77
78
  "schemaTransforms": {
78
- "network.xyo.module.state": [
79
- {
80
- "destinationField": "offset",
81
- "sourcePathExpression": "$.offset"
82
- }
83
- ],
84
79
  "network.xyo.diviner.payload.query": [
85
80
  {
86
81
  "destinationField": "limit",
@@ -106,7 +101,9 @@
106
101
  {
107
102
  "config": {
108
103
  "archiving": {
109
- "archivists": ["Results"]
104
+ "archivists": [
105
+ "Results"
106
+ ]
110
107
  },
111
108
  "automations": [
112
109
  {
@@ -126,11 +123,15 @@
126
123
  "module": "PayloadDivinerQueryTemplateWitness"
127
124
  },
128
125
  {
129
- "input": ["PayloadDivinerQueryTemplateWitness"],
126
+ "input": [
127
+ "PayloadDivinerQueryTemplateWitness"
128
+ ],
130
129
  "module": "PayloadDivinerQueryBuilder"
131
130
  },
132
131
  {
133
- "input": ["PayloadDivinerQueryBuilder"],
132
+ "input": [
133
+ "PayloadDivinerQueryBuilder"
134
+ ],
134
135
  "module": "PayloadDiviner"
135
136
  }
136
137
  ]
@@ -147,4 +148,4 @@
147
148
  }
148
149
  ],
149
150
  "schema": "network.xyo.manifest"
150
- }
151
+ }