@asyncapi/cli 3.5.0 → 3.5.1

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.
@@ -2142,5 +2142,5 @@
2142
2142
  ]
2143
2143
  }
2144
2144
  },
2145
- "version": "3.5.0"
2145
+ "version": "3.5.1"
2146
2146
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@asyncapi/cli",
3
3
  "description": "All in one CLI for all AsyncAPI tools",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"
@@ -199,7 +199,7 @@
199
199
  "api:prod": "npm run api:build && cross-env NODE_ENV=production PORT=80 node lib/apps/api/server.js",
200
200
  "api:docker": "docker run -it -p 80:80 asyncapi/server-api",
201
201
  "api:build:docker": "docker build -t asyncapi/server-api -f ./src/apps/api/Dockerfile .",
202
- "api:build": "rimraf lib && tsc && tsc-alias --project tsconfig.json",
202
+ "api:build": "rimraf lib && npm run generate:languages && tsc && tsc-alias --project tsconfig.json",
203
203
  "api:test": ""
204
204
  },
205
205
  "types": "lib/index.d.ts"