@quatrain/core 1.0.0 → 1.0.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.
@@ -132,6 +132,7 @@ class DataObject {
132
132
  const val = data[key];
133
133
  if (val &&
134
134
  typeof val === 'object' &&
135
+ !val.hasOwnProperty('bucket') &&
135
136
  'ref' in val &&
136
137
  typeof val.ref == 'string' &&
137
138
  'label' in val &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Core objects for business apps",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",