@unhead/schema-org 0.1.0 → 0.1.2

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/dist/index.cjs CHANGED
@@ -1581,6 +1581,7 @@ const resolveMeta = (meta) => {
1581
1581
  meta.url = meta.canonicalUrl;
1582
1582
  meta.url = joinURL(meta.host, meta.path);
1583
1583
  return {
1584
+ ...meta,
1584
1585
  host: meta.host,
1585
1586
  url: meta.url,
1586
1587
  currency: meta.currency,
package/dist/index.mjs CHANGED
@@ -1579,6 +1579,7 @@ const resolveMeta = (meta) => {
1579
1579
  meta.url = meta.canonicalUrl;
1580
1580
  meta.url = joinURL(meta.host, meta.path);
1581
1581
  return {
1582
+ ...meta,
1582
1583
  host: meta.host,
1583
1584
  url: meta.url,
1584
1585
  currency: meta.currency,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unhead/schema-org",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "packageManager": "pnpm@7.8.0",
5
5
  "description": "Node Schema.org for Simple and Automated Google Rich Results",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
@@ -34,11 +34,11 @@
34
34
  "dist"
35
35
  ],
36
36
  "peerDependencies": {
37
- "unhead": ">=1.0.9"
37
+ "unhead": ">=1.0.10"
38
38
  },
39
39
  "devDependencies": {
40
40
  "ufo": "^1.0.1",
41
- "unhead": "latest"
41
+ "unhead": "^1.0.10"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "unbuild .",