@wpnuxt/blocks 0.0.10 → 0.0.12
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/module.d.mts +3 -1
- package/dist/module.d.ts +3 -1
- package/dist/module.json +2 -2
- package/dist/module.mjs +2 -2
- package/package.json +19 -20
package/dist/module.d.mts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
|
+
|
|
1
3
|
interface ModuleOptions {
|
|
2
4
|
enabled: boolean;
|
|
3
5
|
}
|
|
4
|
-
declare const _default:
|
|
6
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
5
7
|
|
|
6
8
|
export { type ModuleOptions, _default as default };
|
package/dist/module.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
|
+
|
|
1
3
|
interface ModuleOptions {
|
|
2
4
|
enabled: boolean;
|
|
3
5
|
}
|
|
4
|
-
declare const _default:
|
|
6
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
5
7
|
|
|
6
8
|
export { type ModuleOptions, _default as default };
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { defineNuxtModule, createResolver, installModule, addComponentsDir, addT
|
|
|
3
3
|
import { genDynamicImport } from 'knitwork';
|
|
4
4
|
|
|
5
5
|
const name = "@wpnuxt/blocks";
|
|
6
|
-
const version = "0.0.
|
|
6
|
+
const version = "0.0.12";
|
|
7
7
|
|
|
8
8
|
const module = defineNuxtModule({
|
|
9
9
|
meta: {
|
|
@@ -18,7 +18,7 @@ const module = defineNuxtModule({
|
|
|
18
18
|
async setup(_options, nuxt) {
|
|
19
19
|
const { resolve } = createResolver(import.meta.url);
|
|
20
20
|
const resolveRuntimeModule = (path) => resolve("./runtime", path);
|
|
21
|
-
console.log("
|
|
21
|
+
console.log("::: Setting up @wpnuxt/blocks module");
|
|
22
22
|
nuxt.options.alias["#wpnuxt/blocks"] = resolve(nuxt.options.buildDir, "wpnuxt/blocks");
|
|
23
23
|
await installModule("@nuxt/ui");
|
|
24
24
|
await installModule("@nuxt/image", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wpnuxt/blocks",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "WPNuxt Blocks",
|
|
5
5
|
"repository": "wpnuxt/wpnuxt-blocks",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,30 +37,29 @@
|
|
|
37
37
|
"start": "pnpm run wp-env:create && pnpm run dev"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@nuxt/image": "^1.
|
|
41
|
-
"@nuxt/kit": "^3.
|
|
42
|
-
"@nuxt/ui": "^2.
|
|
43
|
-
"@wpnuxt/core": "1.0.0-edge.
|
|
40
|
+
"@nuxt/image": "^1.8.1",
|
|
41
|
+
"@nuxt/kit": "^3.14.1592",
|
|
42
|
+
"@nuxt/ui": "^2.20.0",
|
|
43
|
+
"@wpnuxt/core": "1.0.0-edge.25"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@nuxt/devtools": "^1.
|
|
47
|
-
"@nuxt/eslint-config": "^0.
|
|
48
|
-
"@nuxt/module-builder": "^0.8.
|
|
49
|
-
"@nuxt/schema": "^3.
|
|
50
|
-
"@nuxt/test-utils": "^3.
|
|
51
|
-
"@types/node": "^22.5.
|
|
52
|
-
"@wordpress/env": "^10.
|
|
53
|
-
"changelogen": "^0.5.
|
|
54
|
-
"eslint": "^9.
|
|
55
|
-
"nuxt": "^3.
|
|
56
|
-
"release-it": "^17.
|
|
57
|
-
"typescript": "
|
|
58
|
-
"vitest": "^2.
|
|
59
|
-
"vue-tsc": "^2.0.26"
|
|
46
|
+
"@nuxt/devtools": "^1.6.4",
|
|
47
|
+
"@nuxt/eslint-config": "^0.7.4",
|
|
48
|
+
"@nuxt/module-builder": "^0.8.4",
|
|
49
|
+
"@nuxt/schema": "^3.14.1592",
|
|
50
|
+
"@nuxt/test-utils": "^3.15.1",
|
|
51
|
+
"@types/node": "^22.5.5",
|
|
52
|
+
"@wordpress/env": "^10.14.0",
|
|
53
|
+
"changelogen": "^0.5.7",
|
|
54
|
+
"eslint": "^9.17.0",
|
|
55
|
+
"nuxt": "^3.14.1592",
|
|
56
|
+
"release-it": "^17.11.0",
|
|
57
|
+
"typescript": "5.6.2",
|
|
58
|
+
"vitest": "^2.1.8"
|
|
60
59
|
},
|
|
61
60
|
"peerDependencies": {
|
|
62
61
|
"knitwork": "^1.1.0",
|
|
63
62
|
"pathe": "^1.1.2"
|
|
64
63
|
},
|
|
65
|
-
"packageManager": "pnpm@9.
|
|
64
|
+
"packageManager": "pnpm@9.14.3"
|
|
66
65
|
}
|