@rabby-wallet/rabby-api 0.9.34-alpha.2 → 0.9.34-alpha.3

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +0 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1642,7 +1642,4 @@ export declare type UserFeedbackItem = {
1642
1642
  comment: string | null;
1643
1643
  comment_at: number | null;
1644
1644
  };
1645
- export declare type UserFeedbackUploadedImage = {
1646
- image_url: string;
1647
- };
1648
1645
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.34-alpha.2",
3
+ "version": "0.9.34-alpha.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [