@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 CHANGED
@@ -1,13 +1,13 @@
1
1
 
2
- ## 0.10.2 [05-14-2022]
2
+ ## 0.10.3 [05-18-2022]
3
3
 
4
- * Migration to the latest Adapter Foundation
4
+ * Fix systemName
5
5
 
6
- See merge request itentialopensource/adapters/sd-wan/adapter-viptela!14
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.2",
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.10.1",
2
+ "version": "0.10.2",
3
3
  "configLines": 20359,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 45295,