@xyo-network/diviner-address-history-model 6.0.1 → 6.0.2
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/dist/neutral/Config.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { Address } from '@xylabs/sdk-js';
|
|
2
1
|
import type { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
+
import { type XyoAddress } from '@xyo-network/sdk-protocol-js';
|
|
3
3
|
export declare const AddressHistoryDivinerConfigSchema: string & {
|
|
4
4
|
readonly __schema: true;
|
|
5
5
|
};
|
|
6
6
|
export type AddressHistoryDivinerConfigSchema = typeof AddressHistoryDivinerConfigSchema;
|
|
7
7
|
export type AddressHistoryDivinerConfig = DivinerConfig<{
|
|
8
|
-
address?:
|
|
8
|
+
address?: XyoAddress;
|
|
9
9
|
schema: AddressHistoryDivinerConfigSchema;
|
|
10
10
|
}>;
|
|
11
11
|
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,EAAY,KAAK,UAAU,EAAE,MAAM,8BAA8B,CAAA;AAIxE,eAAO,MAAM,iCAAiC;;CAAmD,CAAA;AACjG,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAA;AAExF,MAAM,MAAM,2BAA2B,GAAG,aAAa,CAAC;IACtD,OAAO,CAAC,EAAE,UAAU,CAAA;IACpB,MAAM,EAAE,iCAAiC,CAAA;CAC1C,CAAC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Config.ts", "../../src/Diviner.ts"],
|
|
4
|
-
"sourcesContent": ["import type {
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["import type { DivinerConfig } from '@xyo-network/diviner-model'\nimport { asSchema, type XyoAddress } from '@xyo-network/sdk-protocol-js'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport const AddressHistoryDivinerConfigSchema = asSchema(`${AddressHistorySchema}.config`, true)\nexport type AddressHistoryDivinerConfigSchema = typeof AddressHistoryDivinerConfigSchema\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: XyoAddress\n schema: AddressHistoryDivinerConfigSchema\n}>\n", "import type {\n Payload, PayloadFindFilter, Query,\n} from '@xyo-network/sdk-protocol-js'\nimport { asSchema, isPayloadOfSchemaType } from '@xyo-network/sdk-protocol-js'\n\nexport const AddressHistorySchema = asSchema('network.xyo.diviner.address.history', true)\nexport type AddressHistorySchema = typeof AddressHistorySchema\n\nexport const AddressHistoryQuerySchema = asSchema('network.xyo.diviner.address.history.query', true)\nexport type AddressHistoryQuerySchema = typeof AddressHistoryQuerySchema\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & Omit<PayloadFindFilter, 'schema'>>\nexport const isAddressHistoryQueryPayload = isPayloadOfSchemaType<AddressHistoryQueryPayload>(AddressHistoryQuerySchema)\n"],
|
|
5
|
+
"mappings": ";AACA,SAAS,YAAAA,iBAAiC;;;ACE1C,SAAS,UAAU,6BAA6B;AAEzC,IAAM,uBAAuB,SAAS,uCAAuC,IAAI;AAGjF,IAAM,4BAA4B,SAAS,6CAA6C,IAAI;AAI5F,IAAM,0BAA0B,CAAC,MAAmD,GAAG,WAAW;AAGlG,IAAM,+BAA+B,sBAAkD,yBAAyB;;;ADVhH,IAAM,oCAAoCC,UAAS,GAAG,oBAAoB,WAAW,IAAI;",
|
|
6
6
|
"names": ["asSchema", "asSchema"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-address-history-model",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,40 +34,36 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/diviner-model": "~6.0.
|
|
38
|
-
"@xyo-network/module-model": "~6.0.
|
|
37
|
+
"@xyo-network/diviner-model": "~6.0.2",
|
|
38
|
+
"@xyo-network/module-model": "~6.0.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@bitauth/libauth": "~3.0",
|
|
42
|
-
"@metamask/providers": "^22.1",
|
|
41
|
+
"@bitauth/libauth": "~3.0.0",
|
|
42
|
+
"@metamask/providers": "^22.1.1",
|
|
43
43
|
"@noble/post-quantum": "~0.6.1",
|
|
44
44
|
"@opentelemetry/api": "^1.9.1",
|
|
45
45
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
46
46
|
"@scure/base": "~2.2.0",
|
|
47
|
-
"@scure/bip39": "~2.2",
|
|
48
|
-
"@xylabs/geo": "^6.0",
|
|
49
|
-
"@xylabs/sdk-js": "^6.0.
|
|
50
|
-
"@xylabs/threads": "^6.0",
|
|
51
|
-
"@xylabs/toolchain": "~8.1.
|
|
52
|
-
"@xylabs/tsconfig": "~8.1.
|
|
53
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
54
|
-
"ajv": "^8.20",
|
|
47
|
+
"@scure/bip39": "~2.2.0",
|
|
48
|
+
"@xylabs/geo": "^6.0.6",
|
|
49
|
+
"@xylabs/sdk-js": "^6.0.6",
|
|
50
|
+
"@xylabs/threads": "^6.0.6",
|
|
51
|
+
"@xylabs/toolchain": "~8.1.8",
|
|
52
|
+
"@xylabs/tsconfig": "~8.1.8",
|
|
53
|
+
"@xyo-network/sdk-protocol-js": "~6.0.7",
|
|
54
|
+
"ajv": "^8.20.0",
|
|
55
55
|
"async-mutex": "^0.5.0",
|
|
56
56
|
"bn.js": "^5.2.3",
|
|
57
57
|
"buffer": "^6.0.3",
|
|
58
|
-
"debug": "~4.4",
|
|
59
|
-
"eslint": "^10.4.
|
|
58
|
+
"debug": "~4.4.3",
|
|
59
|
+
"eslint": "^10.4.1",
|
|
60
60
|
"ethers": "^6.16.0",
|
|
61
|
-
"hash-wasm": "~4.12",
|
|
62
|
-
"idb": "^8.0",
|
|
63
|
-
"
|
|
64
|
-
"mapbox-gl": "^3.23",
|
|
65
|
-
"observable-fns": "~0.6",
|
|
61
|
+
"hash-wasm": "~4.12.0",
|
|
62
|
+
"idb": "^8.0.3",
|
|
63
|
+
"observable-fns": "~0.6.1",
|
|
66
64
|
"pako": "~2.1.0",
|
|
67
|
-
"store2": "~2.14",
|
|
68
65
|
"typescript": "~6.0.3",
|
|
69
|
-
"
|
|
70
|
-
"webextension-polyfill": "^0.12",
|
|
66
|
+
"webextension-polyfill": "^0.12.0",
|
|
71
67
|
"zod": "^4.4.3"
|
|
72
68
|
},
|
|
73
69
|
"peerDependencies": {
|
|
@@ -90,12 +86,8 @@
|
|
|
90
86
|
"ethers": "^6.16",
|
|
91
87
|
"hash-wasm": "~4.12",
|
|
92
88
|
"idb": "^8.0",
|
|
93
|
-
"lru-cache": "^11.3",
|
|
94
|
-
"mapbox-gl": "^3.23",
|
|
95
89
|
"observable-fns": "~0.6",
|
|
96
90
|
"pako": "~2.1",
|
|
97
|
-
"store2": "~2.14",
|
|
98
|
-
"wasm-feature-detect": "~1.8",
|
|
99
91
|
"webextension-polyfill": "^0.12",
|
|
100
92
|
"zod": "^4.4"
|
|
101
93
|
},
|