@itentialopensource/adapter-viptela 0.11.0 → 0.12.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.12.0 [08-16-2023]
3
+
4
+ * migration changes
5
+
6
+ See merge request itentialopensource/adapters/sd-wan/adapter-viptela!31
7
+
8
+ ---
9
+
2
10
  ## 0.11.0 [08-14-2023]
3
11
 
4
12
  * migration changes
package/README.md CHANGED
@@ -175,7 +175,7 @@ tar -xvf adapter-viptela.tar
175
175
 
176
176
  ```bash
177
177
  cd adapter-viptela
178
- npm run install
178
+ npm install
179
179
  npm run lint:errors
180
180
  npm run test
181
181
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-viptela",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "This adapter integrates with system Viptela",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Viptela",
Binary file