@unhead/addons 1.0.14 → 1.0.16

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.
@@ -39,6 +39,7 @@ const TreeshakeServerComposables = createUnplugin((userConfig = {}) => {
39
39
  RemoveFunctions([
40
40
  "useServerHead",
41
41
  "useSeoMeta",
42
+ // plugins
42
43
  "useSchemaOrg"
43
44
  ])
44
45
  ]
@@ -41,6 +41,7 @@ const TreeshakeServerComposables = unplugin.createUnplugin((userConfig = {}) =>
41
41
  RemoveFunctions([
42
42
  "useServerHead",
43
43
  "useSeoMeta",
44
+ // plugins
44
45
  "useSchemaOrg"
45
46
  ])
46
47
  ]
package/dist/vite.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const TreeshakeServerComposables = require('./shared/addons.b02ddeeb.cjs');
3
+ const TreeshakeServerComposables = require('./shared/addons.c0c549fb.cjs');
4
4
  require('unplugin');
5
5
  require('@rollup/pluginutils');
6
6
  require('unplugin-ast');
package/dist/vite.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { T as TreeshakeServerComposables } from './shared/addons.d2b16a33.mjs';
1
+ import { T as TreeshakeServerComposables } from './shared/addons.6d6f9a48.mjs';
2
2
  import 'unplugin';
3
3
  import '@rollup/pluginutils';
4
4
  import 'unplugin-ast';
package/dist/webpack.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const TreeshakeServerComposables = require('./shared/addons.b02ddeeb.cjs');
3
+ const TreeshakeServerComposables = require('./shared/addons.c0c549fb.cjs');
4
4
  require('unplugin');
5
5
  require('@rollup/pluginutils');
6
6
  require('unplugin-ast');
package/dist/webpack.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { T as TreeshakeServerComposables } from './shared/addons.d2b16a33.mjs';
1
+ import { T as TreeshakeServerComposables } from './shared/addons.6d6f9a48.mjs';
2
2
  import 'unplugin';
3
3
  import '@rollup/pluginutils';
4
4
  import 'unplugin-ast';
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@unhead/addons",
3
3
  "type": "module",
4
- "version": "1.0.14",
5
- "packageManager": "pnpm@7.19.0",
4
+ "version": "1.0.16",
5
+ "packageManager": "pnpm@7.25.0",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -53,8 +53,8 @@
53
53
  "@rollup/pluginutils": "^5.0.2",
54
54
  "unplugin": "^1.0.1",
55
55
  "unplugin-ast": "^0.6.0",
56
- "@unhead/schema": "1.0.14",
57
- "unhead": "1.0.14"
56
+ "@unhead/schema": "1.0.16",
57
+ "unhead": "1.0.16"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@babel/types": "^7.20.7",