@wpnuxt/core 2.0.0-beta.7 → 2.0.0

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.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@wpnuxt/core",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0",
4
4
  "configKey": "wpNuxt",
5
5
  "compatibility": {
6
- "nuxt": ">=3.17.0"
6
+ "nuxt": ">=4.0.0"
7
7
  },
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ import { parse, GraphQLError, visit, print } from 'graphql';
8
8
  import { execSync } from 'node:child_process';
9
9
  import { consola } from 'consola';
10
10
 
11
- const version = "2.0.0-beta.7";
11
+ const version = "2.0.0";
12
12
 
13
13
  function createModuleError(module, message) {
14
14
  return new Error(formatErrorMessage(module, message));
@@ -804,7 +804,7 @@ const module$1 = defineNuxtModule({
804
804
  version,
805
805
  configKey: "wpNuxt",
806
806
  compatibility: {
807
- nuxt: ">=3.17.0"
807
+ nuxt: ">=4.0.0"
808
808
  }
809
809
  },
810
810
  defaults: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpnuxt/core",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0",
4
4
  "description": "Nuxt module for WordPress integration via GraphQL (WPGraphQL)",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -65,7 +65,7 @@
65
65
  "vue-tsc": "^3.2.5"
66
66
  },
67
67
  "peerDependencies": {
68
- "nuxt": ">=3.17.0"
68
+ "nuxt": ">=4.0.0"
69
69
  },
70
70
  "scripts": {
71
71
  "build": "nuxt-module-build build",