@gomusdev/web-components 1.39.3 → 1.39.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.
@@ -16338,7 +16338,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
16338
16338
  return;
16339
16339
  }
16340
16340
  for (const [key, value] of Object.entries(errors2)) {
16341
- if (key === "full_messages ") continue;
16341
+ if (key === "full_messages") continue;
16342
16342
  if (key === "success") continue;
16343
16343
  if (key === "errors") continue;
16344
16344
  const field = this.fields.find((f) => f.apiKey === key);
@@ -16338,7 +16338,7 @@ class FormDetails {
16338
16338
  return;
16339
16339
  }
16340
16340
  for (const [key, value] of Object.entries(errors2)) {
16341
- if (key === "full_messages ") continue;
16341
+ if (key === "full_messages") continue;
16342
16342
  if (key === "success") continue;
16343
16343
  if (key === "errors") continue;
16344
16344
  const field = this.fields.find((f) => f.apiKey === key);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.39.3",
7
+ "version": "1.39.4",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",