@xyo-network/crypto-nft-diviner-score-plugin 2.82.2 → 2.84.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/browser/Diviner.d.cts +14 -2
- package/dist/browser/Diviner.d.cts.map +1 -1
- package/dist/browser/Diviner.d.mts +14 -2
- package/dist/browser/Diviner.d.mts.map +1 -1
- package/dist/browser/Diviner.d.ts +14 -2
- package/dist/browser/Diviner.d.ts.map +1 -1
- package/dist/browser/Plugin.d.cts +396 -6
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +396 -6
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +396 -6
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/index.cjs +2 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +2 -1
- package/dist/browser/lib/rating/index.d.cts +1 -0
- package/dist/browser/lib/rating/index.d.cts.map +1 -1
- package/dist/browser/lib/rating/index.d.mts +1 -0
- package/dist/browser/lib/rating/index.d.mts.map +1 -1
- package/dist/browser/lib/rating/index.d.ts +1 -0
- package/dist/browser/lib/rating/index.d.ts.map +1 -1
- package/dist/node/Diviner.d.cts +14 -2
- package/dist/node/Diviner.d.cts.map +1 -1
- package/dist/node/Diviner.d.mts +14 -2
- package/dist/node/Diviner.d.mts.map +1 -1
- package/dist/node/Diviner.d.ts +14 -2
- package/dist/node/Diviner.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +396 -6
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +396 -6
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +396 -6
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/index.js +4 -2
- package/dist/node/index.js.map +1 -1
- package/dist/node/index.mjs +2 -1
- package/dist/node/lib/rating/index.d.cts +1 -0
- package/dist/node/lib/rating/index.d.cts.map +1 -1
- package/dist/node/lib/rating/index.d.mts +1 -0
- package/dist/node/lib/rating/index.d.mts.map +1 -1
- package/dist/node/lib/rating/index.d.ts +1 -0
- package/dist/node/lib/rating/index.d.ts.map +1 -1
- package/package.json +12 -12
- package/src/lib/rating/index.ts +1 -0
package/package.json
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/url": "^2.13.20",
|
|
14
|
-
"@xyo-network/abstract-diviner": "^2.
|
|
15
|
-
"@xyo-network/core": "^2.
|
|
16
|
-
"@xyo-network/crypto-nft-payload-plugin": "~2.
|
|
17
|
-
"@xyo-network/crypto-nft-score-model": "~2.
|
|
18
|
-
"@xyo-network/diviner-model": "^2.
|
|
19
|
-
"@xyo-network/module-model": "^2.
|
|
20
|
-
"@xyo-network/payload-model": "^2.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
14
|
+
"@xyo-network/abstract-diviner": "^2.84.0",
|
|
15
|
+
"@xyo-network/core": "^2.84.0",
|
|
16
|
+
"@xyo-network/crypto-nft-payload-plugin": "~2.84.0",
|
|
17
|
+
"@xyo-network/crypto-nft-score-model": "~2.84.0",
|
|
18
|
+
"@xyo-network/diviner-model": "^2.84.0",
|
|
19
|
+
"@xyo-network/module-model": "^2.84.0",
|
|
20
|
+
"@xyo-network/payload-model": "^2.84.0",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "^2.84.0",
|
|
22
22
|
"ethers": "^6.9.0",
|
|
23
23
|
"svg-parser": "^2.0.4"
|
|
24
24
|
},
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@xylabs/jest-helpers": "^2.13.20",
|
|
28
28
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
29
29
|
"@xylabs/tsconfig": "^3.2.10",
|
|
30
|
-
"@xyo-network/account": "^2.
|
|
31
|
-
"@xyo-network/payload-wrapper": "^2.
|
|
30
|
+
"@xyo-network/account": "^2.84.0",
|
|
31
|
+
"@xyo-network/payload-wrapper": "^2.84.0",
|
|
32
32
|
"jest": "^29.7.0",
|
|
33
|
-
"typescript": "^5.3.
|
|
33
|
+
"typescript": "^5.3.3"
|
|
34
34
|
},
|
|
35
35
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
36
36
|
"docs": "dist/docs.json",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
|
-
"version": "2.
|
|
75
|
+
"version": "2.84.0"
|
|
76
76
|
}
|
package/src/lib/rating/index.ts
CHANGED