@xyo-network/evm-token-interface-diviner 3.2.0-rc.8 → 3.2.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/dist/neutral/Payload.d.ts +1 -1
- package/package.json +25 -26
|
@@ -47,7 +47,7 @@ export type EvmTokenInterfaceImplemented = Payload<{
|
|
|
47
47
|
/**
|
|
48
48
|
* Identity function for EvmTokenInterfaceImplemented payload
|
|
49
49
|
*/
|
|
50
|
-
export declare const isEvmTokenInterfaceImplemented: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
50
|
+
export declare const isEvmTokenInterfaceImplemented: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
|
|
51
51
|
schema: "network.xyo.evm.token.interface.implemented";
|
|
52
52
|
address: string;
|
|
53
53
|
chainId: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/evm-token-interface-diviner",
|
|
3
|
-
"version": "3.2.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,41 +29,40 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.4.
|
|
33
|
-
"@xyo-network/diviner-abstract": "^3.6.0
|
|
34
|
-
"@xyo-network/diviner-model": "^3.6.0
|
|
35
|
-
"@xyo-network/evm-contract-witness": "^3.2.0
|
|
36
|
-
"@xyo-network/module-model": "^3.6.0
|
|
32
|
+
"@xylabs/assert": "^4.4.26",
|
|
33
|
+
"@xyo-network/diviner-abstract": "^3.6.0",
|
|
34
|
+
"@xyo-network/diviner-model": "^3.6.0",
|
|
35
|
+
"@xyo-network/evm-contract-witness": "^3.2.0",
|
|
36
|
+
"@xyo-network/module-model": "^3.6.0",
|
|
37
37
|
"@xyo-network/open-zeppelin-typechain": "^3.3.2",
|
|
38
|
-
"@xyo-network/payload-model": "^3.6.0
|
|
38
|
+
"@xyo-network/payload-model": "^3.6.0",
|
|
39
39
|
"ethers": "^6.13.4"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@xylabs/delay": "^4.4.
|
|
42
|
+
"@xylabs/delay": "^4.4.26",
|
|
43
43
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
44
44
|
"@xylabs/tsconfig": "^4.2.6",
|
|
45
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
46
|
-
"@xyo-network/account": "^3.6.0
|
|
47
|
-
"@xyo-network/archivist-memory": "^3.6.0
|
|
48
|
-
"@xyo-network/boundwitness-model": "^3.6.0
|
|
49
|
-
"@xyo-network/diviner-boundwitness-memory": "^3.6.0
|
|
50
|
-
"@xyo-network/diviner-jsonpatch": "^3.6.0
|
|
51
|
-
"@xyo-network/diviner-payload-memory": "^3.6.0
|
|
52
|
-
"@xyo-network/diviner-payload-model": "^3.6.0
|
|
53
|
-
"@xyo-network/diviner-stateful": "^3.6.0
|
|
54
|
-
"@xyo-network/diviner-temporal-indexing": "^3.6.0
|
|
55
|
-
"@xyo-network/manifest": "^3.6.0
|
|
56
|
-
"@xyo-network/module-factory-locator": "^3.6.0
|
|
57
|
-
"@xyo-network/node-memory": "^3.6.0
|
|
45
|
+
"@xylabs/vitest-extended": "^4.4.26",
|
|
46
|
+
"@xyo-network/account": "^3.6.0",
|
|
47
|
+
"@xyo-network/archivist-memory": "^3.6.0",
|
|
48
|
+
"@xyo-network/boundwitness-model": "^3.6.0",
|
|
49
|
+
"@xyo-network/diviner-boundwitness-memory": "^3.6.0",
|
|
50
|
+
"@xyo-network/diviner-jsonpatch": "^3.6.0",
|
|
51
|
+
"@xyo-network/diviner-payload-memory": "^3.6.0",
|
|
52
|
+
"@xyo-network/diviner-payload-model": "^3.6.0",
|
|
53
|
+
"@xyo-network/diviner-stateful": "^3.6.0",
|
|
54
|
+
"@xyo-network/diviner-temporal-indexing": "^3.6.0",
|
|
55
|
+
"@xyo-network/manifest": "^3.6.0",
|
|
56
|
+
"@xyo-network/module-factory-locator": "^3.6.0",
|
|
57
|
+
"@xyo-network/node-memory": "^3.6.0",
|
|
58
58
|
"@xyo-network/open-zeppelin-typechain": "^3.3.2",
|
|
59
|
-
"@xyo-network/sentinel-model": "^3.6.0
|
|
60
|
-
"@xyo-network/witness-evm-abstract": "^3.6.0
|
|
61
|
-
"@xyo-network/witness-timestamp": "^3.6.0
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.6.0",
|
|
60
|
+
"@xyo-network/witness-evm-abstract": "^3.6.0",
|
|
61
|
+
"@xyo-network/witness-timestamp": "^3.6.0",
|
|
62
62
|
"typescript": "^5.7.2",
|
|
63
63
|
"vitest": "^2.1.8"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
|
-
}
|
|
68
|
-
"stableVersion": "3.1.2"
|
|
67
|
+
}
|
|
69
68
|
}
|