@komaci/types 244.1.7 → 244.2.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/build/index.d.ts +0 -2
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -117,8 +117,6 @@ export declare type Iteration = Composition & {
117
117
  type: 'Iteration';
118
118
  input: Binding;
119
119
  iterator: string;
120
- /** Name of target slot composition, empty string for default slot. */
121
- slot?: string;
122
120
  };
123
121
  export declare type Slot = Composition & {
124
122
  type: 'Slot';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/types",
3
- "version": "244.1.7",
3
+ "version": "244.2.0",
4
4
  "description": "Komaci types",
5
5
  "homepage": "https://komaci.dev/",
6
6
  "repository": {