@itentialopensource/adapter-bluecat_ipam 0.1.1 → 0.2.0

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.2.0 [02-13-2026]
3
+
4
+ * minor/auto-migrate/20260213-104244
5
+
6
+ See merge request itentialopensource/adapters/adapter-bluecat_ipam!7
7
+
8
+ ---
9
+
2
10
  ## 0.1.1 [02-06-2026]
3
11
 
4
12
  * Initial Commit
@@ -6,4 +14,3 @@
6
14
  See merge request itentialopensource/adapters/adapter-bluecat_ipam!2
7
15
 
8
16
  ---
9
-
package/TAB2.md CHANGED
@@ -1,4 +1,4 @@
1
- # BlueCat
1
+ # BlueCat IPAM
2
2
 
3
3
  ## Table of Contents
4
4
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-bluecat_ipam",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "This adapter integrates with system described as: BlueCat IPAM",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Bluecat_ipam",
7
- "wizardVersion": "3.8.1",
8
- "engineVersion": "1.82.0",
7
+ "wizardVersion": "3.12.1",
8
+ "engineVersion": "1.82.5",
9
9
  "adapterType": "http",
10
10
  "scripts": {
11
11
  "preinstall": "node utils/setup.js",
@@ -37,8 +37,8 @@
37
37
  ],
38
38
  "license": "Apache-2.0",
39
39
  "engines": {
40
- "node": ">= 14.0.0",
41
- "npm": ">= 6.0.0"
40
+ "node": ">= 18.18.0",
41
+ "npm": ">= 9.8.1"
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",
@@ -47,14 +47,14 @@
47
47
  "author": "Itential",
48
48
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-bluecat_ipam#readme",
49
49
  "dependencies": {
50
- "@itentialopensource/adapter-utils": "6.1.12",
50
+ "@itentialopensource/adapter-utils": "6.1.14",
51
51
  "acorn": "8.14.1",
52
52
  "ajv": "8.17.1",
53
- "axios": "1.12.2",
53
+ "axios": "1.13.5",
54
54
  "commander": "11.1.0",
55
55
  "fs-extra": "11.3.0",
56
56
  "json-query": "2.2.2",
57
- "mocha": "10.8.2",
57
+ "mocha": "11.3.0",
58
58
  "mocha-param": "2.0.1",
59
59
  "mongodb": "4.17.2",
60
60
  "ping": "0.4.4",
@@ -0,0 +1,120 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "New adapter errors available for use",
7
+ "value": 0
8
+ },
9
+ {
10
+ "owner": "errorJson",
11
+ "description": "Adapter errors no longer available for use",
12
+ "value": 0
13
+ },
14
+ {
15
+ "owner": "errorJson",
16
+ "description": "Adapter errors that have been updated (e.g. recommendation changes)",
17
+ "value": 31
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of production dependencies",
22
+ "value": 15
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Number of development dependencies",
27
+ "value": 6
28
+ },
29
+ {
30
+ "owner": "packageJson",
31
+ "description": "Number of npm scripts",
32
+ "value": 17
33
+ },
34
+ {
35
+ "owner": "packageJson",
36
+ "description": "Runtime Library dependency",
37
+ "value": "6.1.14"
38
+ },
39
+ {
40
+ "owner": "propertiesSchemaJson",
41
+ "description": "Adapter properties defined in the propertiesSchema file",
42
+ "value": 84
43
+ },
44
+ {
45
+ "owner": "markdown",
46
+ "description": "Number of lines in the README.md",
47
+ "value": 345
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the SUMMARY.md",
52
+ "value": 9
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the PROPERTIES.md",
57
+ "value": 682
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the TROUBLESHOOT.md",
62
+ "value": 57
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the ENHANCE.md",
67
+ "value": 70
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the BROKER.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "unitTestJS",
76
+ "description": "Number of lines of code in unit tests",
77
+ "value": 16059
78
+ },
79
+ {
80
+ "owner": "unitTestJS",
81
+ "description": "Number of unit tests",
82
+ "value": 1066
83
+ },
84
+ {
85
+ "owner": "integrationTestJS",
86
+ "description": "Number of lines of code in integration tests",
87
+ "value": 12569
88
+ },
89
+ {
90
+ "owner": "integrationTestJS",
91
+ "description": "Number of integration tests",
92
+ "value": 486
93
+ },
94
+ {
95
+ "owner": "staticFile",
96
+ "description": "Number of lines of code in adapterBase.js",
97
+ "value": 1527
98
+ },
99
+ {
100
+ "owner": "staticFile",
101
+ "description": "Number of static files added",
102
+ "value": 37
103
+ },
104
+ {
105
+ "owner": "Overall",
106
+ "description": "Total lines of Code",
107
+ "value": 30155
108
+ },
109
+ {
110
+ "owner": "Overall",
111
+ "description": "Total Tests",
112
+ "value": 1552
113
+ },
114
+ {
115
+ "owner": "Overall",
116
+ "description": "Total Files",
117
+ "value": 6
118
+ }
119
+ ]
120
+ }
@@ -280,10 +280,10 @@ describe('[unit] Bluecat_ipam Adapter Test', () => {
280
280
  assert.notEqual(null, packageDotJson.dependencies);
281
281
  assert.notEqual('', packageDotJson.dependencies);
282
282
  assert.equal('8.17.1', packageDotJson.dependencies.ajv);
283
- assert.equal('1.12.2', packageDotJson.dependencies.axios);
283
+ assert.equal('1.13.5', packageDotJson.dependencies.axios);
284
284
  assert.equal('11.1.0', packageDotJson.dependencies.commander);
285
285
  assert.equal('11.3.0', packageDotJson.dependencies['fs-extra']);
286
- assert.equal('10.8.2', packageDotJson.dependencies.mocha);
286
+ assert.equal('11.3.0', packageDotJson.dependencies.mocha);
287
287
  assert.equal('2.0.1', packageDotJson.dependencies['mocha-param']);
288
288
  assert.equal('0.4.4', packageDotJson.dependencies.ping);
289
289
  assert.equal('1.4.10', packageDotJson.dependencies['readline-sync']);