@qwanyx/stack 0.2.14 → 0.2.15

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.
@@ -231,6 +231,8 @@ export interface FetchMessage {
231
231
  };
232
232
  date?: string;
233
233
  };
234
+ body?: string;
235
+ raw?: string;
234
236
  }
235
237
  export interface FolderInfo {
236
238
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwanyx/stack",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "Modern HyperCard for React - All-in-one data management (REST + Graph API + Auth + Hooks + UI)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -30,7 +30,9 @@
30
30
  "react": "^18.0.0",
31
31
  "react-dom": "^18.0.0"
32
32
  },
33
- "dependencies": {},
33
+ "dependencies": {
34
+ "postal-mime": "^2.6.1"
35
+ },
34
36
  "devDependencies": {
35
37
  "@types/react": "^18.2.45",
36
38
  "@types/react-dom": "^18.2.18",