bfg-common 1.2.124 → 1.2.125

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.
@@ -2112,5 +2112,6 @@
2112
2112
  "scheduleVMotionWithHighPriority": "Schedule vMotion with high priority (recommended)",
2113
2113
  "scheduleVMotionWithHighPriorityDesc": "vMotion receives higher CPU scheduling preference relative to normal priority migrations. vMotion might complete more quickly.",
2114
2114
  "scheduleNormalVMotion": "Schedule normal vMotion",
2115
- "scheduleNormalVMotionDesc": "vMotion receives lower CPU scheduling preference relative to high priority migrations. You can extend vMotion duration."
2115
+ "scheduleNormalVMotionDesc": "vMotion receives lower CPU scheduling preference relative to high priority migrations. You can extend vMotion duration.",
2116
+ "basic": "Basic"
2116
2117
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.124",
4
+ "version": "1.2.125",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",