@unhead/vue 2.0.0-rc.7 → 2.0.0-rc.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.
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # `@unhead/vue`
2
-
3
- Visit the [documentation site](https://unhead.unjs.io/) for guides and API references.
4
-
5
- ## Install
6
-
7
- ```bash
8
- npm i @unhead/vue
9
- ```
10
-
11
- ## License
12
-
13
- MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)
1
+ # `@unhead/vue`
2
+
3
+ Visit the [documentation site](https://unhead.unjs.io/) for guides and API references.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm i @unhead/vue
9
+ ```
10
+
11
+ ## License
12
+
13
+ MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)
package/client.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/client.js'
1
+ export * from './dist/client.js'
package/legacy.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/legacy.js'
1
+ export * from './dist/legacy.js'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/vue",
3
3
  "type": "module",
4
- "version": "2.0.0-rc.7",
4
+ "version": "2.0.0-rc.9",
5
5
  "description": "Full-stack <head> manager built for Vue.",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "hookable": "^5.5.3",
106
- "unhead": "2.0.0-rc.7"
106
+ "unhead": "2.0.0-rc.9"
107
107
  },
108
108
  "devDependencies": {
109
109
  "vue": "^3.5.13"
package/plugins.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/plugins'
1
+ export * from './dist/plugins'
package/scripts.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/scripts'
1
+ export * from './dist/scripts'
package/server.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/server'
1
+ export * from './dist/server'
package/types.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/types'
1
+ export * from './dist/types'
package/utils.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './dist/utils'
1
+ export * from './dist/utils'