@xyo-network/diviner-distinct-model 5.3.29 → 5.4.0
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 +0 -61
- package/package.json +13 -17
package/README.md
CHANGED
|
@@ -38,67 +38,6 @@ bun add {{name}}
|
|
|
38
38
|
|
|
39
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
40
|
|
|
41
|
-
## Reference
|
|
42
|
-
|
|
43
|
-
### packages
|
|
44
|
-
|
|
45
|
-
### modules
|
|
46
|
-
|
|
47
|
-
### packages
|
|
48
|
-
|
|
49
|
-
### diviner
|
|
50
|
-
|
|
51
|
-
### packages
|
|
52
|
-
|
|
53
|
-
### distinct
|
|
54
|
-
|
|
55
|
-
### packages
|
|
56
|
-
|
|
57
|
-
### model
|
|
58
|
-
|
|
59
|
-
### .temp-typedoc
|
|
60
|
-
|
|
61
|
-
### type-aliases
|
|
62
|
-
|
|
63
|
-
### <a id="DistinctDivinerConfig"></a>DistinctDivinerConfig
|
|
64
|
-
|
|
65
|
-
[**@xyo-network/diviner-distinct-model**](#../README)
|
|
66
|
-
|
|
67
|
-
***
|
|
68
|
-
|
|
69
|
-
```ts
|
|
70
|
-
type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>;
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
### <a id="DistinctDivinerConfigSchema"></a>DistinctDivinerConfigSchema
|
|
74
|
-
|
|
75
|
-
[**@xyo-network/diviner-distinct-model**](#../README)
|
|
76
|
-
|
|
77
|
-
***
|
|
78
|
-
|
|
79
|
-
```ts
|
|
80
|
-
type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema;
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
### variables
|
|
84
|
-
|
|
85
|
-
### <a id="DistinctDivinerConfigSchema"></a>DistinctDivinerConfigSchema
|
|
86
|
-
|
|
87
|
-
[**@xyo-network/diviner-distinct-model**](#../README)
|
|
88
|
-
|
|
89
|
-
***
|
|
90
|
-
|
|
91
|
-
```ts
|
|
92
|
-
const DistinctDivinerConfigSchema: "network.xyo.diviner.distinct.config" & object;
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
## Type Declaration
|
|
96
|
-
|
|
97
|
-
### \_\_schema
|
|
98
|
-
|
|
99
|
-
```ts
|
|
100
|
-
readonly __schema: true;
|
|
101
|
-
```
|
|
102
41
|
|
|
103
42
|
|
|
104
43
|
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-distinct-model",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -22,12 +22,10 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/neutral/index.d.ts",
|
|
25
|
-
"import": "./dist/neutral/index.mjs",
|
|
26
25
|
"default": "./dist/neutral/index.mjs"
|
|
27
26
|
},
|
|
28
27
|
"./package.json": "./package.json"
|
|
29
28
|
},
|
|
30
|
-
"types": "dist/neutral/index.d.ts",
|
|
31
29
|
"files": [
|
|
32
30
|
"dist",
|
|
33
31
|
"!**/*.bench.*",
|
|
@@ -36,28 +34,26 @@
|
|
|
36
34
|
"README.md"
|
|
37
35
|
],
|
|
38
36
|
"dependencies": {
|
|
39
|
-
"@xyo-network/diviner-model": "~5.
|
|
40
|
-
"@xyo-network/payload-model": "~5.
|
|
37
|
+
"@xyo-network/diviner-model": "~5.4.0",
|
|
38
|
+
"@xyo-network/payload-model": "~5.4.0"
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
43
41
|
"@opentelemetry/api": "^1.9.1",
|
|
44
|
-
"@xylabs/sdk-js": "^5.0.
|
|
45
|
-
"@xylabs/
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/tsconfig": "~7.8.4",
|
|
48
|
-
"axios": "^1.14.0",
|
|
42
|
+
"@xylabs/sdk-js": "^5.0.97",
|
|
43
|
+
"@xylabs/toolchain": "~7.10.8",
|
|
44
|
+
"@xylabs/tsconfig": "~7.10.8",
|
|
49
45
|
"pako": "~2.1.0",
|
|
50
46
|
"typescript": "~5.9.3",
|
|
51
47
|
"zod": "^4.3.6",
|
|
52
|
-
"@xyo-network/
|
|
53
|
-
"@xyo-network/
|
|
54
|
-
"@xyo-network/
|
|
55
|
-
"@xyo-network/
|
|
48
|
+
"@xyo-network/module-model": "~5.4.0",
|
|
49
|
+
"@xyo-network/previous-hash-store-model": "~5.4.0",
|
|
50
|
+
"@xyo-network/manifest-model": "~5.4.0",
|
|
51
|
+
"@xyo-network/account-model": "~5.4.0"
|
|
56
52
|
},
|
|
57
53
|
"peerDependencies": {
|
|
58
|
-
"@xylabs/sdk-js": "^5",
|
|
59
|
-
"@xyo-network/account-model": "~5.
|
|
60
|
-
"@xyo-network/module-model": "~5.
|
|
54
|
+
"@xylabs/sdk-js": "^5.0.97",
|
|
55
|
+
"@xyo-network/account-model": "~5.4",
|
|
56
|
+
"@xyo-network/module-model": "~5.4"
|
|
61
57
|
},
|
|
62
58
|
"publishConfig": {
|
|
63
59
|
"access": "public"
|