@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 +16 -7
- package/dist/module.json +1 -1
- package/package.json +21 -6
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
|
-
[](https://www.npmjs.com/package/@scalar/nuxt)
|
|
11
|
+
[](https://www.npmjs.com/package/@scalar/nuxt)
|
|
12
|
+
[](https://www.npmjs.com/package/@scalar/nuxt)
|
|
6
13
|
[](https://discord.gg/scalar)
|
|
7
14
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[](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
|
|
27
|
+
We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
|
|
19
28
|
|
|
20
29
|
## License
|
|
21
30
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalar/nuxt",
|
|
3
|
-
"description": "Nuxt
|
|
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.
|
|
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.
|
|
42
|
+
"@scalar/api-client": "2.11.0",
|
|
43
|
+
"@scalar/api-reference": "1.39.3",
|
|
43
44
|
"@scalar/types": "0.4.0",
|
|
44
|
-
"@scalar/
|
|
45
|
-
"@scalar/
|
|
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",
|