@scalar/nuxt 0.4.25 → 0.4.28

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/README.md CHANGED
@@ -15,7 +15,7 @@ This plugin provides an easy way to render a beautiful API reference based on a
15
15
 
16
16
  ## Community
17
17
 
18
- We are API nerds. You too? Lets chat on Discord: <https://discord.gg/scalar>
18
+ We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
19
19
 
20
20
  ## License
21
21
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scalar/nuxt",
3
3
  "configKey": "scalar",
4
- "version": "0.4.25",
4
+ "version": "0.4.28",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.1",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "testing",
21
21
  "vue"
22
22
  ],
23
- "version": "0.4.25",
23
+ "version": "0.4.28",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -39,10 +39,10 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@nuxt/kit": "^3.12.3",
42
- "@scalar/api-client": "2.5.13",
43
- "@scalar/api-reference": "1.32.1",
44
- "@scalar/use-hooks": "0.2.3",
45
- "@scalar/types": "0.2.5"
42
+ "@scalar/api-reference": "1.32.4",
43
+ "@scalar/api-client": "2.5.15",
44
+ "@scalar/types": "0.2.7",
45
+ "@scalar/use-hooks": "0.2.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@nuxt/devtools": "^1.3.9",
@@ -54,7 +54,7 @@
54
54
  "changelogen": "^0.5.5",
55
55
  "cross-env": "^7.0.3",
56
56
  "nuxt": "^3.12.4",
57
- "vitest": "^1.6.0"
57
+ "vitest": "^1.6.1"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "cross-env NUXT_TELEMETRY_DISABLED=false pnpm dev:prepare && nuxt-module-build build",