@xoxno/sdk-js 0.1.20-alpha → 0.1.21-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.
@@ -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.20-alpha",
3
+ "version": "0.1.21-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",