@cli4ai/gmail 1.0.13 → 1.0.14

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/cli4ai.json +2 -2
  2. package/package.json +2 -2
package/cli4ai.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gmail",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Gmail CLI tool for messages, threads, and drafts",
5
5
  "author": "cliforai",
6
6
  "license": "BUSL-1.1",
@@ -268,7 +268,7 @@
268
268
  }
269
269
  },
270
270
  "dependencies": {
271
- "@cli4ai/lib": "^1.0.0",
271
+ "@cli4ai/lib": "^1.0.9",
272
272
  "googleapis": "^144.0.0",
273
273
  "google-auth-library": "^9.0.0",
274
274
  "commander": "^14.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cli4ai/gmail",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Gmail CLI tool for messages, threads, and drafts",
5
5
  "author": "cliforai",
6
6
  "license": "BUSL-1.1",
@@ -28,7 +28,7 @@
28
28
  "url": "https://github.com/cliforai/packages/issues"
29
29
  },
30
30
  "dependencies": {
31
- "@cli4ai/lib": "^1.0.0",
31
+ "@cli4ai/lib": "^1.0.9",
32
32
  "googleapis": "^144.0.0",
33
33
  "google-auth-library": "^9.0.0",
34
34
  "commander": "^14.0.0"