@pronto-tools-and-more/components 13.13.0 → 14.0.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 +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1914,7 +1914,7 @@ var Seo = ({
1914
1914
  url: image,
1915
1915
  width: "100",
1916
1916
  height: "100",
1917
- type: ""
1917
+ type: "img"
1918
1918
  } : void 0,
1919
1919
  description,
1920
1920
  title: actualTitle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "13.13.0",
3
+ "version": "14.0.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",