@itentialopensource/adapter-thingspace 0.5.0 → 0.5.1
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/TAB2.md +3 -0
- package/package.json +2 -2
package/TAB2.md
CHANGED
|
@@ -111,6 +111,9 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
111
111
|
"client_id": "",
|
|
112
112
|
"client_secret": "",
|
|
113
113
|
"grant_type": "",
|
|
114
|
+
"auth_request_datatype": "",
|
|
115
|
+
"auth_response_datatype": "",
|
|
116
|
+
"token_response_placement": "",
|
|
114
117
|
"sensitive": [],
|
|
115
118
|
"sso": {
|
|
116
119
|
"protocol": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-thingspace",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: ThingSpace.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "3.8.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"author": "Itential",
|
|
47
47
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-thingspace#readme",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@itentialopensource/adapter-utils": "6.0.
|
|
49
|
+
"@itentialopensource/adapter-utils": "6.0.3",
|
|
50
50
|
"acorn": "8.14.1",
|
|
51
51
|
"ajv": "8.17.1",
|
|
52
52
|
"axios": "1.12.2",
|