nuxt-schema-org 3.0.0 → 3.0.1

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
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
  <p align="center">
13
- The quickest and easiest way to build Schema.org graphs for Nuxt.
13
+ The quickest and easiest way to build Schema.org graphs for Nuxt. Powered by [Unhead](https://unhead.unjs.io).
14
14
  </p>
15
15
 
16
16
  <p align="center">
package/dist/module.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "nuxt": "^3.7.0",
6
6
  "bridge": false
7
7
  },
8
- "version": "3.0.0"
8
+ "version": "3.0.1"
9
9
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "nuxt-schema-org",
3
3
  "type": "module",
4
- "version": "3.0.0",
5
- "packageManager": "pnpm@8.7.5",
4
+ "version": "3.0.1",
5
+ "packageManager": "pnpm@8.8.0",
6
6
  "description": "Schema.org for Nuxt",
7
7
  "author": "Harlan Wilton <harlan@harlanzw.com>",
8
8
  "license": "MIT",
@@ -35,23 +35,23 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@nuxt/kit": "^3.7.3",
39
- "@unhead/schema-org": "^1.7.3",
40
- "nuxt-site-config": "^1.2.1",
41
- "nuxt-site-config-kit": "^1.2.1",
38
+ "@nuxt/kit": "^3.7.4",
39
+ "@unhead/schema-org": "^1.7.4",
40
+ "nuxt-site-config": "^1.4.0",
41
+ "nuxt-site-config-kit": "^1.4.0",
42
42
  "pathe": "^1.1.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@antfu/eslint-config": "^0.42.0",
46
- "@nuxt/module-builder": "^0.5.1",
47
- "@nuxt/schema": "^3.7.3",
48
- "@nuxt/test-utils": "^3.7.3",
45
+ "@antfu/eslint-config": "^1.0.0-beta.18",
46
+ "@nuxt/module-builder": "^0.5.2",
47
+ "@nuxt/schema": "^3.7.4",
48
+ "@nuxt/test-utils": "^3.7.4",
49
49
  "@nuxtjs/eslint-config-typescript": "^12.1.0",
50
50
  "bumpp": "^9.2.0",
51
- "eslint": "8.49.0",
52
- "nuxt": "^3.7.3",
51
+ "eslint": "8.50.0",
52
+ "nuxt": "^3.7.4",
53
53
  "nuxt-windicss": "^2.6.1",
54
- "vitest": "0.34.4"
54
+ "vitest": "0.34.6"
55
55
  },
56
56
  "scripts": {
57
57
  "lint": "eslint . --fix",