@xyo-network/diviner-image-thumbnail 2.79.4 → 2.79.6
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
|
-
"@xylabs/assert": "^2.13.
|
|
14
|
-
"@xylabs/exists": "^2.13.
|
|
15
|
-
"@xyo-network/abstract-diviner": "~2.79.
|
|
16
|
-
"@xyo-network/archivist-model": "~2.79.
|
|
17
|
-
"@xyo-network/archivist-wrapper": "~2.79.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.79.
|
|
19
|
-
"@xyo-network/core": "~2.79.
|
|
20
|
-
"@xyo-network/diviner-boundwitness-model": "~2.79.
|
|
21
|
-
"@xyo-network/diviner-indexing": "~2.79.
|
|
22
|
-
"@xyo-network/diviner-model": "~2.79.
|
|
23
|
-
"@xyo-network/diviner-payload-model": "~2.79.
|
|
24
|
-
"@xyo-network/diviner-wrapper": "~2.79.
|
|
25
|
-
"@xyo-network/image-thumbnail-payload-plugin": "~2.79.
|
|
26
|
-
"@xyo-network/module-model": "~2.79.
|
|
27
|
-
"@xyo-network/payload-builder": "~2.79.
|
|
28
|
-
"@xyo-network/payload-model": "~2.79.
|
|
29
|
-
"@xyo-network/url-payload-plugin": "~2.79.
|
|
30
|
-
"@xyo-network/witness-timestamp": "~2.79.
|
|
13
|
+
"@xylabs/assert": "^2.13.9",
|
|
14
|
+
"@xylabs/exists": "^2.13.9",
|
|
15
|
+
"@xyo-network/abstract-diviner": "~2.79.6",
|
|
16
|
+
"@xyo-network/archivist-model": "~2.79.6",
|
|
17
|
+
"@xyo-network/archivist-wrapper": "~2.79.6",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.79.6",
|
|
19
|
+
"@xyo-network/core": "~2.79.6",
|
|
20
|
+
"@xyo-network/diviner-boundwitness-model": "~2.79.6",
|
|
21
|
+
"@xyo-network/diviner-indexing": "~2.79.6",
|
|
22
|
+
"@xyo-network/diviner-model": "~2.79.6",
|
|
23
|
+
"@xyo-network/diviner-payload-model": "~2.79.6",
|
|
24
|
+
"@xyo-network/diviner-wrapper": "~2.79.6",
|
|
25
|
+
"@xyo-network/image-thumbnail-payload-plugin": "~2.79.6",
|
|
26
|
+
"@xyo-network/module-model": "~2.79.6",
|
|
27
|
+
"@xyo-network/payload-builder": "~2.79.6",
|
|
28
|
+
"@xyo-network/payload-model": "~2.79.6",
|
|
29
|
+
"@xyo-network/url-payload-plugin": "~2.79.6",
|
|
30
|
+
"@xyo-network/witness-timestamp": "~2.79.6"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@xylabs/delay": "^2.13.
|
|
33
|
+
"@xylabs/delay": "^2.13.9",
|
|
34
34
|
"@xylabs/ts-scripts-yarn3": "^3.1.21",
|
|
35
35
|
"@xylabs/tsconfig": "^3.1.21",
|
|
36
|
-
"@xyo-network/account": "~2.79.
|
|
37
|
-
"@xyo-network/boundwitness-builder": "~2.79.
|
|
38
|
-
"@xyo-network/diviner-boundwitness-memory": "~2.79.
|
|
39
|
-
"@xyo-network/diviner-payload-memory": "~2.79.
|
|
40
|
-
"@xyo-network/manifest": "~2.79.
|
|
41
|
-
"@xyo-network/memory-archivist": "~2.79.
|
|
42
|
-
"@xyo-network/node-memory": "~2.79.
|
|
36
|
+
"@xyo-network/account": "~2.79.6",
|
|
37
|
+
"@xyo-network/boundwitness-builder": "~2.79.6",
|
|
38
|
+
"@xyo-network/diviner-boundwitness-memory": "~2.79.6",
|
|
39
|
+
"@xyo-network/diviner-payload-memory": "~2.79.6",
|
|
40
|
+
"@xyo-network/manifest": "~2.79.6",
|
|
41
|
+
"@xyo-network/memory-archivist": "~2.79.6",
|
|
42
|
+
"@xyo-network/node-memory": "~2.79.6",
|
|
43
43
|
"typescript": "^5.2.2"
|
|
44
44
|
},
|
|
45
45
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
83
83
|
},
|
|
84
84
|
"sideEffects": false,
|
|
85
|
-
"version": "2.79.
|
|
85
|
+
"version": "2.79.6"
|
|
86
86
|
}
|
|
@@ -31,21 +31,20 @@
|
|
|
31
31
|
"schema": "network.xyo.diviner.payload.config"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
-
|
|
35
34
|
{
|
|
36
35
|
"config": {
|
|
37
36
|
"labels": {
|
|
38
|
-
"network.xyo.
|
|
39
|
-
"network.xyo.
|
|
37
|
+
"network.xyo.diviner.stage": "stateToIndexCandidateDiviner",
|
|
38
|
+
"network.xyo.image.thumbnail": "diviner"
|
|
40
39
|
},
|
|
41
40
|
"language": "javascript",
|
|
42
41
|
"name": "ImageThumbnailStateToIndexCandidateDiviner",
|
|
43
|
-
"schema": "network.xyo.diviner.config",
|
|
44
42
|
"payloadStore": {
|
|
45
43
|
"archivist": "ImageThumbnailArchivist",
|
|
46
44
|
"boundWitnessDiviner": "ImageThumbnailBoundWitnessDiviner",
|
|
47
45
|
"payloadDiviner": "ImageThumbnailPayloadDiviner"
|
|
48
|
-
}
|
|
46
|
+
},
|
|
47
|
+
"schema": "network.xyo.diviner.config"
|
|
49
48
|
}
|
|
50
49
|
}
|
|
51
50
|
]
|
|
@@ -53,4 +52,4 @@
|
|
|
53
52
|
}
|
|
54
53
|
],
|
|
55
54
|
"schema": "network.xyo.manifest"
|
|
56
|
-
}
|
|
55
|
+
}
|
|
@@ -81,24 +81,24 @@
|
|
|
81
81
|
{
|
|
82
82
|
"config": {
|
|
83
83
|
"labels": {
|
|
84
|
-
"network.xyo.
|
|
85
|
-
"network.xyo.
|
|
84
|
+
"network.xyo.diviner.stage": "stateToIndexCandidateDiviner",
|
|
85
|
+
"network.xyo.image.thumbnail": "diviner"
|
|
86
86
|
},
|
|
87
87
|
"language": "javascript",
|
|
88
88
|
"name": "ImageThumbnailStateToIndexCandidateDiviner",
|
|
89
|
-
"schema": "network.xyo.diviner.config",
|
|
90
89
|
"payloadStore": {
|
|
91
90
|
"archivist": "ImageThumbnailArchivist",
|
|
92
91
|
"boundWitnessDiviner": "ImageThumbnailBoundWitnessDiviner",
|
|
93
92
|
"payloadDiviner": "ImageThumbnailPayloadDiviner"
|
|
94
|
-
}
|
|
93
|
+
},
|
|
94
|
+
"schema": "network.xyo.diviner.config"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"config": {
|
|
99
99
|
"labels": {
|
|
100
|
-
"network.xyo.
|
|
101
|
-
"network.xyo.
|
|
100
|
+
"network.xyo.diviner.stage": "indexCandidateToIndexDiviner",
|
|
101
|
+
"network.xyo.image.thumbnail": "diviner"
|
|
102
102
|
},
|
|
103
103
|
"language": "javascript",
|
|
104
104
|
"name": "ImageThumbnailIndexCandidateToImageThumbnailIndexDiviner",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
{
|
|
109
109
|
"config": {
|
|
110
110
|
"labels": {
|
|
111
|
-
"network.xyo.
|
|
112
|
-
"network.xyo.
|
|
111
|
+
"network.xyo.diviner.stage": "divinerQueryToIndexQueryDiviner",
|
|
112
|
+
"network.xyo.image.thumbnail": "diviner"
|
|
113
113
|
},
|
|
114
114
|
"language": "javascript",
|
|
115
115
|
"name": "ImageThumbnailQueryToImageThumbnailIndexQueryDiviner",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
{
|
|
120
120
|
"config": {
|
|
121
121
|
"labels": {
|
|
122
|
-
"network.xyo.
|
|
123
|
-
"network.xyo.
|
|
122
|
+
"network.xyo.diviner.stage": "indexQueryResponseToDivinerQueryResponseDiviner",
|
|
123
|
+
"network.xyo.image.thumbnail": "diviner"
|
|
124
124
|
},
|
|
125
125
|
"language": "javascript",
|
|
126
126
|
"name": "ImageThumbnailIndexQueryResponseToImageThumbnailQueryResponseDiviner",
|
|
@@ -129,17 +129,17 @@
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"config": {
|
|
132
|
+
"indexStore": {
|
|
133
|
+
"archivist": "ImageThumbnailDivinerIndexArchivist",
|
|
134
|
+
"boundWitnessDiviner": "ImageThumbnailDivinerIndexBoundWitnessDiviner",
|
|
135
|
+
"payloadDiviner": "ImageThumbnailDivinerIndexPayloadDiviner"
|
|
136
|
+
},
|
|
132
137
|
"indexingDivinerStages": {
|
|
133
138
|
"divinerQueryToIndexQueryDiviner": "ImageThumbnailQueryToImageThumbnailIndexQueryDiviner",
|
|
134
139
|
"indexCandidateToIndexDiviner": "ImageThumbnailIndexCandidateToImageThumbnailIndexDiviner",
|
|
135
140
|
"indexQueryResponseToDivinerQueryResponseDiviner": "ImageThumbnailIndexQueryResponseToImageThumbnailQueryResponseDiviner",
|
|
136
141
|
"stateToIndexCandidateDiviner": "ImageThumbnailStateToIndexCandidateDiviner"
|
|
137
142
|
},
|
|
138
|
-
"indexStore": {
|
|
139
|
-
"archivist": "ImageThumbnailDivinerIndexArchivist",
|
|
140
|
-
"boundWitnessDiviner": "ImageThumbnailDivinerIndexBoundWitnessDiviner",
|
|
141
|
-
"payloadDiviner": "ImageThumbnailDivinerIndexPayloadDiviner"
|
|
142
|
-
},
|
|
143
143
|
"language": "javascript",
|
|
144
144
|
"name": "ImageThumbnailDiviner",
|
|
145
145
|
"pollFrequency": 1000,
|
|
@@ -156,4 +156,4 @@
|
|
|
156
156
|
}
|
|
157
157
|
],
|
|
158
158
|
"schema": "network.xyo.manifest"
|
|
159
|
-
}
|
|
159
|
+
}
|