@itentialopensource/adapter-paragon_active_assurance 0.2.2 → 0.2.4

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/metadata.json CHANGED
@@ -42,7 +42,11 @@
42
42
  "vendorLink": "https://www.juniper.net/us/en.html",
43
43
  "productLink": "https://www.juniper.net/us/en/products/network-automation/paragon-active-assurance.html",
44
44
  "apiLinks": [
45
- "https://app.netrounds.com/rest/"
45
+ {
46
+ "title": "Juniper Networks - Paragon Active Assurance (formerly Netrounds) API",
47
+ "link": "https://app.netrounds.com/rest/",
48
+ "public": true
49
+ }
46
50
  ]
47
51
  },
48
52
  "assets": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_active_assurance",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "This adapter integrates with system described as: Juniper Paragon Active Assurance.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Juniper Paragon Active Assurance",
@@ -55,10 +55,10 @@
55
55
  "author": "Itential",
56
56
  "homepage": "https://gitlab.com/itentialopensource/adapters/telemetry-analytics/adapter-paragon_active_assurance#readme",
57
57
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^5.3.8",
58
+ "@itentialopensource/adapter-utils": "^5.3.10",
59
59
  "acorn": "^8.10.0",
60
60
  "ajv": "^8.12.0",
61
- "axios": "^1.6.7",
61
+ "axios": "^1.6.8",
62
62
  "commander": "^11.0.0",
63
63
  "dns-lookup-promise": "^1.0.4",
64
64
  "fs-extra": "^11.1.1",
Binary file
@@ -316,7 +316,7 @@ describe('[unit] Paragon_active_assurance 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.6.7', packageDotJson.dependencies.axios);
319
+ assert.equal('^1.6.8', 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.3.0', packageDotJson.dependencies.mocha);