@xoxno/sdk-js 0.1.20-alpha → 0.1.22-alpha
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/nft.d.ts +2 -1
- package/package.json +12 -12
package/dist/types/nft.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface OriginalMedia {
|
|
|
26
26
|
export interface SaleInfo {
|
|
27
27
|
auctionId: number;
|
|
28
28
|
seller: string;
|
|
29
|
-
currentWinner?:
|
|
29
|
+
currentWinner?: Owner;
|
|
30
30
|
minBid: string;
|
|
31
31
|
maxBid?: string;
|
|
32
32
|
currentBid?: string;
|
|
@@ -104,6 +104,7 @@ export interface CollectionInfo {
|
|
|
104
104
|
name: string;
|
|
105
105
|
isVerified: boolean;
|
|
106
106
|
profile: string;
|
|
107
|
+
collectionSize: number;
|
|
107
108
|
}
|
|
108
109
|
export interface Owner {
|
|
109
110
|
username: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xoxno/sdk-js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22-alpha",
|
|
4
4
|
"description": "The SDK to interact with the XOXNO Protocol!",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -48,26 +48,26 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^18.4.3",
|
|
49
49
|
"@semantic-release/changelog": "^6.0.3",
|
|
50
50
|
"@semantic-release/git": "^10.0.1",
|
|
51
|
-
"@types/jest": "^29.5.
|
|
52
|
-
"@types/node": "^20.10.
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
54
|
-
"@typescript-eslint/parser": "^6.
|
|
51
|
+
"@types/jest": "^29.5.11",
|
|
52
|
+
"@types/node": "^20.10.5",
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
54
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
55
55
|
"commitizen": "^4.3.0",
|
|
56
56
|
"cz-conventional-changelog": "^3.3.0",
|
|
57
|
-
"eslint": "^8.
|
|
58
|
-
"eslint-config-prettier": "^9.
|
|
59
|
-
"eslint-plugin-prettier": "^5.
|
|
57
|
+
"eslint": "^8.56.0",
|
|
58
|
+
"eslint-config-prettier": "^9.1.0",
|
|
59
|
+
"eslint-plugin-prettier": "^5.1.2",
|
|
60
60
|
"husky": "^8.0.3",
|
|
61
61
|
"jest": "^29.7.0",
|
|
62
|
-
"prettier": "^3.1.
|
|
63
|
-
"semantic-release": "^22.0.
|
|
62
|
+
"prettier": "^3.1.1",
|
|
63
|
+
"semantic-release": "^22.0.12",
|
|
64
64
|
"ts-jest": "^29.1.1",
|
|
65
65
|
"ts-loader": "^9.5.1",
|
|
66
66
|
"typedoc": "^0.25.4",
|
|
67
|
-
"typescript": "^5.3.
|
|
67
|
+
"typescript": "^5.3.3"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@multiversx/sdk-core": "^12.
|
|
70
|
+
"@multiversx/sdk-core": "^12.17.0",
|
|
71
71
|
"@multiversx/sdk-network-providers": "^2.2.0"
|
|
72
72
|
}
|
|
73
73
|
}
|