@cliquify.me/types 4.0.5 → 4.0.7

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
@@ -468,7 +468,7 @@ export interface ITrack {
468
468
  type: ITrackType;
469
469
  items: string[];
470
470
  metadata?: Partial<IMetadata>;
471
- accepts?: ItemType[];
471
+ accepts?: string[];
472
472
  index?: number;
473
473
  magnetic?: boolean;
474
474
  static?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cliquify.me/types",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"