@xyo-network/diviner-evm-call-result-to-token-uri 3.1.0 → 3.1.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,6 +1,15 @@
|
|
|
1
1
|
import type { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
+
/**
|
|
3
|
+
* The config schema for the EVM call result to NFT token URI diviner
|
|
4
|
+
*/
|
|
2
5
|
export declare const EvmCallResultToNftTokenUriDivinerConfigSchema = "network.xyo.evm.call.results.metadata.uri.diviner.config";
|
|
6
|
+
/**
|
|
7
|
+
* The config schema for the EVM call result to NFT token URI diviner
|
|
8
|
+
*/
|
|
3
9
|
export type EvmCallResultToNftTokenUriDivinerConfigSchema = typeof EvmCallResultToNftTokenUriDivinerConfigSchema;
|
|
10
|
+
/**
|
|
11
|
+
* The config for the EVM call result to NFT token URI diviner
|
|
12
|
+
*/
|
|
4
13
|
export type EvmCallResultToNftTokenUriDivinerConfig = DivinerConfig<{
|
|
5
14
|
schema: EvmCallResultToNftTokenUriDivinerConfigSchema;
|
|
6
15
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAI/D;;GAEG;AACH,eAAO,MAAM,6CAA6C,6DAAsD,CAAA;AAChH;;GAEG;AACH,MAAM,MAAM,6CAA6C,GAAG,OAAO,6CAA6C,CAAA;AAEhH;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG,aAAa,CAAC;IAAE,MAAM,EAAE,6CAA6C,CAAA;CAAE,CAAC,CAAA"}
|
package/dist/neutral/Params.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import type { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
3
|
import type { EvmCallResultToNftTokenUriDivinerConfig } from './Config.ts';
|
|
4
|
+
/**
|
|
5
|
+
* The params for the EVM call result to NFT token URI diviner
|
|
6
|
+
*/
|
|
4
7
|
export type EvmCallResultToNftTokenUriDivinerParams = DivinerParams<AnyConfigSchema<EvmCallResultToNftTokenUriDivinerConfig>>;
|
|
5
8
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAA;AAE1E;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG,aAAa,CAAC,eAAe,CAAC,uCAAuC,CAAC,CAAC,CAAA"}
|
package/dist/neutral/Schema.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The schema for the EVM call result to NFT token URI diviner.
|
|
3
|
+
*/
|
|
1
4
|
export declare const EvmCallResultToNftTokenUriDivinerSchema = "network.xyo.evm.call.results.metadata.uri.diviner";
|
|
5
|
+
/**
|
|
6
|
+
* The schema for the EVM call result to NFT token URI diviner.
|
|
7
|
+
*/
|
|
2
8
|
export type EvmCallResultToNftTokenUriDivinerSchema = typeof EvmCallResultToNftTokenUriDivinerSchema;
|
|
3
9
|
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,uCAAuC,sDAAsD,CAAA;AAC1G;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG,OAAO,uCAAuC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-evm-call-result-to-token-uri",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/diviner-abstract": "^3.
|
|
33
|
-
"@xyo-network/diviner-model": "^3.
|
|
34
|
-
"@xyo-network/evm-call-witness": "^3.1.
|
|
35
|
-
"@xyo-network/evm-nft-id-payload-plugin": "^3.1.
|
|
36
|
-
"@xyo-network/module-model": "^3.
|
|
37
|
-
"@xyo-network/payload-model": "^3.
|
|
38
|
-
"ethers": "^6.13.
|
|
32
|
+
"@xyo-network/diviner-abstract": "^3.5.1",
|
|
33
|
+
"@xyo-network/diviner-model": "^3.5.1",
|
|
34
|
+
"@xyo-network/evm-call-witness": "^3.1.2",
|
|
35
|
+
"@xyo-network/evm-nft-id-payload-plugin": "^3.1.2",
|
|
36
|
+
"@xyo-network/module-model": "^3.5.1",
|
|
37
|
+
"@xyo-network/payload-model": "^3.5.1",
|
|
38
|
+
"ethers": "^6.13.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/
|
|
42
|
-
"@xylabs/
|
|
43
|
-
"@xylabs/
|
|
44
|
-
"@xyo-network/evm-nft-id-payload-plugin": "^3.1.
|
|
45
|
-
"
|
|
46
|
-
"
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|
|
42
|
+
"@xylabs/tsconfig": "^4.2.4",
|
|
43
|
+
"@xylabs/vitest-extended": "^4.4.9",
|
|
44
|
+
"@xyo-network/evm-nft-id-payload-plugin": "^3.1.2",
|
|
45
|
+
"typescript": "^5.7.2",
|
|
46
|
+
"vitest": "^2.1.6"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|