@itentialopensource/adapter-ciena_mcp 0.3.1 → 0.3.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.2 [06-03-2022]
|
|
3
|
+
|
|
4
|
+
* Fix Datatype on token
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-ciena_mcp!1
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
2
10
|
## 0.3.1 [05-26-2022]
|
|
3
11
|
|
|
4
12
|
* Bug fixes and performance improvements
|
|
@@ -6,4 +14,3 @@
|
|
|
6
14
|
See commit 64ba74c
|
|
7
15
|
|
|
8
16
|
---
|
|
9
|
-
|
package/package.json
CHANGED
|
Binary file
|
package/report/adapterInfo.json
CHANGED
package/sampleProperties.json
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"host": "localhost",
|
|
6
6
|
"port": 8080,
|
|
7
|
-
"base_path": "
|
|
7
|
+
"base_path": "",
|
|
8
8
|
"version": "",
|
|
9
9
|
"cache_location": "none",
|
|
10
10
|
"encode_pathvars": false,
|
|
11
11
|
"encode_queryvars": false,
|
|
12
12
|
"save_metric": false,
|
|
13
|
-
"stub":
|
|
13
|
+
"stub": true,
|
|
14
14
|
"protocol": "http",
|
|
15
15
|
"authentication": {
|
|
16
16
|
"auth_method": "request_token",
|