@xyo-network/crypto-nft-diviner-score-plugin 2.99.4 → 2.99.5
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/browser/Plugin.d.cts +1 -1
- package/dist/browser/Plugin.d.mts +1 -1
- package/dist/browser/Plugin.d.ts +1 -1
- package/dist/browser/index.cjs +233 -126
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +3 -3
- package/dist/browser/index.d.mts +3 -3
- package/dist/browser/index.d.ts +3 -3
- package/dist/browser/{index.js → index.mjs} +237 -132
- package/dist/browser/index.mjs.map +1 -0
- package/dist/browser/lib/index.d.cts +1 -1
- package/dist/browser/lib/index.d.mts +1 -1
- package/dist/browser/lib/index.d.ts +1 -1
- package/dist/browser/lib/rating/analyzeNft.d.cts +1 -1
- package/dist/browser/lib/rating/analyzeNft.d.mts +1 -1
- package/dist/browser/lib/rating/analyzeNft.d.ts +1 -1
- package/dist/browser/lib/rating/criteria/index.d.cts +1 -1
- package/dist/browser/lib/rating/criteria/index.d.mts +1 -1
- package/dist/browser/lib/rating/criteria/index.d.ts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/index.d.cts +5 -5
- package/dist/browser/lib/rating/criteria/scoring/index.d.mts +5 -5
- package/dist/browser/lib/rating/criteria/scoring/index.d.ts +5 -5
- package/dist/browser/lib/rating/criteria/scoring/metadata/attributes/index.d.cts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/attributes/index.d.mts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/attributes/index.d.ts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/index.d.cts +9 -9
- package/dist/browser/lib/rating/criteria/scoring/metadata/index.d.mts +9 -9
- package/dist/browser/lib/rating/criteria/scoring/metadata/index.d.ts +9 -9
- package/dist/browser/lib/rating/criteria/scoring/metadata/lib/index.d.cts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/lib/index.d.mts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/lib/index.d.ts +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.cts.map +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.mts.map +1 -1
- package/dist/browser/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.ts.map +1 -1
- package/dist/browser/lib/rating/index.d.cts +2 -2
- package/dist/browser/lib/rating/index.d.mts +2 -2
- package/dist/browser/lib/rating/index.d.ts +2 -2
- package/dist/neutral/Plugin.d.cts +1 -1
- package/dist/neutral/Plugin.d.mts +1 -1
- package/dist/neutral/Plugin.d.ts +1 -1
- package/dist/neutral/index.cjs +233 -126
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.d.cts +3 -3
- package/dist/neutral/index.d.mts +3 -3
- package/dist/neutral/index.d.ts +3 -3
- package/dist/neutral/{index.js → index.mjs} +237 -132
- package/dist/neutral/index.mjs.map +1 -0
- package/dist/neutral/lib/index.d.cts +1 -1
- package/dist/neutral/lib/index.d.mts +1 -1
- package/dist/neutral/lib/index.d.ts +1 -1
- package/dist/neutral/lib/rating/analyzeNft.d.cts +1 -1
- package/dist/neutral/lib/rating/analyzeNft.d.mts +1 -1
- package/dist/neutral/lib/rating/analyzeNft.d.ts +1 -1
- package/dist/neutral/lib/rating/criteria/index.d.cts +1 -1
- package/dist/neutral/lib/rating/criteria/index.d.mts +1 -1
- package/dist/neutral/lib/rating/criteria/index.d.ts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/index.d.cts +5 -5
- package/dist/neutral/lib/rating/criteria/scoring/index.d.mts +5 -5
- package/dist/neutral/lib/rating/criteria/scoring/index.d.ts +5 -5
- package/dist/neutral/lib/rating/criteria/scoring/metadata/attributes/index.d.cts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/attributes/index.d.mts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/attributes/index.d.ts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/index.d.cts +9 -9
- package/dist/neutral/lib/rating/criteria/scoring/metadata/index.d.mts +9 -9
- package/dist/neutral/lib/rating/criteria/scoring/metadata/index.d.ts +9 -9
- package/dist/neutral/lib/rating/criteria/scoring/metadata/lib/index.d.cts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/lib/index.d.mts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/lib/index.d.ts +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.cts.map +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.mts.map +1 -1
- package/dist/neutral/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.ts.map +1 -1
- package/dist/neutral/lib/rating/index.d.cts +2 -2
- package/dist/neutral/lib/rating/index.d.mts +2 -2
- package/dist/neutral/lib/rating/index.d.ts +2 -2
- package/dist/node/Plugin.d.cts +1 -1
- package/dist/node/Plugin.d.mts +1 -1
- package/dist/node/Plugin.d.ts +1 -1
- package/dist/node/index.cjs +244 -133
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +3 -3
- package/dist/node/index.d.mts +3 -3
- package/dist/node/index.d.ts +3 -3
- package/dist/node/{index.js → index.mjs} +248 -139
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/lib/index.d.cts +1 -1
- package/dist/node/lib/index.d.mts +1 -1
- package/dist/node/lib/index.d.ts +1 -1
- package/dist/node/lib/rating/analyzeNft.d.cts +1 -1
- package/dist/node/lib/rating/analyzeNft.d.mts +1 -1
- package/dist/node/lib/rating/analyzeNft.d.ts +1 -1
- package/dist/node/lib/rating/criteria/index.d.cts +1 -1
- package/dist/node/lib/rating/criteria/index.d.mts +1 -1
- package/dist/node/lib/rating/criteria/index.d.ts +1 -1
- package/dist/node/lib/rating/criteria/scoring/index.d.cts +5 -5
- package/dist/node/lib/rating/criteria/scoring/index.d.mts +5 -5
- package/dist/node/lib/rating/criteria/scoring/index.d.ts +5 -5
- package/dist/node/lib/rating/criteria/scoring/metadata/attributes/index.d.cts +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/attributes/index.d.mts +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/attributes/index.d.ts +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/index.d.cts +9 -9
- package/dist/node/lib/rating/criteria/scoring/metadata/index.d.mts +9 -9
- package/dist/node/lib/rating/criteria/scoring/metadata/index.d.ts +9 -9
- package/dist/node/lib/rating/criteria/scoring/metadata/lib/index.d.cts +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/lib/index.d.mts +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/lib/index.d.ts +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.cts.map +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.mts.map +1 -1
- package/dist/node/lib/rating/criteria/scoring/metadata/lib/urlHelpers.d.ts.map +1 -1
- package/dist/node/lib/rating/index.d.cts +2 -2
- package/dist/node/lib/rating/index.d.mts +2 -2
- package/dist/node/lib/rating/index.d.ts +2 -2
- package/package.json +19 -19
- package/src/Diviner.ts +1 -1
- package/src/Plugin.ts +1 -1
- package/src/index.ts +3 -3
- package/src/lib/index.ts +1 -1
- package/src/lib/rating/analyzeNft.ts +2 -2
- package/src/lib/rating/criteria/index.ts +1 -1
- package/src/lib/rating/criteria/scoring/index.ts +5 -5
- package/src/lib/rating/criteria/scoring/metadata/animationUrl.ts +1 -1
- package/src/lib/rating/criteria/scoring/metadata/attributes/index.ts +1 -1
- package/src/lib/rating/criteria/scoring/metadata/externalUrl.ts +1 -1
- package/src/lib/rating/criteria/scoring/metadata/image.ts +1 -1
- package/src/lib/rating/criteria/scoring/metadata/imageData.ts +2 -2
- package/src/lib/rating/criteria/scoring/metadata/index.ts +9 -9
- package/src/lib/rating/criteria/scoring/metadata/lib/index.ts +1 -1
- package/src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts +1 -1
- package/src/lib/rating/criteria/scoring/metadata/youtubeUrl.ts +1 -1
- package/src/lib/rating/criteria/scoringCriteria.ts +6 -6
- package/src/lib/rating/index.ts +2 -2
- package/dist/browser/index.js.map +0 -1
- package/dist/neutral/index.js.map +0 -1
- package/dist/node/index.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NftInfoFields } from '@xyo-network/crypto-nft-payload-plugin';
|
|
2
2
|
import { Score } from '@xyo-network/crypto-nft-score-model';
|
|
3
|
-
import { scoringCriteria } from './criteria/index.
|
|
3
|
+
import { scoringCriteria } from './criteria/index.ts';
|
|
4
4
|
export type ScoringCriteriaKey = keyof typeof scoringCriteria & PropertyKey;
|
|
5
5
|
export type NftAnalysis = {
|
|
6
6
|
[key in ScoringCriteriaKey]: Score;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NftInfoFields } from '@xyo-network/crypto-nft-payload-plugin';
|
|
2
2
|
import { Score } from '@xyo-network/crypto-nft-score-model';
|
|
3
|
-
import { scoringCriteria } from './criteria/index.
|
|
3
|
+
import { scoringCriteria } from './criteria/index.ts';
|
|
4
4
|
export type ScoringCriteriaKey = keyof typeof scoringCriteria & PropertyKey;
|
|
5
5
|
export type NftAnalysis = {
|
|
6
6
|
[key in ScoringCriteriaKey]: Score;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NftInfoFields } from '@xyo-network/crypto-nft-payload-plugin';
|
|
2
2
|
import { Score } from '@xyo-network/crypto-nft-score-model';
|
|
3
|
-
import { scoringCriteria } from './criteria/index.
|
|
3
|
+
import { scoringCriteria } from './criteria/index.ts';
|
|
4
4
|
export type ScoringCriteriaKey = keyof typeof scoringCriteria & PropertyKey;
|
|
5
5
|
export type NftAnalysis = {
|
|
6
6
|
[key in ScoringCriteriaKey]: Score;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './scoringCriteria.
|
|
1
|
+
export * from './scoringCriteria.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './scoringCriteria.
|
|
1
|
+
export * from './scoringCriteria.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './scoringCriteria.
|
|
1
|
+
export * from './scoringCriteria.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './contract.
|
|
2
|
-
export * from './metadata/index.
|
|
3
|
-
export * from './supply.
|
|
4
|
-
export * from './tokenId.
|
|
5
|
-
export * from './type.
|
|
1
|
+
export * from './contract.ts';
|
|
2
|
+
export * from './metadata/index.ts';
|
|
3
|
+
export * from './supply.ts';
|
|
4
|
+
export * from './tokenId.ts';
|
|
5
|
+
export * from './type.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './contract.
|
|
2
|
-
export * from './metadata/index.
|
|
3
|
-
export * from './supply.
|
|
4
|
-
export * from './tokenId.
|
|
5
|
-
export * from './type.
|
|
1
|
+
export * from './contract.ts';
|
|
2
|
+
export * from './metadata/index.ts';
|
|
3
|
+
export * from './supply.ts';
|
|
4
|
+
export * from './tokenId.ts';
|
|
5
|
+
export * from './type.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './contract.
|
|
2
|
-
export * from './metadata/index.
|
|
3
|
-
export * from './supply.
|
|
4
|
-
export * from './tokenId.
|
|
5
|
-
export * from './type.
|
|
1
|
+
export * from './contract.ts';
|
|
2
|
+
export * from './metadata/index.ts';
|
|
3
|
+
export * from './supply.ts';
|
|
4
|
+
export * from './tokenId.ts';
|
|
5
|
+
export * from './type.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './evaluateAttributes.
|
|
1
|
+
export * from './evaluateAttributes.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './evaluateAttributes.
|
|
1
|
+
export * from './evaluateAttributes.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './evaluateAttributes.
|
|
1
|
+
export * from './evaluateAttributes.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './animationUrl.
|
|
2
|
-
export * from './attributes/index.
|
|
3
|
-
export * from './backgroundColor.
|
|
4
|
-
export * from './description.
|
|
5
|
-
export * from './externalUrl.
|
|
6
|
-
export * from './image.
|
|
7
|
-
export * from './imageData.
|
|
8
|
-
export * from './name.
|
|
9
|
-
export * from './youtubeUrl.
|
|
1
|
+
export * from './animationUrl.ts';
|
|
2
|
+
export * from './attributes/index.ts';
|
|
3
|
+
export * from './backgroundColor.ts';
|
|
4
|
+
export * from './description.ts';
|
|
5
|
+
export * from './externalUrl.ts';
|
|
6
|
+
export * from './image.ts';
|
|
7
|
+
export * from './imageData.ts';
|
|
8
|
+
export * from './name.ts';
|
|
9
|
+
export * from './youtubeUrl.ts';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './animationUrl.
|
|
2
|
-
export * from './attributes/index.
|
|
3
|
-
export * from './backgroundColor.
|
|
4
|
-
export * from './description.
|
|
5
|
-
export * from './externalUrl.
|
|
6
|
-
export * from './image.
|
|
7
|
-
export * from './imageData.
|
|
8
|
-
export * from './name.
|
|
9
|
-
export * from './youtubeUrl.
|
|
1
|
+
export * from './animationUrl.ts';
|
|
2
|
+
export * from './attributes/index.ts';
|
|
3
|
+
export * from './backgroundColor.ts';
|
|
4
|
+
export * from './description.ts';
|
|
5
|
+
export * from './externalUrl.ts';
|
|
6
|
+
export * from './image.ts';
|
|
7
|
+
export * from './imageData.ts';
|
|
8
|
+
export * from './name.ts';
|
|
9
|
+
export * from './youtubeUrl.ts';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './animationUrl.
|
|
2
|
-
export * from './attributes/index.
|
|
3
|
-
export * from './backgroundColor.
|
|
4
|
-
export * from './description.
|
|
5
|
-
export * from './externalUrl.
|
|
6
|
-
export * from './image.
|
|
7
|
-
export * from './imageData.
|
|
8
|
-
export * from './name.
|
|
9
|
-
export * from './youtubeUrl.
|
|
1
|
+
export * from './animationUrl.ts';
|
|
2
|
+
export * from './attributes/index.ts';
|
|
3
|
+
export * from './backgroundColor.ts';
|
|
4
|
+
export * from './description.ts';
|
|
5
|
+
export * from './externalUrl.ts';
|
|
6
|
+
export * from './image.ts';
|
|
7
|
+
export * from './imageData.ts';
|
|
8
|
+
export * from './name.ts';
|
|
9
|
+
export * from './youtubeUrl.ts';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './urlHelpers.
|
|
1
|
+
export * from './urlHelpers.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './urlHelpers.
|
|
1
|
+
export * from './urlHelpers.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './urlHelpers.
|
|
1
|
+
export * from './urlHelpers.ts';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlHelpers.d.ts","sourceRoot":"","sources":["../../../../../../../../src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEjC,eAAO,MAAM,aAAa,UAAmB,CAAA;AAE7C,eAAO,MAAM,KAAK,SAAU,MAAM,GAAG,IAAI,KAAG,GAAG,GAAG,SAOjD,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,GAAG,IAAI,KAAG,OAAmC,CAAA;AAEpF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,
|
|
1
|
+
{"version":3,"file":"urlHelpers.d.ts","sourceRoot":"","sources":["../../../../../../../../src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEjC,eAAO,MAAM,aAAa,UAAmB,CAAA;AAE7C,eAAO,MAAM,KAAK,SAAU,MAAM,GAAG,IAAI,KAAG,GAAG,GAAG,SAOjD,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,GAAG,IAAI,KAAG,OAAmC,CAAA;AAEpF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,OAA4E,CAAA;AACzH,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,OAAuB,CAAA;AACpE,eAAO,MAAM,QAAQ,SAAU,MAAM,GAAG,IAAI,KAAG,OAA2D,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlHelpers.d.ts","sourceRoot":"","sources":["../../../../../../../../src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEjC,eAAO,MAAM,aAAa,UAAmB,CAAA;AAE7C,eAAO,MAAM,KAAK,SAAU,MAAM,GAAG,IAAI,KAAG,GAAG,GAAG,SAOjD,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,GAAG,IAAI,KAAG,OAAmC,CAAA;AAEpF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,
|
|
1
|
+
{"version":3,"file":"urlHelpers.d.ts","sourceRoot":"","sources":["../../../../../../../../src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEjC,eAAO,MAAM,aAAa,UAAmB,CAAA;AAE7C,eAAO,MAAM,KAAK,SAAU,MAAM,GAAG,IAAI,KAAG,GAAG,GAAG,SAOjD,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,GAAG,IAAI,KAAG,OAAmC,CAAA;AAEpF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,OAA4E,CAAA;AACzH,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,OAAuB,CAAA;AACpE,eAAO,MAAM,QAAQ,SAAU,MAAM,GAAG,IAAI,KAAG,OAA2D,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlHelpers.d.ts","sourceRoot":"","sources":["../../../../../../../../src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEjC,eAAO,MAAM,aAAa,UAAmB,CAAA;AAE7C,eAAO,MAAM,KAAK,SAAU,MAAM,GAAG,IAAI,KAAG,GAAG,GAAG,SAOjD,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,GAAG,IAAI,KAAG,OAAmC,CAAA;AAEpF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,
|
|
1
|
+
{"version":3,"file":"urlHelpers.d.ts","sourceRoot":"","sources":["../../../../../../../../src/lib/rating/criteria/scoring/metadata/lib/urlHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AAEjC,eAAO,MAAM,aAAa,UAAmB,CAAA;AAE7C,eAAO,MAAM,KAAK,SAAU,MAAM,GAAG,IAAI,KAAG,GAAG,GAAG,SAOjD,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,GAAG,IAAI,KAAG,OAAmC,CAAA;AAEpF,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,OAA4E,CAAA;AACzH,eAAO,MAAM,MAAM,SAAU,MAAM,GAAG,IAAI,KAAG,OAAuB,CAAA;AACpE,eAAO,MAAM,QAAQ,SAAU,MAAM,GAAG,IAAI,KAAG,OAA2D,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './analyzeNft.
|
|
2
|
-
export * from './criteria/index.
|
|
1
|
+
export * from './analyzeNft.ts';
|
|
2
|
+
export * from './criteria/index.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './analyzeNft.
|
|
2
|
-
export * from './criteria/index.
|
|
1
|
+
export * from './analyzeNft.ts';
|
|
2
|
+
export * from './criteria/index.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './analyzeNft.
|
|
2
|
-
export * from './criteria/index.
|
|
1
|
+
export * from './analyzeNft.ts';
|
|
2
|
+
export * from './criteria/index.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NftScoreDiviner } from './Diviner.
|
|
1
|
+
import { NftScoreDiviner } from './Diviner.ts';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NftScoreDiviner } from './Diviner.
|
|
1
|
+
import { NftScoreDiviner } from './Diviner.ts';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NftScoreDiviner } from './Diviner.
|
|
1
|
+
import { NftScoreDiviner } from './Diviner.ts';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|