Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eighty-peas-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @asyncapi/studio

## 0.24.3

### Patch Changes

- 8293782: Excluded cache folder from build to reduce package size.

## 0.24.2

### Patch Changes
Expand Down
50 changes: 25 additions & 25 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/studio",
"version": "0.24.2",
"version": "0.24.3",
"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.",
"license": "Apache-2.0",
"bugs": {
Expand All @@ -15,30 +15,30 @@
"author": {
"name": "The AsyncAPI maintainers"
},
"files": [
"/build/server",
"/build/standalone",
"/build/static",
"/build/types",
"/build/app-build-manifest.json",
"/build/app-path-routes-manifest.json",
"/build/BUILD_ID",
"/build/build-manifest.json",
"/build/export-marker.json",
"/build/images-manifest.json",
"/build/next-minimal-server.js.nft.json",
"/build/next-server.js.nft.json",
"/build/package.json",
"/build/prerender-manifest.json",
"/build/react-loadable-manifest.json",
"/build/required-server-files.json",
"/build/routes-manifest.json",
"/build/trace",
"/public",
"./README.md",
"./LICENSE",
"./next.config.js"
],
"files": [
"/build/server",
"/build/standalone",
"/build/static",
"/build/types",
"/build/app-build-manifest.json",
"/build/app-path-routes-manifest.json",
"/build/BUILD_ID",
"/build/build-manifest.json",
"/build/export-marker.json",
"/build/images-manifest.json",
"/build/next-minimal-server.js.nft.json",
"/build/next-server.js.nft.json",
"/build/package.json",
"/build/prerender-manifest.json",
"/build/react-loadable-manifest.json",
"/build/required-server-files.json",
"/build/routes-manifest.json",
"/build/trace",
"/public",
"./README.md",
"./LICENSE",
"./next.config.js"
],
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down