@scalar/nuxt 0.5.24 → 0.5.25

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
@@ -1,21 +1,30 @@
1
+ <!--
2
+ This file is auto-generated by the Scalar README generator.
3
+ Command: pnpm --filter @scalar-internal/build-scripts start generate-readme
4
+
5
+ Do not edit this file manually. Changes will be lost when the file is regenerated.
6
+ -->
7
+
1
8
  # Scalar API Reference Module for Nuxt
2
9
 
3
- [![Version](https://img.shields.io/npm/v/%40scalar/nuxt)](https://www.npmjs.com/package/@scalar/nuxt)
4
- [![Downloads](https://img.shields.io/npm/dm/%40scalar/nuxt)](https://www.npmjs.com/package/@scalar/nuxt)
5
- [![License](https://img.shields.io/npm/l/%40scalar%2Fnuxt)](https://www.npmjs.com/package/@scalar/nuxt)
10
+ [![Version](https://img.shields.io/npm/v/@scalar/nuxt)](https://www.npmjs.com/package/@scalar/nuxt)
11
+ [![Downloads](https://img.shields.io/npm/dm/@scalar/nuxt)](https://www.npmjs.com/package/@scalar/nuxt)
12
+ [![License](https://img.shields.io/npm/l/@scalar/nuxt)](https://www.npmjs.com/package/@scalar/nuxt)
6
13
  [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/scalar)
7
14
 
8
- This plugin provides an easy way to render a beautiful API reference based on a OpenAPI/Swagger file with Nuxt.
9
-
10
- [![Screenshot of an API Reference](https://github.com/scalar/scalar/assets/6176314/178f4e4c-afdf-4c6a-bc72-128ea1786350)](https://docs.scalar.com/swagger-editor)
15
+ Nuxt module to render beautiful, interactive API documentation from OpenAPI/Swagger documents.
11
16
 
12
17
  ## Documentation
13
18
 
14
19
  [Read the documentation here](https://guides.scalar.com/scalar/scalar-api-references/integrations/nuxt)
15
20
 
21
+ ## Changelog
22
+
23
+ See [CHANGELOG.md](https://github.com/scalar/scalar/blob/main/integrations/nuxt/CHANGELOG.md) for a list of changes.
24
+
16
25
  ## Community
17
26
 
18
- We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
27
+ We are API nerds. You too? Lets chat on Discord: <https://discord.gg/scalar>
19
28
 
20
29
  ## License
21
30
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scalar/nuxt",
3
3
  "configKey": "scalar",
4
- "version": "0.5.24",
4
+ "version": "0.5.25",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalar/nuxt",
3
- "description": "Nuxt integration for Scalar API references",
3
+ "description": "Nuxt module to render beautiful, interactive API documentation from OpenAPI/Swagger documents.",
4
4
  "license": "MIT",
5
5
  "author": "Scalar (https://github.com/scalar)",
6
6
  "homepage": "https://github.com/scalar/scalar",
@@ -20,7 +20,7 @@
20
20
  "testing",
21
21
  "vue"
22
22
  ],
23
- "version": "0.5.24",
23
+ "version": "0.5.25",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -39,11 +39,11 @@
39
39
  "dependencies": {
40
40
  "@nuxt/kit": "^4.0.0",
41
41
  "vue": "^3.5.21",
42
- "@scalar/api-client": "2.10.0",
42
+ "@scalar/api-client": "2.11.0",
43
+ "@scalar/api-reference": "1.39.3",
43
44
  "@scalar/types": "0.4.0",
44
- "@scalar/use-hooks": "0.3.0",
45
- "@scalar/workspace-store": "0.19.0",
46
- "@scalar/api-reference": "1.39.2"
45
+ "@scalar/workspace-store": "0.20.0",
46
+ "@scalar/use-hooks": "0.3.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@nuxt/devtools": "^2.6.2",
@@ -57,6 +57,21 @@
57
57
  "vite": "7.1.11",
58
58
  "vitest": "3.2.4"
59
59
  },
60
+ "readme": {
61
+ "title": "Scalar API Reference Module for Nuxt",
62
+ "badges": [
63
+ {
64
+ "type": "npm-version"
65
+ },
66
+ {
67
+ "type": "npm-downloads"
68
+ },
69
+ {
70
+ "type": "npm-license"
71
+ }
72
+ ],
73
+ "documentation": "https://guides.scalar.com/scalar/scalar-api-references/integrations/nuxt"
74
+ },
60
75
  "scripts": {
61
76
  "build": "cross-env NUXT_TELEMETRY_DISABLED=false pnpm dev:prepare && nuxt-module-build build",
62
77
  "dev": "pnpm dev:prepare && nuxi dev playground",