gdrivekit 1.1.0 → 1.1.2

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 (3) hide show
  1. package/README.md +11 -4
  2. package/dist/index.js +9367 -217
  3. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdrivekit",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "A lightweight Google Drive toolkit for File Management. Handle Google Drive operations easily — upload, download, and other file operations in a few lines of code.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -34,7 +34,9 @@
34
34
  "url": "https://github.com/vikashkhati007/gdrivekit/issues"
35
35
  },
36
36
  "dependencies": {
37
- "googleapis": "^164.1.0"
37
+ "@types/update-notifier": "^6.0.8",
38
+ "googleapis": "^164.1.0",
39
+ "update-notifier": "^7.3.1"
38
40
  },
39
41
  "peerDependencies": {
40
42
  "typescript": "^5"