jarkup-ts 0.5.0 → 0.6.0

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
@@ -101,7 +101,7 @@ export interface ListItem extends BlockComponentBase<"ListItem"> {
101
101
  id?: string;
102
102
  props?: undefined;
103
103
  slots: {
104
- default: InlineComponent[];
104
+ default: Component[];
105
105
  };
106
106
  }
107
107
  export interface List extends BlockComponentBase<"List"> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jarkup-ts",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },