bfg-common 1.2.89 → 1.2.91

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