nuxt-schema-org 2.0.0-beta.3 → 2.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.
package/README.md CHANGED
@@ -15,7 +15,7 @@ pnpm add -D nuxt-schema-org
15
15
 
16
16
  ## Setup Module
17
17
 
18
- Find documentation in the [Nuxt Setup](https://vue-schema-org.netlify.app/guide/setup/nuxt.html) guide
18
+ Find documentation in the [Nuxt Setup](https://unhead-schema-org.harlanzw.com/guide/setup/nuxt.html) guide
19
19
 
20
20
  ## License
21
21
 
package/dist/module.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "bridge": false
6
6
  },
7
7
  "name": "nuxt-schema-org",
8
- "version": "2.0.0-beta.3"
8
+ "version": "2.0.0"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-schema-org",
3
3
  "type": "module",
4
+ "version": "2.0.0",
4
5
  "description": "Nuxt module for @vueuse/schema-org",
5
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
7
  "license": "MIT",
@@ -34,7 +35,7 @@
34
35
  ],
35
36
  "dependencies": {
36
37
  "@nuxt/kit": "3.0.0",
37
- "@unhead/schema-org-vue": "^0.1.0",
38
+ "@unhead/schema-org-vue": "^0.1.1",
38
39
  "pathe": "^1.0.0"
39
40
  },
40
41
  "devDependencies": {
@@ -42,7 +43,6 @@
42
43
  "@nuxt/schema": "3.0.0",
43
44
  "nuxt": "3.0.0"
44
45
  },
45
- "version": "2.0.0-beta.3",
46
46
  "scripts": {
47
47
  "build": "nuxi prepare ../../test/fixtures/nuxt && nuxt-module-build",
48
48
  "stub": "nuxt-module-build --stub && nuxi prepare ../../test/fixtures/nuxt",