@unhead/addons 2.0.0-alpha.1 → 2.0.0-alpha.3
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/dist/shared/{addons.Bh7ZeIPm.d.cts → addons.ChoDmUFv.d.cts} +2 -7
- package/dist/shared/{addons.Bh7ZeIPm.d.mts → addons.ChoDmUFv.d.mts} +2 -7
- package/dist/shared/{addons.Bh7ZeIPm.d.ts → addons.ChoDmUFv.d.ts} +2 -7
- package/dist/vite.d.cts +3 -1
- package/dist/vite.d.mts +3 -1
- package/dist/vite.d.ts +3 -1
- package/dist/webpack.d.cts +3 -1
- package/dist/webpack.d.mts +3 -1
- package/dist/webpack.d.ts +3 -1
- package/package.json +9 -5
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
interface UseSeoMetaTransformOptions extends BaseTransformerTypes {
|
|
6
|
-
imports?: boolean;
|
|
7
|
-
}
|
|
1
|
+
import { TreeshakeServerComposablesOptions } from '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
2
|
+
import { UseSeoMetaTransformOptions } from '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
8
3
|
|
|
9
4
|
interface BaseTransformerTypes {
|
|
10
5
|
sourcemap?: boolean;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
interface UseSeoMetaTransformOptions extends BaseTransformerTypes {
|
|
6
|
-
imports?: boolean;
|
|
7
|
-
}
|
|
1
|
+
import { TreeshakeServerComposablesOptions } from '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
2
|
+
import { UseSeoMetaTransformOptions } from '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
8
3
|
|
|
9
4
|
interface BaseTransformerTypes {
|
|
10
5
|
sourcemap?: boolean;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
interface UseSeoMetaTransformOptions extends BaseTransformerTypes {
|
|
6
|
-
imports?: boolean;
|
|
7
|
-
}
|
|
1
|
+
import { TreeshakeServerComposablesOptions } from '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
2
|
+
import { UseSeoMetaTransformOptions } from '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
8
3
|
|
|
9
4
|
interface BaseTransformerTypes {
|
|
10
5
|
sourcemap?: boolean;
|
package/dist/vite.d.cts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Plugin } from 'vite';
|
|
2
|
-
import { U as UnpluginOptions } from './shared/addons.
|
|
2
|
+
import { U as UnpluginOptions } from './shared/addons.ChoDmUFv.cjs';
|
|
3
|
+
import '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
4
|
+
import '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
3
5
|
|
|
4
6
|
declare const _default: (options?: UnpluginOptions) => Plugin[];
|
|
5
7
|
|
package/dist/vite.d.mts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Plugin } from 'vite';
|
|
2
|
-
import { U as UnpluginOptions } from './shared/addons.
|
|
2
|
+
import { U as UnpluginOptions } from './shared/addons.ChoDmUFv.mjs';
|
|
3
|
+
import '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
4
|
+
import '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
3
5
|
|
|
4
6
|
declare const _default: (options?: UnpluginOptions) => Plugin[];
|
|
5
7
|
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Plugin } from 'vite';
|
|
2
|
-
import { U as UnpluginOptions } from './shared/addons.
|
|
2
|
+
import { U as UnpluginOptions } from './shared/addons.ChoDmUFv.js';
|
|
3
|
+
import '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
4
|
+
import '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
3
5
|
|
|
4
6
|
declare const _default: (options?: UnpluginOptions) => Plugin[];
|
|
5
7
|
|
package/dist/webpack.d.cts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as webpack from 'webpack';
|
|
2
|
-
import { U as UnpluginOptions } from './shared/addons.
|
|
2
|
+
import { U as UnpluginOptions } from './shared/addons.ChoDmUFv.cjs';
|
|
3
|
+
import '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
4
|
+
import '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
3
5
|
|
|
4
6
|
declare const _default: (options?: UnpluginOptions) => webpack.WebpackPluginInstance[];
|
|
5
7
|
|
package/dist/webpack.d.mts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as webpack from 'webpack';
|
|
2
|
-
import { U as UnpluginOptions } from './shared/addons.
|
|
2
|
+
import { U as UnpluginOptions } from './shared/addons.ChoDmUFv.mjs';
|
|
3
|
+
import '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
4
|
+
import '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
3
5
|
|
|
4
6
|
declare const _default: (options?: UnpluginOptions) => webpack.WebpackPluginInstance[];
|
|
5
7
|
|
package/dist/webpack.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as webpack from 'webpack';
|
|
2
|
-
import { U as UnpluginOptions } from './shared/addons.
|
|
2
|
+
import { U as UnpluginOptions } from './shared/addons.ChoDmUFv.js';
|
|
3
|
+
import '@unhead/addons/src/unplugin/TreeshakeServerComposables';
|
|
4
|
+
import '@unhead/addons/src/unplugin/UseSeoMetaTransform';
|
|
3
5
|
|
|
4
6
|
declare const _default: (options?: UnpluginOptions) => webpack.WebpackPluginInstance[];
|
|
5
7
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/addons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.3",
|
|
5
5
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -9,7 +9,11 @@
|
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/unjs/unhead.git",
|
|
12
|
-
"directory": "packages/
|
|
12
|
+
"directory": "packages/addons"
|
|
13
|
+
},
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public",
|
|
16
|
+
"tag": "next"
|
|
13
17
|
},
|
|
14
18
|
"bugs": {
|
|
15
19
|
"url": "https://github.com/unjs/unhead/issues"
|
|
@@ -49,7 +53,7 @@
|
|
|
49
53
|
"dist"
|
|
50
54
|
],
|
|
51
55
|
"peerDependencies": {
|
|
52
|
-
"unhead": "2.0.0-alpha.
|
|
56
|
+
"unhead": "2.0.0-alpha.3"
|
|
53
57
|
},
|
|
54
58
|
"dependencies": {
|
|
55
59
|
"@rollup/pluginutils": "^5.1.4",
|
|
@@ -59,8 +63,8 @@
|
|
|
59
63
|
"ufo": "^1.5.4",
|
|
60
64
|
"unplugin": "^2.1.2",
|
|
61
65
|
"unplugin-ast": "^0.13.1",
|
|
62
|
-
"@unhead/schema": "2.0.0-alpha.
|
|
63
|
-
"@unhead/shared": "2.0.0-alpha.
|
|
66
|
+
"@unhead/schema": "2.0.0-alpha.3",
|
|
67
|
+
"@unhead/shared": "2.0.0-alpha.3"
|
|
64
68
|
},
|
|
65
69
|
"devDependencies": {
|
|
66
70
|
"@babel/types": "^7.26.5"
|