itube-specs 0.0.349 → 0.0.350

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.
@@ -15,14 +15,13 @@
15
15
  :top-chips="topChips"
16
16
  :playlist-id="playlistId"
17
17
  :playlist="playlist"
18
- :current-chips="currentChips"
19
18
  />
20
19
  <slot></slot>
21
20
  </div>
22
21
  </template>
23
22
 
24
23
  <script setup lang="ts">
25
- import type { IChipsItem, IVideoCard } from '../../types';
24
+ import type { IVideoCard } from '../../types';
26
25
 
27
26
  defineProps<{
28
27
  items: Array<IVideoCard>
@@ -32,6 +31,5 @@ defineProps<{
32
31
  playlist?: boolean
33
32
  playlistId?: string
34
33
  topChips?: string[]
35
- currentChips?: IChipsItem[]
36
34
  }>()
37
35
  </script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.349",
4
+ "version": "0.0.350",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {