@takumi-rs/helpers 0.7.3 → 0.7.4

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -330,7 +330,7 @@ export type StyleInput = Partial<Style>;
330
330
  export type Node = ContainerNode | TextNode | ImageNode | AnyNode;
331
331
  export type ContainerNode = StyleInput & {
332
332
  type: "container";
333
- children: Node[];
333
+ children?: Node[];
334
334
  };
335
335
  export type TextNode = StyleInput & {
336
336
  type: "text";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/helpers",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "author": {
5
5
  "email": "me@kane.tw",
6
6
  "name": "Kane Wang",