@xyo-network/diviner-temporal-indexing-memory 3.14.16 → 3.14.18
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/README.md +10 -0
- package/package.json +36 -37
- package/src/spec/TemporalDiviner.json +4 -3
package/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
# @xyo-network/diviner-temporal-indexing-memory
|
|
2
|
+
|
|
1
3
|
[![logo][]](https://xyo.network)
|
|
2
4
|
|
|
5
|
+
Version: 3.14.16
|
|
6
|
+
|
|
7
|
+
Primary SDK for using XYO Protocol 2.0
|
|
8
|
+
|
|
9
|
+
## Documentation
|
|
10
|
+
|
|
11
|
+
[TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__diviner-temporal-indexing-memory)
|
|
12
|
+
|
|
3
13
|
Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
4
14
|
|
|
5
15
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-temporal-indexing-memory",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.18",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,45 +29,44 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/array": "^4.
|
|
33
|
-
"@xylabs/assert": "^4.
|
|
34
|
-
"@xylabs/exists": "^4.
|
|
35
|
-
"@xyo-network/archivist-model": "^3.14.
|
|
36
|
-
"@xyo-network/archivist-wrapper": "^3.14.
|
|
37
|
-
"@xyo-network/boundwitness-model": "^3.14.
|
|
38
|
-
"@xyo-network/boundwitness-validator": "^3.14.
|
|
39
|
-
"@xyo-network/diviner-abstract": "^3.14.
|
|
40
|
-
"@xyo-network/diviner-boundwitness-abstract": "^3.14.
|
|
41
|
-
"@xyo-network/diviner-boundwitness-model": "^3.14.
|
|
42
|
-
"@xyo-network/diviner-indexing-memory": "^3.14.
|
|
43
|
-
"@xyo-network/diviner-indexing-model": "^3.14.
|
|
44
|
-
"@xyo-network/diviner-jsonpath-aggregate-memory": "^3.14.
|
|
45
|
-
"@xyo-network/diviner-jsonpath-model": "^3.14.
|
|
46
|
-
"@xyo-network/diviner-model": "^3.14.
|
|
47
|
-
"@xyo-network/diviner-payload-model": "^3.14.
|
|
48
|
-
"@xyo-network/diviner-temporal-indexing-model": "^3.14.
|
|
49
|
-
"@xyo-network/diviner-wrapper": "^3.14.
|
|
50
|
-
"@xyo-network/module-model": "^3.14.
|
|
51
|
-
"@xyo-network/payload-builder": "^3.14.
|
|
52
|
-
"@xyo-network/payload-model": "^3.14.
|
|
53
|
-
"@xyo-network/payload-utils": "^3.14.
|
|
54
|
-
"@xyo-network/witness-timestamp": "^3.14.
|
|
32
|
+
"@xylabs/array": "^4.9.3",
|
|
33
|
+
"@xylabs/assert": "^4.9.3",
|
|
34
|
+
"@xylabs/exists": "^4.9.3",
|
|
35
|
+
"@xyo-network/archivist-model": "^3.14.18",
|
|
36
|
+
"@xyo-network/archivist-wrapper": "^3.14.18",
|
|
37
|
+
"@xyo-network/boundwitness-model": "^3.14.18",
|
|
38
|
+
"@xyo-network/boundwitness-validator": "^3.14.18",
|
|
39
|
+
"@xyo-network/diviner-abstract": "^3.14.18",
|
|
40
|
+
"@xyo-network/diviner-boundwitness-abstract": "^3.14.18",
|
|
41
|
+
"@xyo-network/diviner-boundwitness-model": "^3.14.18",
|
|
42
|
+
"@xyo-network/diviner-indexing-memory": "^3.14.18",
|
|
43
|
+
"@xyo-network/diviner-indexing-model": "^3.14.18",
|
|
44
|
+
"@xyo-network/diviner-jsonpath-aggregate-memory": "^3.14.18",
|
|
45
|
+
"@xyo-network/diviner-jsonpath-model": "^3.14.18",
|
|
46
|
+
"@xyo-network/diviner-model": "^3.14.18",
|
|
47
|
+
"@xyo-network/diviner-payload-model": "^3.14.18",
|
|
48
|
+
"@xyo-network/diviner-temporal-indexing-model": "^3.14.18",
|
|
49
|
+
"@xyo-network/diviner-wrapper": "^3.14.18",
|
|
50
|
+
"@xyo-network/module-model": "^3.14.18",
|
|
51
|
+
"@xyo-network/payload-builder": "^3.14.18",
|
|
52
|
+
"@xyo-network/payload-model": "^3.14.18",
|
|
53
|
+
"@xyo-network/payload-utils": "^3.14.18",
|
|
54
|
+
"@xyo-network/witness-timestamp": "^3.14.18"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@xylabs/delay": "^4.
|
|
58
|
-
"@xylabs/hex": "^4.
|
|
59
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
60
|
-
"@xylabs/tsconfig": "^6.
|
|
61
|
-
"@xylabs/vitest-extended": "^4.
|
|
62
|
-
"@xyo-network/archivist-memory": "^3.14.
|
|
63
|
-
"@xyo-network/boundwitness-builder": "^3.14.
|
|
64
|
-
"@xyo-network/manifest": "^3.14.
|
|
65
|
-
"@xyo-network/module-factory-locator": "^3.14.
|
|
66
|
-
"@xyo-network/node-memory": "^3.14.
|
|
67
|
-
"@xyo-network/wallet": "^3.14.
|
|
68
|
-
"knip": "^5.50.5",
|
|
57
|
+
"@xylabs/delay": "^4.9.3",
|
|
58
|
+
"@xylabs/hex": "^4.9.3",
|
|
59
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.5",
|
|
60
|
+
"@xylabs/tsconfig": "^6.5.5",
|
|
61
|
+
"@xylabs/vitest-extended": "^4.9.3",
|
|
62
|
+
"@xyo-network/archivist-memory": "^3.14.18",
|
|
63
|
+
"@xyo-network/boundwitness-builder": "^3.14.18",
|
|
64
|
+
"@xyo-network/manifest": "^3.14.18",
|
|
65
|
+
"@xyo-network/module-factory-locator": "^3.14.18",
|
|
66
|
+
"@xyo-network/node-memory": "^3.14.18",
|
|
67
|
+
"@xyo-network/wallet": "^3.14.18",
|
|
69
68
|
"typescript": "^5.8.3",
|
|
70
|
-
"vitest": "^3.1.
|
|
69
|
+
"vitest": "^3.1.3"
|
|
71
70
|
},
|
|
72
71
|
"publishConfig": {
|
|
73
72
|
"access": "public"
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/main/packages/manifest/src/schema.json",
|
|
3
2
|
"nodes": [
|
|
4
3
|
{
|
|
5
4
|
"config": {
|
|
@@ -81,7 +80,9 @@
|
|
|
81
80
|
{
|
|
82
81
|
"config": {
|
|
83
82
|
"filter": {
|
|
84
|
-
"payload_schemas": [
|
|
83
|
+
"payload_schemas": [
|
|
84
|
+
"network.xyo.image.thumbnail"
|
|
85
|
+
]
|
|
85
86
|
},
|
|
86
87
|
"labels": {
|
|
87
88
|
"network.xyo.diviner.stage": "stateToIndexCandidateDiviner",
|
|
@@ -202,4 +203,4 @@
|
|
|
202
203
|
}
|
|
203
204
|
],
|
|
204
205
|
"schema": "network.xyo.manifest"
|
|
205
|
-
}
|
|
206
|
+
}
|