hazo_files 1.4.2 → 1.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hazo_files",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "File management including integration to cloud files",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -55,6 +55,7 @@
55
55
  "management",
56
56
  "google-drive",
57
57
  "local-storage",
58
+ "dropbox",
58
59
  "file-browser"
59
60
  ],
60
61
  "author": "Pubs Abayasiri",
@@ -64,6 +65,7 @@
64
65
  },
65
66
  "homepage": "https://github.com/pub12/hazo_files#readme",
66
67
  "dependencies": {
68
+ "dropbox": "^10.34.0",
67
69
  "googleapis": "^140.0.1",
68
70
  "ini": "^4.1.3",
69
71
  "xxhash-wasm": "^1.1.0"
@@ -76,6 +78,7 @@
76
78
  "@types/node": "^20.10.0",
77
79
  "@types/react": "^18.2.45",
78
80
  "@types/react-dom": "^18.2.18",
81
+ "hazo_llm_api": "^1.2.7",
79
82
  "react": "^18.2.0",
80
83
  "react-dom": "^18.2.0",
81
84
  "tsup": "^8.0.1",
@@ -84,9 +87,8 @@
84
87
  },
85
88
  "peerDependencies": {
86
89
  "@dnd-kit/core": "^6.0.0",
87
- "@dnd-kit/sortable": "^8.0.0",
90
+ "@dnd-kit/sortable": ">=8.0.0",
88
91
  "@dnd-kit/utilities": "^3.0.0",
89
- "hazo_config": ">=2.0.0",
90
92
  "hazo_connect": ">=2.0.0",
91
93
  "hazo_llm_api": ">=1.0.0",
92
94
  "hazo_logs": ">=1.0.0",
@@ -107,9 +109,6 @@
107
109
  "hazo_connect": {
108
110
  "optional": true
109
111
  },
110
- "hazo_config": {
111
- "optional": true
112
- },
113
112
  "hazo_logs": {
114
113
  "optional": true
115
114
  },