bfg-common 1.2.101 → 1.2.102

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.
@@ -157,8 +157,8 @@ const fieldsErrorMessages = ref<UI_I_ConnectionSettingsFieldsErrorMessages>(
157
157
  const messageTexts = (
158
158
  local: UI_I_Localization
159
159
  ): UI_I_ArbitraryObject<string> => ({
160
- networkLabel: local.vlanIdInvalidMessage,
161
- vlanId: local.networkLabelInvalidMessage,
160
+ networkLabel: local.networkLabelInvalidMessage,
161
+ vlanId: local.vlanIdInvalidMessage,
162
162
  })
163
163
 
164
164
  const isNumberInRange = (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.101",
4
+ "version": "1.2.102",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",