@airpower/web 1.10.0 → 1.10.1

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.
Files changed (2) hide show
  1. package/dist/main.js +0 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -10509,9 +10509,6 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
10509
10509
  }
10510
10510
  function onChange() {
10511
10511
  const val = formData.value[props.field];
10512
- if (injectFormData) {
10513
- injectFormData.value[props.field] = val;
10514
- }
10515
10512
  emits("update:modelValue", formData.value);
10516
10513
  emits("change", val);
10517
10514
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.10.0",
4
+ "version": "1.10.1",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",