@hasna/files 0.2.12 → 0.2.13
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/server/index.js +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -149324,7 +149324,7 @@ function extractGoogleError(body) {
|
|
|
149324
149324
|
}
|
|
149325
149325
|
var package_default2 = {
|
|
149326
149326
|
name: "@hasna/connectors",
|
|
149327
|
-
version: "1.3.
|
|
149327
|
+
version: "1.3.29",
|
|
149328
149328
|
description: "Open source connector library - Install API connectors with a single command",
|
|
149329
149329
|
type: "module",
|
|
149330
149330
|
bin: {
|
package/dist/index.js
CHANGED
|
@@ -145914,7 +145914,7 @@ function extractGoogleError(body) {
|
|
|
145914
145914
|
}
|
|
145915
145915
|
var package_default2 = {
|
|
145916
145916
|
name: "@hasna/connectors",
|
|
145917
|
-
version: "1.3.
|
|
145917
|
+
version: "1.3.29",
|
|
145918
145918
|
description: "Open source connector library - Install API connectors with a single command",
|
|
145919
145919
|
type: "module",
|
|
145920
145920
|
bin: {
|
package/dist/mcp/index.js
CHANGED
|
@@ -164853,7 +164853,7 @@ function extractGoogleError(body) {
|
|
|
164853
164853
|
}
|
|
164854
164854
|
var package_default2 = {
|
|
164855
164855
|
name: "@hasna/connectors",
|
|
164856
|
-
version: "1.3.
|
|
164856
|
+
version: "1.3.29",
|
|
164857
164857
|
description: "Open source connector library - Install API connectors with a single command",
|
|
164858
164858
|
type: "module",
|
|
164859
164859
|
bin: {
|
package/dist/server/index.js
CHANGED
|
@@ -145673,7 +145673,7 @@ function extractGoogleError(body) {
|
|
|
145673
145673
|
}
|
|
145674
145674
|
var package_default2 = {
|
|
145675
145675
|
name: "@hasna/connectors",
|
|
145676
|
-
version: "1.3.
|
|
145676
|
+
version: "1.3.29",
|
|
145677
145677
|
description: "Open source connector library - Install API connectors with a single command",
|
|
145678
145678
|
type: "module",
|
|
145679
145679
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/files",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "Agent-first file management — index local folders and S3 buckets, sync Google Drive, tag, search, and retrieve files via CLI + MCP",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@aws-sdk/lib-storage": "^3.744.0",
|
|
67
67
|
"@aws-sdk/s3-request-presigner": "^3.1009.0",
|
|
68
68
|
"@hasna/cloud": "^0.1.24",
|
|
69
|
-
"@hasna/connectors": "^1.3.
|
|
69
|
+
"@hasna/connectors": "^1.3.29",
|
|
70
70
|
"@modelcontextprotocol/sdk": "^1.10.1",
|
|
71
71
|
"@noble/hashes": "^1.7.2",
|
|
72
72
|
"chalk": "^5.4.1",
|