@itentialopensource/adapter-microsoft_graph 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 1.3.0 [12-14-2023]
3
+
4
+ * More Migration Changes
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-microsoft_graph!5
7
+
8
+ ---
9
+
2
10
  ## 1.2.0 [11-07-2023]
3
11
 
4
12
  * More Migration Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-microsoft_graph",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "This adapter integrates with system described as: microsoftGraph.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
@@ -54,7 +54,7 @@
54
54
  "author": "Itential",
55
55
  "homepage": "https://gitlab.com/itentialopensource/adapters/cloud/adapter-microsoft_graph#readme",
56
56
  "dependencies": {
57
- "@itentialopensource/adapter-utils": "^5.3.0",
57
+ "@itentialopensource/adapter-utils": "^5.3.2",
58
58
  "acorn": "^8.10.0",
59
59
  "ajv": "^8.12.0",
60
60
  "axios": "^1.4.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.1",
2
+ "version": "1.2.0",
3
3
  "configLines": 10911,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 20170,