@fibery/schema 8.1.9 → 8.1.10

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -611,7 +611,7 @@ class TypeObject {
611
611
  installedMixinTypeObjects: {
612
612
  configurable: false,
613
613
  enumerable: true,
614
- get: external_lodash_default().once(() => [...this.installedMixins].map(resolveTypeObject))
614
+ get: external_lodash_default().once(() => [...this.installedMixins].map(resolveTypeObject).filter(typeObject => typeObject))
615
615
  },
616
616
  title: {
617
617
  configurable: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fibery/schema",
3
- "version": "8.1.9",
3
+ "version": "8.1.10",
4
4
  "description": "utils for working with fibery schema",
5
5
  "main": "./lib/index.js",
6
6
  "browser": "./index.js",