@itentialopensource/adapter-google_drive 0.2.0 → 0.3.0

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.3.0 [03-20-2023]
3
+
4
+ * Migration to the latest Adapter Foundation
5
+
6
+ See merge request itentialopensource/adapters/persistence/adapter-google_drive!1
7
+
8
+ ---
9
+
2
10
  ## 0.2.0 [06-01-2022]
3
11
 
4
12
  * Migration to the latest Adapter Foundation
package/README.md CHANGED
@@ -172,7 +172,7 @@ tar -xvf adapter-google_drive.tar
172
172
 
173
173
  ```bash
174
174
  cd adapter-google_drive
175
- npm run adapter:install
175
+ npm install
176
176
  ```
177
177
 
178
178
  4. Restart IAP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-google_drive",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "This adapter integrates with system described as: google drive",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Google Drive",
@@ -56,7 +56,7 @@
56
56
  "author": "Itential",
57
57
  "homepage": "https://gitlab.com/itentialopensource/adapters/persistence/adapter-google_drive#readme",
58
58
  "dependencies": {
59
- "@itentialopensource/adapter-utils": "^4.45.6",
59
+ "@itentialopensource/adapter-utils": "^4.48.7",
60
60
  "ajv": "^6.12.0",
61
61
  "axios": "^0.21.0",
62
62
  "commander": "^2.20.0",
Binary file