next-openapi-gen 0.0.14 → 0.0.15

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.
@@ -1,4 +1,4 @@
1
- export const stoplightDeps = ["@stoplight/element"];
1
+ export const stoplightDeps = ["@stoplight/elements"];
2
2
  export function StoplightUI(outputFile) {
3
3
  return `
4
4
  "use client";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-openapi-gen",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Super fast and easy way to generate OpenAPI documentation automatically from API routes in a NextJS 14",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",