@itentialopensource/adapter-google_drive 0.4.1 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.4.2 [03-13-2024]
3
+
4
+ * Changes made at 2024.03.13_15:18PM
5
+
6
+ See merge request itentialopensource/adapters/persistence/adapter-google_drive!4
7
+
8
+ ---
9
+
2
10
  ## 0.4.1 [02-28-2024]
3
11
 
4
12
  * Changes made at 2024.02.28_12:45PM
package/metadata.json CHANGED
@@ -16,8 +16,13 @@
16
16
  "domains": [
17
17
  "Data Storage"
18
18
  ],
19
- "tags": [],
20
- "useCases": [],
19
+ "tags": [
20
+ "Database & Repository Operations"
21
+ ],
22
+ "useCases": [
23
+ "CRUD Operations",
24
+ "Persist Data"
25
+ ],
21
26
  "deprecated": {
22
27
  "isDeprecated": false
23
28
  },
@@ -46,4 +51,4 @@
46
51
  "transformationProjects": [],
47
52
  "exampleProjects": []
48
53
  }
49
- }
54
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-google_drive",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "This adapter integrates with system described as: google drive",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file