@xyo-network/crypto-nft-plugins 2.70.7 → 2.70.8
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/docs.json +2 -2
- package/package.json +2 -2
package/dist/docs.json
CHANGED
|
@@ -35852,7 +35852,7 @@
|
|
|
35852
35852
|
},
|
|
35853
35853
|
{
|
|
35854
35854
|
"id": 646,
|
|
35855
|
-
"name": "
|
|
35855
|
+
"name": "maxNfts",
|
|
35856
35856
|
"variant": "param",
|
|
35857
35857
|
"kind": 32768,
|
|
35858
35858
|
"flags": {
|
|
@@ -38773,7 +38773,7 @@
|
|
|
38773
38773
|
},
|
|
38774
38774
|
"646": {
|
|
38775
38775
|
"sourceFileName": "packages/nft/packages/witness/src/lib/getNftsOwnedByAddress.ts",
|
|
38776
|
-
"qualifiedName": "
|
|
38776
|
+
"qualifiedName": "maxNfts"
|
|
38777
38777
|
},
|
|
38778
38778
|
"647": {
|
|
38779
38779
|
"sourceFileName": "packages/nft/packages/witness/src/Witness.ts",
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/crypto-nft-plugin": "~2.70.
|
|
13
|
+
"@xyo-network/crypto-nft-plugin": "~2.70.8"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@xylabs/jest-helpers": "^2.9.3",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"types": "dist/types/index.d.ts",
|
|
55
|
-
"version": "2.70.
|
|
55
|
+
"version": "2.70.8"
|
|
56
56
|
}
|