@itentialopensource/adapter-viptela 0.10.2 → 0.10.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 +4 -4
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
## 0.10.
|
|
2
|
+
## 0.10.3 [05-18-2022]
|
|
3
3
|
|
|
4
|
-
*
|
|
4
|
+
* Fix systemName
|
|
5
5
|
|
|
6
|
-
See merge request itentialopensource/adapters/sd-wan/adapter-viptela!
|
|
6
|
+
See merge request itentialopensource/adapters/sd-wan/adapter-viptela!15
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
## 0.10.1 [05-08-2022] & 0.10.0 [05-01-2022] & 0.9.0 [01-21-2022]
|
|
10
|
+
## 0.10.2 [05-14-2022] & 0.10.1 [05-08-2022] & 0.10.0 [05-01-2022] & 0.9.0 [01-21-2022]
|
|
11
11
|
|
|
12
12
|
- Added dabout 415 calls
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-viptela",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "This adapter integrates with system Viptela",
|
|
5
5
|
"main": "adapter.js",
|
|
6
|
-
"systemName": "Viptela",
|
|
6
|
+
"systemName": "Cisco Viptela",
|
|
7
7
|
"wizardVersion": "2.44.7",
|
|
8
8
|
"engineVersion": "1.61.6",
|
|
9
9
|
"adapterType": "http",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED