@nuxt/modules 0.6.0-2a593a → 0.6.0-9e1b10

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.
Files changed (2) hide show
  1. package/modules.json +24 -2
  2. package/package.json +8 -9
package/modules.json CHANGED
@@ -3130,6 +3130,28 @@
3130
3130
  }
3131
3131
  }
3132
3132
  },
3133
+ {
3134
+ "name": "nuxt-vue3-google-signin",
3135
+ "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3136
+ "repo": "syetalabs/nuxt-vue3-google-signin",
3137
+ "npm": "nuxt-vue3-google-signin",
3138
+ "icon": "vue3-google-signin.svg",
3139
+ "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3140
+ "website": "https://vue3-google-signin.syetalabs.io",
3141
+ "learn_more": "https://vue3-google-signin.syetalabs.io",
3142
+ "category": "Libraries",
3143
+ "type": "3rd-party",
3144
+ "maintainers": [
3145
+ {
3146
+ "name": "Kasun Vithanage",
3147
+ "github": "kasvith"
3148
+ }
3149
+ ],
3150
+ "compatibility": {
3151
+ "nuxt": "^3.0.0",
3152
+ "requires": {}
3153
+ }
3154
+ },
3133
3155
  {
3134
3156
  "name": "nuxt7",
3135
3157
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4819,12 +4841,12 @@
4819
4841
  },
4820
4842
  {
4821
4843
  "name": "typed-router",
4822
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
4844
+ "description": "Provide autocompletion for pages route names and params",
4823
4845
  "repo": "victorgarciaesgi/nuxt-typed-router",
4824
4846
  "npm": "nuxt-typed-router",
4825
4847
  "icon": "typed-router.png",
4826
4848
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4827
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4849
+ "website": "https://nuxt-typed-router.vercel.app",
4828
4850
  "learn_more": "",
4829
4851
  "category": "Devtools",
4830
4852
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-2a593a",
3
+ "version": "0.6.0-9e1b10",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "cli": "jiti ./lib/cli",
12
12
  "website:build": "pnpm build && nuxi build website",
13
13
  "website:dev": "pnpm build && nuxi dev website",
14
- "lint": "eslint --ext .vue,.ts .",
14
+ "lint": "eslint --ext .",
15
15
  "release": "pnpm cli version && npm publish",
16
16
  "sync": "pnpm cli sync",
17
17
  "test": "pnpm lint && pnpm sync"
@@ -19,16 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.8.5",
23
- "defu": "^6.1.0",
22
+ "@types/node": "^18.11.18",
23
+ "defu": "^6.1.1",
24
24
  "eslint": "^8.31.0",
25
- "eslint-plugin-nuxt": "^4.0.0",
26
- "globby": "^13.1.2",
25
+ "globby": "^13.1.3",
27
26
  "hasha": "^5.2.2",
28
- "jiti": "^1.16.0",
27
+ "jiti": "^1.16.2",
29
28
  "js-yaml": "^4.1.0",
30
- "ohmyfetch": "^0.4.19",
31
- "typescript": "^4.8.4"
29
+ "ofetch": "^1.0.0",
30
+ "typescript": "^4.9.4"
32
31
  },
33
32
  "packageManager": "pnpm@7.22.0"
34
33
  }