bfg-common 1.2.90 → 1.2.92

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.
@@ -2101,5 +2101,6 @@
2101
2101
  "file": "File",
2102
2102
  "diskFormat": "Disk Format",
2103
2103
  "replicationGroup": "Replication Group",
2104
- "allSelectedObjects": "All Selected Objects"
2104
+ "allSelectedObjects": "All Selected Objects",
2105
+ "selectVirtualDiskFormat": "Select virtual disk format"
2105
2106
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.90",
4
+ "version": "1.2.92",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",