@xyo-network/crypto-nft-diviner-score-plugin 2.71.15 → 2.72.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/types/Plugin.d.ts +2 -1
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +11 -11
- package/dist/docs.json +0 -20642
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { NftScoreDiviner } from './Diviner';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xyo-network/core").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
accountDerivationPath?: string | undefined;
|
|
5
4
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
5
|
+
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
@@ -17,6 +17,7 @@ export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadse
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
|
+
accountDerivationPath?: string | undefined;
|
|
20
21
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
21
22
|
readonly name?: string | undefined;
|
|
22
23
|
readonly paging?: Record<string, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAE3C,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAE3C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAS/B,CAAA"}
|
package/package.json
CHANGED
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
"@ethersproject/address": "^5.7.0",
|
|
14
14
|
"@xylabs/bignumber": "^2.9.3",
|
|
15
15
|
"@xylabs/url": "^2.9.3",
|
|
16
|
-
"@xyo-network/abstract-diviner": "~2.
|
|
17
|
-
"@xyo-network/core": "~2.
|
|
18
|
-
"@xyo-network/crypto-nft-payload-plugin": "~2.
|
|
19
|
-
"@xyo-network/crypto-nft-score-model": "~2.
|
|
20
|
-
"@xyo-network/diviner-model": "~2.
|
|
21
|
-
"@xyo-network/module": "~2.
|
|
22
|
-
"@xyo-network/payload-model": "~2.
|
|
23
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
16
|
+
"@xyo-network/abstract-diviner": "~2.72.0",
|
|
17
|
+
"@xyo-network/core": "~2.72.0",
|
|
18
|
+
"@xyo-network/crypto-nft-payload-plugin": "~2.72.0",
|
|
19
|
+
"@xyo-network/crypto-nft-score-model": "~2.72.0",
|
|
20
|
+
"@xyo-network/diviner-model": "~2.72.0",
|
|
21
|
+
"@xyo-network/module": "~2.72.0",
|
|
22
|
+
"@xyo-network/payload-model": "~2.72.0",
|
|
23
|
+
"@xyo-network/payloadset-plugin": "~2.72.0",
|
|
24
24
|
"svg-parser": "^2.0.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/svg-parser": "^2.0.3",
|
|
28
28
|
"@xylabs/jest-helpers": "^2.9.3",
|
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
30
|
-
"@xylabs/tsconfig": "^2.19.
|
|
29
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.1",
|
|
30
|
+
"@xylabs/tsconfig": "^2.19.1",
|
|
31
31
|
"ethers": "^5.7.2",
|
|
32
32
|
"jest": "^29.6.3",
|
|
33
33
|
"typescript": "^5.1.6"
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
},
|
|
66
66
|
"sideEffects": false,
|
|
67
67
|
"types": "dist/types/index.d.ts",
|
|
68
|
-
"version": "2.
|
|
68
|
+
"version": "2.72.0"
|
|
69
69
|
}
|