@vidyano-labs/virtual-service 0.4.1 → 0.4.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/index.js +0 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -858,7 +858,6 @@ class VirtualServiceHooks extends ServiceHooks {
|
|
|
858
858
|
clientAttr.tab = configAttr.tab || "";
|
|
859
859
|
clientAttr.column = configAttr.column;
|
|
860
860
|
clientAttr.columnSpan = configAttr.columnSpan;
|
|
861
|
-
clientAttr.options = configAttr.options;
|
|
862
861
|
// Reference attribute properties - only set if explicitly configured
|
|
863
862
|
if (configAttr.lookup) {
|
|
864
863
|
const refAttr = clientAttr;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidyano-labs/virtual-service",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Virtual service implementation for testing Vidyano applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHash": "
|
|
23
|
+
"gitHash": "79e3626e489dad1001f311fcec3fb18e06b0a85a"
|
|
24
24
|
}
|