@itentialopensource/adapter-infoblox 1.14.1 → 1.14.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 +16 -0
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 1.14.3 [12-14-2023]
|
|
3
|
+
|
|
4
|
+
* Update adapter-utils version
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/inventory/adapter-infoblox!34
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1.14.2 [11-30-2023]
|
|
11
|
+
|
|
12
|
+
* Update adapter-utils version
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/inventory/adapter-infoblox!34
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 1.14.1 [11-06-2023]
|
|
3
19
|
|
|
4
20
|
* Add empty response handling in some tasks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-infoblox",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.3",
|
|
4
4
|
"description": "Itential Infoblox Adapter",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Infoblox",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"author": "Itential",
|
|
59
59
|
"homepage": "https://gitlab.com/itentialopensource/adapters/inventory/adapter-infoblox#readme",
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@itentialopensource/adapter-utils": "^5.3.
|
|
61
|
+
"@itentialopensource/adapter-utils": "^5.3.2",
|
|
62
62
|
"acorn": "^8.10.0",
|
|
63
63
|
"ajv": "^8.12.0",
|
|
64
64
|
"axios": "^1.4.0",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED