@itentialopensource/adapter-iap 0.5.0 → 0.5.1

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.5.1 [12-24-2023]
3
+
4
+ * update axios and metadata
5
+
6
+ See merge request itentialopensource/adapters/adapter-iap!15
7
+
8
+ ---
9
+
2
10
  ## 0.5.0 [12-14-2023]
3
11
 
4
12
  * 2023 Adapter Migration + Updates for support for multiple IAP Versions
package/metadata.json CHANGED
@@ -29,12 +29,13 @@
29
29
  "storeLink": "",
30
30
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-iap",
31
31
  "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-iap",
32
- "docLink": "https://docs.itential.com/opensource/docs/iap",
32
+ "docLink": "",
33
33
  "demoLinks": [],
34
+ "trainingLinks": [],
34
35
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
35
36
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
36
37
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
37
- "webLink": "https://www.itential.com/adapters/iap/",
38
+ "webLink": "https://www.itential.com/adapters/itential-iap/",
38
39
  "vendorLink": "https://www.itential.com/",
39
40
  "productLink": "https://docs.itential.com/docs/automation-platform-4",
40
41
  "apiLinks": [
@@ -46,18 +47,7 @@
46
47
  "adapters": [],
47
48
  "integrations": [],
48
49
  "ecosystemApplications": [],
49
- "workflowProjects": [
50
- {
51
- "name": "Environmental Clean Up",
52
- "overview": "This pre-built allows user to delete active jobs using automation. The user can either choose to cancel all active jobs or active jobs that are associatedwith a specific workflow.",
53
- "versions": [
54
- "0.0.6"
55
- ],
56
- "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/environmental-clean-up",
57
- "docLink": "<TBD>",
58
- "webLink": "https://www.itential.com/automations/environmental-clean-up/"
59
- }
60
- ],
50
+ "workflowProjects": [],
61
51
  "transformationProjects": [],
62
52
  "exampleProjects": []
63
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-iap",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "This adapter integrates with system described as: iap.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Itential Automation Platform",
@@ -56,7 +56,7 @@
56
56
  "@itentialopensource/adapter-utils": "^5.3.0",
57
57
  "acorn": "^8.10.0",
58
58
  "ajv": "^8.12.0",
59
- "axios": "^1.4.0",
59
+ "axios": "^1.6.2",
60
60
  "commander": "^11.0.0",
61
61
  "dns-lookup-promise": "^1.0.4",
62
62
  "fs-extra": "^11.1.1",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.0",
2
+ "version": "0.5.0",
3
3
  "configLines": 30130,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 47398,
@@ -316,7 +316,7 @@ describe('[unit] Iap 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.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);