@yorkie-js/schema 0.6.21 → 0.6.22

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.
@@ -20229,7 +20229,13 @@ class Vd {
20229
20229
  t.length > 0 && (n.optional = t), h.push(n);
20230
20230
  for (const s of i.properties) {
20231
20231
  const e = `${c}.${s.name}`;
20232
- this.expandType(s.type, e, h, p, a);
20232
+ this.expandType(
20233
+ s.type,
20234
+ e,
20235
+ h,
20236
+ p,
20237
+ a
20238
+ );
20233
20239
  }
20234
20240
  break;
20235
20241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yorkie-js/schema",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
4
4
  "description": "Yorkie Schema for Yorkie Document",
5
5
  "main": "./dist/yorkie-js-schema.js",
6
6
  "publishConfig": {