@genesislcap/foundation-comms 14.331.0 → 14.331.1-alpha-fb2d8af04.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.
@@ -198,7 +198,7 @@ let DefaultDatasource = class DefaultDatasource {
|
|
198
198
|
ORDER_BY: DETAILS.ORDER_BY,
|
199
199
|
VIEW_NUMBER: DETAILS.VIEW_NUMBER,
|
200
200
|
},
|
201
|
-
REQUEST: this.criteriaOnlyRequest ? {} : REQUEST !== null && REQUEST !== void 0 ? REQUEST : this.buildRequestFields(),
|
201
|
+
REQUEST: this.criteriaOnlyRequest ? {} : (REQUEST !== null && REQUEST !== void 0 ? REQUEST : this.buildRequestFields()),
|
202
202
|
};
|
203
203
|
return reqParams;
|
204
204
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-comms",
|
3
3
|
"description": "Genesis Foundation UI Comms",
|
4
|
-
"version": "14.331.0",
|
4
|
+
"version": "14.331.1-alpha-fb2d8af04.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -75,23 +75,23 @@
|
|
75
75
|
}
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
|
-
"@genesislcap/foundation-testing": "14.331.0",
|
79
|
-
"@genesislcap/genx": "14.331.0",
|
80
|
-
"@genesislcap/rollup-builder": "14.331.0",
|
81
|
-
"@genesislcap/ts-builder": "14.331.0",
|
82
|
-
"@genesislcap/uvu-playwright-builder": "14.331.0",
|
83
|
-
"@genesislcap/vite-builder": "14.331.0",
|
84
|
-
"@genesislcap/webpack-builder": "14.331.0",
|
78
|
+
"@genesislcap/foundation-testing": "14.331.1-alpha-fb2d8af04.0",
|
79
|
+
"@genesislcap/genx": "14.331.1-alpha-fb2d8af04.0",
|
80
|
+
"@genesislcap/rollup-builder": "14.331.1-alpha-fb2d8af04.0",
|
81
|
+
"@genesislcap/ts-builder": "14.331.1-alpha-fb2d8af04.0",
|
82
|
+
"@genesislcap/uvu-playwright-builder": "14.331.1-alpha-fb2d8af04.0",
|
83
|
+
"@genesislcap/vite-builder": "14.331.1-alpha-fb2d8af04.0",
|
84
|
+
"@genesislcap/webpack-builder": "14.331.1-alpha-fb2d8af04.0",
|
85
85
|
"@types/js-cookie": "^3.0.2",
|
86
86
|
"@types/json-schema": "^7.0.11",
|
87
87
|
"@types/webappsec-credential-management": "^0.6.2",
|
88
88
|
"sinon": "^17.0.1"
|
89
89
|
},
|
90
90
|
"dependencies": {
|
91
|
-
"@genesislcap/foundation-broadcast-channel": "14.331.0",
|
92
|
-
"@genesislcap/foundation-logger": "14.331.0",
|
93
|
-
"@genesislcap/foundation-user": "14.331.0",
|
94
|
-
"@genesislcap/foundation-utils": "14.331.0",
|
91
|
+
"@genesislcap/foundation-broadcast-channel": "14.331.1-alpha-fb2d8af04.0",
|
92
|
+
"@genesislcap/foundation-logger": "14.331.1-alpha-fb2d8af04.0",
|
93
|
+
"@genesislcap/foundation-user": "14.331.1-alpha-fb2d8af04.0",
|
94
|
+
"@genesislcap/foundation-utils": "14.331.1-alpha-fb2d8af04.0",
|
95
95
|
"@microsoft/fast-element": "1.14.0",
|
96
96
|
"@microsoft/fast-foundation": "2.49.6",
|
97
97
|
"analytics": "0.8.16",
|
@@ -110,5 +110,5 @@
|
|
110
110
|
"publishConfig": {
|
111
111
|
"access": "public"
|
112
112
|
},
|
113
|
-
"gitHead": "
|
113
|
+
"gitHead": "c37ce1181d25cfbddc170c81537fcda5688ee2b9"
|
114
114
|
}
|