@kando-env/kando-ui 1.2.462-alpha.2 → 1.2.462-alpha.4
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.
- package/lib/i18n/en.json +1 -1
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en.json
CHANGED
|
@@ -3073,7 +3073,7 @@
|
|
|
3073
3073
|
"points_mode_filter_item": "Site Mode",
|
|
3074
3074
|
"sampler_filter_item": "Sampler Mode",
|
|
3075
3075
|
"insight_data_filter_item": "Insight Data",
|
|
3076
|
-
"sampling_parameter_filter_item": "
|
|
3076
|
+
"sampling_parameter_filter_item": "Exceeding Parameter",
|
|
3077
3077
|
"duration_filter_item": "Duration"
|
|
3078
3078
|
},
|
|
3079
3079
|
"filter": "Filter",
|
package/lib/macros/getVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var packageJsonVersion = "1.2.462-alpha.
|
|
3
|
+
var packageJsonVersion = "1.2.462-alpha.4";
|
|
4
4
|
if (typeof packageJsonVersion === 'string') {
|
|
5
5
|
// eslint-disable-next-line no-console
|
|
6
6
|
console.log("%c Kando UI %c v".concat(packageJsonVersion, " "), 'font-size: 15px; background-color: #fff; color: #e20f53;', 'font-weight: bold; font-size: 15px; background-color: #e20f53; color: #fff;', "with NODE_ENV=".concat(process.env.NODE_ENV));
|