@explorer-1/vue 0.3.1 → 0.3.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @explorer-1/vue
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0105dfb]
8
+ - @explorer-1/common@1.3.1
9
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [165092c]
15
+ - @explorer-1/common@1.3.0
16
+
3
17
  ## 0.3.1
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @explorer-1/vue
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@explorer-1/vue)](https://npmjs.com/package/@explorer-1/vue)
4
+
3
5
  - [Prerequisites](#prerequisites)
4
6
  - [Getting Started](#getting-started)
5
7
  - [Configuration (Vite)](#configuration-vite)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "vue-bind-once": "^0.2.1",
32
32
  "vue3-compare-image": "^1.2.5",
33
33
  "vue3-observe-visibility": "^1.0.1",
34
- "@explorer-1/common": "1.2.1"
34
+ "@explorer-1/common": "1.3.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@vitejs/plugin-vue": "^5.0.4",
@@ -35,7 +35,7 @@ import { defineComponent } from 'vue'
35
35
  import Swiper from 'swiper'
36
36
  import { A11y, Navigation } from 'swiper/modules'
37
37
  import type { SwiperOptions } from 'swiper/types'
38
- import swiperOptions from '@explorer-1/common/src/js/_swiperOptions'
38
+ import swiperOptions from '@explorer-1/common/src/js/vendors/_swiperOptions'
39
39
  import IconPrev from './../Icons/IconPrev.vue'
40
40
  import IconNext from './../Icons/IconNext.vue'
41
41
  import BaseButton from './../BaseButton/BaseButton.vue'
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  </template>
62
62
  <script lang="ts">
63
- import swiperOptions from '@explorer-1/common/src/js/_swiperOptions'
63
+ import swiperOptions from '@explorer-1/common/src/js/vendors/_swiperOptions'
64
64
  import Swiper from 'swiper'
65
65
  import { A11y, Navigation } from 'swiper/modules'
66
66
  import type { SwiperOptions } from 'swiper/types'
@@ -101,7 +101,7 @@ import { defineComponent } from 'vue'
101
101
  import Swiper from 'swiper'
102
102
  import { A11y, Navigation } from 'swiper/modules'
103
103
  import type { SwiperOptions } from 'swiper/types'
104
- import swiperOptions from '@explorer-1/common/src/js/_swiperOptions'
104
+ import swiperOptions from '@explorer-1/common/src/js/vendors/_swiperOptions'
105
105
 
106
106
  import IconPrev from './../Icons/IconPrev.vue'
107
107
  import IconNext from './../Icons/IconNext.vue'