@xyo-network/modules 2.89.0-rc.9 → 2.89.1

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-rc.9",
14
- "@xyo-network/bridge": "~2.89.0-rc.9",
15
- "@xyo-network/diviner": "~2.89.0-rc.9",
16
- "@xyo-network/module": "~2.89.0-rc.9",
17
- "@xyo-network/node": "~2.89.0-rc.9",
18
- "@xyo-network/sentinel": "~2.89.0-rc.9",
19
- "@xyo-network/witness": "~2.89.0-rc.9"
13
+ "@xyo-network/archivist": "~2.89.1",
14
+ "@xyo-network/bridge": "~2.89.1",
15
+ "@xyo-network/diviner": "~2.89.1",
16
+ "@xyo-network/module": "~2.89.1",
17
+ "@xyo-network/node": "~2.89.1",
18
+ "@xyo-network/sentinel": "~2.89.1",
19
+ "@xyo-network/witness": "~2.89.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@swc/core": "^1.3.106",
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-rc.9",
27
- "@xyo-network/archivist-memory": "~2.89.0-rc.9",
28
- "@xyo-network/archivist-model": "~2.89.0-rc.9",
29
- "@xyo-network/diviner-address-history": "~2.89.0-rc.9",
30
- "@xyo-network/diviner-boundwitness-memory": "~2.89.0-rc.9",
31
- "@xyo-network/diviner-jsonpatch-memory": "~2.89.0-rc.9",
32
- "@xyo-network/diviner-jsonpath-aggregate-memory": "~2.89.0-rc.9",
33
- "@xyo-network/diviner-jsonpath-memory": "~2.89.0-rc.9",
34
- "@xyo-network/diviner-model": "~2.89.0-rc.9",
35
- "@xyo-network/diviner-payload-memory": "~2.89.0-rc.9",
36
- "@xyo-network/manifest": "~2.89.0-rc.9",
37
- "@xyo-network/module-model": "~2.89.0-rc.9",
38
- "@xyo-network/module-resolver": "~2.89.0-rc.9",
39
- "@xyo-network/node-memory": "~2.89.0-rc.9",
40
- "@xyo-network/node-model": "~2.89.0-rc.9",
41
- "@xyo-network/witness-adhoc": "~2.89.0-rc.9",
42
- "@xyo-network/witness-model": "~2.89.0-rc.9",
26
+ "@xyo-network/account": "~2.89.1",
27
+ "@xyo-network/archivist-memory": "~2.89.1",
28
+ "@xyo-network/archivist-model": "~2.89.1",
29
+ "@xyo-network/diviner-address-history": "~2.89.1",
30
+ "@xyo-network/diviner-boundwitness-memory": "~2.89.1",
31
+ "@xyo-network/diviner-jsonpatch-memory": "~2.89.1",
32
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "~2.89.1",
33
+ "@xyo-network/diviner-jsonpath-memory": "~2.89.1",
34
+ "@xyo-network/diviner-model": "~2.89.1",
35
+ "@xyo-network/diviner-payload-memory": "~2.89.1",
36
+ "@xyo-network/manifest": "~2.89.1",
37
+ "@xyo-network/module-model": "~2.89.1",
38
+ "@xyo-network/module-resolver": "~2.89.1",
39
+ "@xyo-network/node-memory": "~2.89.1",
40
+ "@xyo-network/node-model": "~2.89.1",
41
+ "@xyo-network/witness-adhoc": "~2.89.1",
42
+ "@xyo-network/witness-model": "~2.89.1",
43
43
  "typescript": "^5.3.3"
44
44
  },
45
45
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -81,7 +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-rc.9",
85
- "type": "module",
86
- "stableVersion": "2.88.3"
84
+ "version": "2.89.1",
85
+ "type": "module"
87
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
+ }