@xyo-network/diviner-distinct-model 6.0.3 → 6.1.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
CHANGED
|
@@ -38,10 +38,12 @@ bun add {{name}}
|
|
|
38
38
|
|
|
39
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
40
|
|
|
41
|
+
## Credits
|
|
41
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
42
44
|
|
|
43
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
44
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/diviner-distinct-model.svg
|
|
45
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/diviner-distinct-model
|
|
46
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/diviner-distinct-model.svg
|
|
47
48
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
49
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { EmptyObject } from '@xylabs/sdk-js';
|
|
2
2
|
import type { DivinerConfig } from '@xyo-network/diviner-model';
|
|
3
|
-
export declare const DistinctDivinerConfigSchema:
|
|
3
|
+
export declare const DistinctDivinerConfigSchema: 'network.xyo.diviner.distinct.config' & {
|
|
4
4
|
readonly __schema: true;
|
|
5
5
|
};
|
|
6
6
|
export type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Config/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAG/D,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/Config/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAG/D,eAAO,MAAM,2BAA2B,EAAE,qCAAqC,GAAG;IAChF,QAAQ,CAAC,QAAQ,EAAE,IAAI,CAAA;CACgC,CAAA;AACzD,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAA;AAE5E,MAAM,MAAM,qBAAqB,GAAG,aAAa,CAAC,WAAW,EAAE,2BAA2B,CAAC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Config/Config.ts"],
|
|
4
|
-
"sourcesContent": ["import type { EmptyObject } from '@xylabs/sdk-js'\nimport type { DivinerConfig } from '@xyo-network/diviner-model'\nimport { asSchema } from '@xyo-network/sdk-protocol-js'\n\nexport const DistinctDivinerConfigSchema = asSchema('network.xyo.diviner.distinct.config', true)\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],
|
|
5
|
-
"mappings": ";AAEA,SAAS,gBAAgB;AAElB,IAAM,
|
|
4
|
+
"sourcesContent": ["import type { EmptyObject } from '@xylabs/sdk-js'\nimport type { DivinerConfig } from '@xyo-network/diviner-model'\nimport { asSchema } from '@xyo-network/sdk-protocol-js'\n\nexport const DistinctDivinerConfigSchema: 'network.xyo.diviner.distinct.config' & {\n readonly __schema: true\n} = asSchema('network.xyo.diviner.distinct.config', true)\nexport type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema\n\nexport type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>\n"],
|
|
5
|
+
"mappings": ";AAEA,SAAS,gBAAgB;AAElB,IAAM,8BAET,SAAS,uCAAuC,IAAI;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-distinct-model",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/diviner-model": "~6.0
|
|
37
|
+
"@xyo-network/diviner-model": "~6.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -44,23 +44,20 @@
|
|
|
44
44
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
45
45
|
"@scure/base": "~2.2.0",
|
|
46
46
|
"@scure/bip39": "~2.2.0",
|
|
47
|
-
"@xylabs/geo": "^6.0
|
|
48
|
-
"@xylabs/sdk-js": "^6.0
|
|
49
|
-
"@xylabs/threads": "^6.0
|
|
50
|
-
"@xylabs/toolchain": "
|
|
51
|
-
"@xylabs/tsconfig": "
|
|
52
|
-
"@xyo-network/sdk-protocol-js": "
|
|
47
|
+
"@xylabs/geo": "^6.1.0",
|
|
48
|
+
"@xylabs/sdk-js": "^6.1.0",
|
|
49
|
+
"@xylabs/threads": "^6.1.0",
|
|
50
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
51
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
52
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
53
53
|
"ajv": "^8.20.0",
|
|
54
54
|
"async-mutex": "^0.5.0",
|
|
55
|
-
"bn.js": "^5.2.3",
|
|
56
|
-
"buffer": "^6.0.3",
|
|
57
55
|
"debug": "~4.4.3",
|
|
58
56
|
"eslint": "^10.4.1",
|
|
59
57
|
"ethers": "^6.16.0",
|
|
60
58
|
"hash-wasm": "~4.12.0",
|
|
61
59
|
"idb": "^8.0.3",
|
|
62
60
|
"observable-fns": "~0.6.1",
|
|
63
|
-
"pako": "~2.1.0",
|
|
64
61
|
"typescript": "~6.0.3",
|
|
65
62
|
"webextension-polyfill": "^0.12.0",
|
|
66
63
|
"zod": "^4.4.3"
|
|
@@ -76,20 +73,20 @@
|
|
|
76
73
|
"@xylabs/geo": "^6.0",
|
|
77
74
|
"@xylabs/sdk-js": "^6.0",
|
|
78
75
|
"@xylabs/threads": "^6.0",
|
|
79
|
-
"@xyo-network/sdk-protocol-js": "
|
|
76
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
80
77
|
"ajv": "^8.20",
|
|
81
78
|
"async-mutex": "^0.5",
|
|
82
|
-
"bn.js": "^5.2",
|
|
83
|
-
"buffer": "^6.0",
|
|
84
79
|
"debug": "~4.4",
|
|
85
80
|
"ethers": "^6.16",
|
|
86
81
|
"hash-wasm": "~4.12",
|
|
87
82
|
"idb": "^8.0",
|
|
88
83
|
"observable-fns": "~0.6",
|
|
89
|
-
"pako": "~2.1",
|
|
90
84
|
"webextension-polyfill": "^0.12",
|
|
91
85
|
"zod": "^4.4"
|
|
92
86
|
},
|
|
87
|
+
"engines": {
|
|
88
|
+
"node": "^24"
|
|
89
|
+
},
|
|
93
90
|
"publishConfig": {
|
|
94
91
|
"access": "public"
|
|
95
92
|
}
|