@itentialopensource/adapter-microsoft_graph 1.2.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/metadata.json +1 -0
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,20 @@
|
|
1
1
|
|
2
|
+
## 1.3.1 [12-25-2023]
|
3
|
+
|
4
|
+
* update axios and metadata
|
5
|
+
|
6
|
+
See merge request itentialopensource/adapters/cloud/adapter-microsoft_graph!6
|
7
|
+
|
8
|
+
---
|
9
|
+
|
10
|
+
## 1.3.0 [12-14-2023]
|
11
|
+
|
12
|
+
* More Migration Changes
|
13
|
+
|
14
|
+
See merge request itentialopensource/adapters/cloud/adapter-microsoft_graph!5
|
15
|
+
|
16
|
+
---
|
17
|
+
|
2
18
|
## 1.2.0 [11-07-2023]
|
3
19
|
|
4
20
|
* More Migration Changes
|
package/metadata.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28
28
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/cloud/adapter-microsoft_graph",
|
29
29
|
"docLink": "https://docs.itential.com/opensource/docs/microsoft-graph",
|
30
30
|
"demoLinks": [],
|
31
|
+
"trainingLinks": [],
|
31
32
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
32
33
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
33
34
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itentialopensource/adapter-microsoft_graph",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.1",
|
4
4
|
"description": "This adapter integrates with system described as: microsoftGraph.",
|
5
5
|
"main": "adapter.js",
|
6
6
|
"wizardVersion": "2.44.7",
|
@@ -54,10 +54,10 @@
|
|
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.
|
57
|
+
"@itentialopensource/adapter-utils": "^5.3.2",
|
58
58
|
"acorn": "^8.10.0",
|
59
59
|
"ajv": "^8.12.0",
|
60
|
-
"axios": "^1.
|
60
|
+
"axios": "^1.6.2",
|
61
61
|
"commander": "^11.0.0",
|
62
62
|
"dns-lookup-promise": "^1.0.4",
|
63
63
|
"fs-extra": "^11.1.1",
|
Binary file
|
package/report/adapterInfo.json
CHANGED
@@ -316,7 +316,7 @@ describe('[unit] Microsoft_graph Adapter Test', () => {
|
|
316
316
|
assert.notEqual(null, packageDotJson.dependencies);
|
317
317
|
assert.notEqual('', packageDotJson.dependencies);
|
318
318
|
assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
|
319
|
-
assert.equal('^1.
|
319
|
+
assert.equal('^1.6.2', packageDotJson.dependencies.axios);
|
320
320
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
321
321
|
assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
|
322
322
|
assert.equal('^10.2.0', packageDotJson.dependencies.mocha);
|