|
1 | 1 | { |
2 | 2 | "name": "@asyncapi/studio", |
3 | | - "version": "0.24.2", |
| 3 | + "version": "0.24.3", |
4 | 4 | "description": "One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "bugs": { |
|
15 | 15 | "author": { |
16 | 16 | "name": "The AsyncAPI maintainers" |
17 | 17 | }, |
18 | | - "files": [ |
19 | | - "/build/server", |
20 | | - "/build/standalone", |
21 | | - "/build/static", |
22 | | - "/build/types", |
23 | | - "/build/app-build-manifest.json", |
24 | | - "/build/app-path-routes-manifest.json", |
25 | | - "/build/BUILD_ID", |
26 | | - "/build/build-manifest.json", |
27 | | - "/build/export-marker.json", |
28 | | - "/build/images-manifest.json", |
29 | | - "/build/next-minimal-server.js.nft.json", |
30 | | - "/build/next-server.js.nft.json", |
31 | | - "/build/package.json", |
32 | | - "/build/prerender-manifest.json", |
33 | | - "/build/react-loadable-manifest.json", |
34 | | - "/build/required-server-files.json", |
35 | | - "/build/routes-manifest.json", |
36 | | - "/build/trace", |
37 | | - "/public", |
38 | | - "./README.md", |
39 | | - "./LICENSE", |
40 | | - "./next.config.js" |
41 | | -], |
| 18 | + "files": [ |
| 19 | + "/build/server", |
| 20 | + "/build/standalone", |
| 21 | + "/build/static", |
| 22 | + "/build/types", |
| 23 | + "/build/app-build-manifest.json", |
| 24 | + "/build/app-path-routes-manifest.json", |
| 25 | + "/build/BUILD_ID", |
| 26 | + "/build/build-manifest.json", |
| 27 | + "/build/export-marker.json", |
| 28 | + "/build/images-manifest.json", |
| 29 | + "/build/next-minimal-server.js.nft.json", |
| 30 | + "/build/next-server.js.nft.json", |
| 31 | + "/build/package.json", |
| 32 | + "/build/prerender-manifest.json", |
| 33 | + "/build/react-loadable-manifest.json", |
| 34 | + "/build/required-server-files.json", |
| 35 | + "/build/routes-manifest.json", |
| 36 | + "/build/trace", |
| 37 | + "/public", |
| 38 | + "./README.md", |
| 39 | + "./LICENSE", |
| 40 | + "./next.config.js" |
| 41 | + ], |
42 | 42 | "scripts": { |
43 | 43 | "dev": "next dev", |
44 | 44 | "build": "next build", |
|
0 commit comments