@itentialopensource/adapter-microsoft_office365 0.2.1 → 0.2.3

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,20 @@
1
1
 
2
+ ## 0.2.3 [02-28-2024]
3
+
4
+ * Changes made at 2024.02.28_11:11AM
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-microsoft_office365!4
7
+
8
+ ---
9
+
10
+ ## 0.2.2 [12-25-2023]
11
+
12
+ * update axios and metadata
13
+
14
+ See merge request itentialopensource/adapters/itsm-testing/adapter-microsoft_office365!3
15
+
16
+ ---
17
+
2
18
  ## 0.2.1 [12-14-2023]
3
19
 
4
20
  * Remediation Merge Request
package/SYSTEMINFO.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Microsoft Office 365
2
2
 
3
3
  Vendor: Microsoft
4
- Homepage: https://www.microsoft.com/
4
+ Homepage: https://www.microsoft.com/en-us/
5
5
 
6
6
  Product: Microsoft Office 365
7
7
  Product Page: https://www.microsoft.com/en-us/microsoft-365
package/metadata.json CHANGED
@@ -35,11 +35,12 @@
35
35
  "repoLink": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-microsoft_office365",
36
36
  "docLink": "",
37
37
  "demoLinks": [],
38
+ "trainingLinks": [],
38
39
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
39
40
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
40
41
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
41
42
  "webLink": "https://www.itential.com/adapters/microsoft-office-365/",
42
- "vendorLink": "https://www.microsoft.com/",
43
+ "vendorLink": "https://www.microsoft.com/en-us/",
43
44
  "productLink": "https://www.microsoft.com/en-us/microsoft-365",
44
45
  "apiLinks": [
45
46
  "https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-microsoft_office365",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "This adapter integrates with system described as: odataServiceForNamespaceMicrosoft.graph.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Microsoft Office 365",
@@ -56,15 +56,15 @@
56
56
  "author": "Itential",
57
57
  "homepage": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-microsoft_office365#readme",
58
58
  "dependencies": {
59
- "@itentialopensource/adapter-utils": "^5.3.0",
59
+ "@itentialopensource/adapter-utils": "^5.3.8",
60
60
  "acorn": "^8.10.0",
61
61
  "ajv": "^8.12.0",
62
- "axios": "^1.4.0",
62
+ "axios": "^1.6.7",
63
63
  "commander": "^11.0.0",
64
64
  "dns-lookup-promise": "^1.0.4",
65
65
  "fs-extra": "^11.1.1",
66
66
  "json-query": "^2.2.2",
67
- "mocha": "^10.2.0",
67
+ "mocha": "^10.3.0",
68
68
  "mocha-param": "^2.0.1",
69
69
  "mongodb": "^4.16.0",
70
70
  "nyc": "^15.1.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
2
+ "version": "0.2.1",
3
3
  "configLines": 3280,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 3012,
@@ -316,10 +316,10 @@ describe('[unit] MicrosoftOffice365 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.4.0', packageDotJson.dependencies.axios);
319
+ assert.equal('^1.6.7', 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
- assert.equal('^10.2.0', packageDotJson.dependencies.mocha);
322
+ assert.equal('^10.3.0', packageDotJson.dependencies.mocha);
323
323
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
324
324
  assert.equal('^15.1.0', packageDotJson.dependencies.nyc);
325
325
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);