no message

This commit is contained in:
A1300399510
2024-01-26 11:09:20 +08:00
parent bd7c792cbe
commit 2ff4926405
179 changed files with 27287 additions and 2590 deletions

View File

@@ -1,8 +1,12 @@
{
"name": "unhead",
"type": "module",
"version": "1.8.9",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"version": "1.8.10",
"author": {
"name": "Harlan Wilton",
"email": "harlan@harlanzw.com",
"url": "https://harlanzw.com/"
},
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://unhead.unjs.io",
@@ -30,9 +34,9 @@
],
"dependencies": {
"hookable": "^5.5.3",
"@unhead/dom": "1.8.9",
"@unhead/shared": "1.8.9",
"@unhead/schema": "1.8.9"
"@unhead/dom": "1.8.10",
"@unhead/schema": "1.8.10",
"@unhead/shared": "1.8.10"
},
"scripts": {
"build": "unbuild .",