@unhead/ssr 1.3.7 → 1.3.9

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/ssr
9
9
 
10
10
  ## Documentation
11
11
 
12
- See the [Unhead](https://unhead.harlanzw.com/) for more details.
12
+ See the [Unhead](https://unhead.unjs.io/) for more details.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@unhead/ssr",
3
3
  "type": "module",
4
- "version": "1.3.7",
4
+ "version": "1.3.9",
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.7",
33
- "@unhead/shared": "1.3.7"
32
+ "@unhead/schema": "1.3.9",
33
+ "@unhead/shared": "1.3.9"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "unbuild .",