@scalar/nuxt 0.0.7 → 0.0.8

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
@@ -5,6 +5,10 @@
5
5
  [![License](https://img.shields.io/npm/l/%40scalar%2Fnuxt)](https://www.npmjs.com/package/@scalar/nuxt)
6
6
  [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/8HeZcRGPFS)
7
7
 
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)
11
+
8
12
  ## Quick Setup
9
13
 
10
14
  Install the module to your Nuxt application with one command:
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@scalar/nuxt",
3
3
  "configKey": "scalarConfig",
4
- "version": "0.0.7"
4
+ "version": "0.0.8"
5
5
  }
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "testing",
16
16
  "vue"
17
17
  ],
18
- "version": "0.0.7",
18
+ "version": "0.0.8",
19
19
  "engines": {
20
20
  "node": ">=18"
21
21
  },