bfg-common 1.3.95 → 1.3.96

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.
@@ -319,7 +319,7 @@ watch(
319
319
  const model = passthroughHostCpu.value
320
320
  ? 'host-passthrough'
321
321
  : hostModelCpu.value
322
- ? 'host-models'
322
+ ? 'host-model'
323
323
  : cpuModel.value
324
324
 
325
325
  emits('send-data', {
@@ -357,7 +357,7 @@ watch(
357
357
  passthroughHostCpu.value = true
358
358
  cpuModel.value = ''
359
359
  break
360
- case 'host-models':
360
+ case 'host-model':
361
361
  hostModelCpu.value = true
362
362
  cpuModel.value = ''
363
363
  break
@@ -119,7 +119,7 @@ export const capabilities: UI_I_Compatibility = {
119
119
  },
120
120
  {
121
121
  text: 'Host Model',
122
- value: 'host-models',
122
+ value: 'host-model',
123
123
  },
124
124
  {
125
125
  text: 'Host Passthrough',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.95",
4
+ "version": "1.3.96",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",