itube-specs 0.0.362 → 0.0.363

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.
@@ -73,7 +73,6 @@ import { ref, watch, nextTick, onMounted, onBeforeUnmount } from 'vue';
73
73
  import { useScrollLock } from '@vueuse/core';
74
74
  import { onBackdropClick, isMobile } from '../../runtime';
75
75
  import type { CssBreakpoints } from '../../types';
76
- import { useSnackbar } from '~/composables/useSnackbar'; // предполагаю, что это composable
77
76
 
78
77
  const popupRef = ref<HTMLDialogElement | null>(null);
79
78
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.362",
4
+ "version": "0.0.363",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {