@fy-/fws-vue 2.0.28 → 2.0.29

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.
@@ -102,7 +102,6 @@ useSchemaOrg([
102
102
  />
103
103
  </div>
104
104
  <article itemscope itemtype="https://schema.org/Article">
105
- <meta itemprop="mainEntityOfPage" content="#webpage" />
106
105
  <meta itemprop="wordCount" :content="post.WordCount" />
107
106
  <meta itemprop="datePublished" :content="post.CreatedAt.iso" />
108
107
  <meta itemprop="dateModified" :content="post.UpdatedAt.iso" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {