@pronto-tools-and-more/components 15.16.0 → 15.18.0

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 +3 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2211,9 +2211,9 @@ var Seo = ({
2211
2211
  "google-site-verification": googleSiteVerification,
2212
2212
  "facebook-domain-verification": facebookDomainVerification,
2213
2213
  language,
2214
- alternates: actualAlternates,
2215
- jsonLD: jsonLdString
2216
- }
2214
+ alternates: actualAlternates
2215
+ },
2216
+ jsonLD: jsonLdString
2217
2217
  };
2218
2218
  return /* @__PURE__ */ React.createElement(JsonComponent, { json });
2219
2219
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "15.16.0",
3
+ "version": "15.18.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",