eservices-back-core 1.2.90 → 1.2.92

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.
@@ -112,7 +112,7 @@ class ViewController {
112
112
  */
113
113
  const { entity, primaryKey, statusCode } = req.query;
114
114
  const context = (0, get_usage_context_1.default)(req.headers.referer);
115
- res.json(((_a = Store_1.default.configuration.prefferedDocuments) === null || _a === void 0 ? void 0 : _a[context]) || []);
115
+ res.json(((_a = Store_1.default.configuration.preferredDocuments) === null || _a === void 0 ? void 0 : _a[context]) || []);
116
116
  return;
117
117
  const rv = new rules_validation_service_1.default(req.__token);
118
118
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-back-core",
3
- "version": "1.2.90",
3
+ "version": "1.2.92",
4
4
  "description": "",
5
5
  "main": "dist/Server.js",
6
6
  "scripts": {