@itentialopensource/adapter-netbox_v33 2.6.1 → 2.6.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.
@@ -1121,7 +1121,8 @@
1121
1121
  "virtualMachine": {
1122
1122
  "type": [
1123
1123
  "string",
1124
- "number"
1124
+ "number",
1125
+ "object"
1125
1126
  ],
1126
1127
  "description": "",
1127
1128
  "parse": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-netbox_v33",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "This adapter integrates with system described as: Netbox v3.3",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "2.4.1",
3
- "configLines": 277339,
2
+ "version": "2.6.1",
3
+ "configLines": 277345,
4
4
  "scriptLines": 2498,
5
5
  "codeLines": 109325,
6
6
  "testLines": 70580,