@wpnuxt/auth 2.0.0-beta.7 → 2.1.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
@@ -2,9 +2,9 @@
2
2
  "name": "@wpnuxt/auth",
3
3
  "configKey": "wpNuxtAuth",
4
4
  "compatibility": {
5
- "nuxt": ">=3.17.0"
5
+ "nuxt": ">=4.0.0"
6
6
  },
7
- "version": "2.0.0-beta.7",
7
+ "version": "2.1.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -99,7 +99,7 @@ const module$1 = defineNuxtModule({
99
99
  name: "@wpnuxt/auth",
100
100
  configKey: "wpNuxtAuth",
101
101
  compatibility: {
102
- nuxt: ">=3.17.0"
102
+ nuxt: ">=4.0.0"
103
103
  }
104
104
  },
105
105
  defaults: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpnuxt/auth",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.1.0",
4
4
  "description": "Authentication module for WPNuxt using WPGraphQL JWT",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -47,8 +47,8 @@
47
47
  "vue-tsc": "^3.2.5"
48
48
  },
49
49
  "peerDependencies": {
50
- "nuxt": ">=3.17.0",
51
- "@wpnuxt/core": "2.0.0-beta.7"
50
+ "nuxt": ">=4.0.0",
51
+ "@wpnuxt/core": "2.1.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "nuxt-module-build build",