@quatrain/core 1.1.0 → 1.1.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.
@@ -224,7 +224,7 @@ class DataObject {
224
224
  return Reflect.get(this._properties, key).val(transform);
225
225
  }
226
226
  else {
227
- throw new Error(`Unknown property '${key}'`);
227
+ return undefined;
228
228
  }
229
229
  }
230
230
  toJSON(params = false) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/core",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Core objects for business apps",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",