bfg-common 1.3.15 → 1.3.16

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.
@@ -17,7 +17,7 @@
17
17
  <p>{{ stepSubTitle }}</p>
18
18
  </div>
19
19
 
20
- <common-vm-actions-common-select-name-old
20
+ <common-vm-actions-common-select-name
21
21
  v-show="stepPosition === 0"
22
22
  :show="stepPosition === 0"
23
23
  :name-form-submit="nameFormSubmit"
@@ -26,7 +26,7 @@
26
26
  @check-name="emits('check-name', $event)"
27
27
  @loading="loading = $event"
28
28
  />
29
- <common-vm-actions-common-select-storage-old
29
+ <common-vm-actions-common-select-storage
30
30
  v-show="stepPosition === 1"
31
31
  :storage-submit="storageSubmit"
32
32
  :datastore="props.datastore"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.15",
4
+ "version": "1.3.16",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",