@itentialopensource/adapter-bmc_helix_itsm 0.3.1 → 0.3.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.3.2 [08-14-2024]
3
+
4
+ * Changes made at 2024.08.14_17:56PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-bmc_helix_itsm!11
7
+
8
+ ---
9
+
2
10
  ## 0.3.1 [08-07-2024]
3
11
 
4
12
  * Changes made at 2024.08.06_19:09PM
package/metadata.json CHANGED
@@ -69,7 +69,9 @@
69
69
  "link": "https://bmc.okta.com/app/bmc_docsbmccomminiorange_1/exk1n9bn27tfLKsBl1d8/sso/saml",
70
70
  "public": false
71
71
  }
72
- ]
72
+ ],
73
+ "workshopLinks": [],
74
+ "workshopHomePage": "https://www.itential.com/get-started/"
73
75
  },
74
76
  "assets": [],
75
77
  "relatedItems": {
@@ -80,5 +82,6 @@
80
82
  "transformationProjects": [],
81
83
  "exampleProjects": []
82
84
  },
83
- "supportLevel": "community"
85
+ "supportLevel": "community",
86
+ "techAlliance": false
84
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-bmc_helix_itsm",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "This adapter integrates with system described as: bmc_helix_itsm",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
@@ -58,12 +58,12 @@
58
58
  "@itentialopensource/adapter-utils": "^5.6.0",
59
59
  "acorn": "^8.12.1",
60
60
  "ajv": "^8.17.1",
61
- "axios": "^1.7.2",
61
+ "axios": "^1.7.4",
62
62
  "commander": "^11.0.0",
63
63
  "dns-lookup-promise": "^1.0.4",
64
64
  "fs-extra": "^11.2.0",
65
65
  "json-query": "^2.2.2",
66
- "mocha": "^10.7.0",
66
+ "mocha": "^10.7.3",
67
67
  "mocha-param": "^2.0.1",
68
68
  "mongodb": "^4.16.0",
69
69
  "ping": "^0.4.4",
Binary file
@@ -315,10 +315,10 @@ describe('[unit] Bmc_helix_itsm Adapter Test', () => {
315
315
  assert.notEqual(null, packageDotJson.dependencies);
316
316
  assert.notEqual('', packageDotJson.dependencies);
317
317
  assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
318
- assert.equal('^1.7.2', packageDotJson.dependencies.axios);
318
+ assert.equal('^1.7.4', packageDotJson.dependencies.axios);
319
319
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
320
320
  assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
321
- assert.equal('^10.7.0', packageDotJson.dependencies.mocha);
321
+ assert.equal('^10.7.3', packageDotJson.dependencies.mocha);
322
322
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
323
323
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);
324
324
  assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);