bfg-common 1.5.169 → 1.5.171
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.
|
@@ -2191,7 +2191,7 @@
|
|
|
2191
2191
|
"scheduleTaskEdit": "Schedule Task Edit",
|
|
2192
2192
|
"taskName": "Task name",
|
|
2193
2193
|
"emailNotificationUponCompletion": "Email notification upon completion",
|
|
2194
|
-
"afterVCenterStartup": "After
|
|
2194
|
+
"afterVCenterStartup": "After startup",
|
|
2195
2195
|
"monthly": "Monthly",
|
|
2196
2196
|
"hourly": "Hourly",
|
|
2197
2197
|
"attention": "Attention!",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bfg-common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.171",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxt build",
|
|
7
7
|
"dev": "nuxt dev --port=3002",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
35
35
|
"@vueuse/components": "^10.1.2",
|
|
36
36
|
"date-fns": "^2.29.3",
|
|
37
|
-
"bfg-nuxt-3-graph": "1.0.
|
|
37
|
+
"bfg-nuxt-3-graph": "1.0.24",
|
|
38
38
|
"bfg-uikit": "1.0.416",
|
|
39
39
|
"html2canvas": "^1.4.1",
|
|
40
40
|
"prettier-eslint": "^15.0.1"
|