@unhead/dom 1.3.5 → 1.3.8

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,4 +9,4 @@ npm install @unhead/dom
9
9
 
10
10
  ## Documentation
11
11
 
12
- See the [@unhead/dom](https://unhead.harlanzw.com/guide/getting-started/how-it-works#unheaddom) for how this works.
12
+ See the [@unhead/dom](https://unhead.unjs.io/guide/getting-started/how-it-works#unheaddom) for how this works.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@unhead/dom",
3
3
  "type": "module",
4
- "version": "1.3.5",
4
+ "version": "1.3.8",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",
8
- "homepage": "https://unhead.harlanzw.com",
8
+ "homepage": "https://unhead.unjs.io",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/unjs/unhead.git",
@@ -29,8 +29,8 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@unhead/schema": "1.3.5",
33
- "@unhead/shared": "1.3.5"
32
+ "@unhead/schema": "1.3.8",
33
+ "@unhead/shared": "1.3.8"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "unbuild .",