@nuxt/modules 0.6.0-2a593a → 0.6.0-8b4d55

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 +47 -2
  2. package/package.json +8 -9
package/modules.json CHANGED
@@ -2855,6 +2855,29 @@
2855
2855
  "requires": {}
2856
2856
  }
2857
2857
  },
2858
+ {
2859
+ "name": "nuxt-loco",
2860
+ "description": "A localise.biz module to synth locale with Nuxt.js",
2861
+ "repo": "gaetansenn/nuxt-loco",
2862
+ "npm": "nuxt-loco",
2863
+ "icon": "",
2864
+ "github": "https://github.com/gaetansenn/nuxt-loco",
2865
+ "website": "https://nuxt-loco.dewib.com/",
2866
+ "learn_more": "",
2867
+ "category": "Libraries",
2868
+ "type": "3rd-party",
2869
+ "maintainers": [
2870
+ {
2871
+ "name": "Gaetan SENN",
2872
+ "github": "gaetansenn",
2873
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
2874
+ }
2875
+ ],
2876
+ "compatibility": {
2877
+ "nuxt": "^3.0.0",
2878
+ "requires": {}
2879
+ }
2880
+ },
2858
2881
  {
2859
2882
  "name": "nuxt-monaco-editor",
2860
2883
  "description": "Integrate monaco-editor with Nuxt",
@@ -3130,6 +3153,28 @@
3130
3153
  }
3131
3154
  }
3132
3155
  },
3156
+ {
3157
+ "name": "nuxt-vue3-google-signin",
3158
+ "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3159
+ "repo": "syetalabs/nuxt-vue3-google-signin",
3160
+ "npm": "nuxt-vue3-google-signin",
3161
+ "icon": "vue3-google-signin.svg",
3162
+ "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3163
+ "website": "https://vue3-google-signin.syetalabs.io",
3164
+ "learn_more": "https://vue3-google-signin.syetalabs.io",
3165
+ "category": "Libraries",
3166
+ "type": "3rd-party",
3167
+ "maintainers": [
3168
+ {
3169
+ "name": "Kasun Vithanage",
3170
+ "github": "kasvith"
3171
+ }
3172
+ ],
3173
+ "compatibility": {
3174
+ "nuxt": "^3.0.0",
3175
+ "requires": {}
3176
+ }
3177
+ },
3133
3178
  {
3134
3179
  "name": "nuxt7",
3135
3180
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4819,12 +4864,12 @@
4819
4864
  },
4820
4865
  {
4821
4866
  "name": "typed-router",
4822
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
4867
+ "description": "Provide autocompletion for pages route names and params",
4823
4868
  "repo": "victorgarciaesgi/nuxt-typed-router",
4824
4869
  "npm": "nuxt-typed-router",
4825
4870
  "icon": "typed-router.png",
4826
4871
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4827
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4872
+ "website": "https://nuxt-typed-router.vercel.app",
4828
4873
  "learn_more": "",
4829
4874
  "category": "Devtools",
4830
4875
  "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-8b4d55",
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
  }