Skip to content

Commit 114a9bf

Browse files
authored
Merge pull request #893 from mulesoft/6.6.60
[@W-21259173] 6.6.60
2 parents a12280e + c0607dc commit 114a9bf

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

demo/themed/anypoint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ApicApplication extends DemoBase {
1313
constructor() {
1414
super();
1515
this.apis = [
16+
['product-order-minimal-compact', 'Product Order Minimal'],
1617
['nested-examples-oas3', 'Nested Examples'],
1718
['grpc-test', 'gRPC API'],
1819
['agents-api', 'Agents API'],

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-console",
33
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
4-
"version": "6.6.59",
4+
"version": "6.6.60",
55
"license": "CPAL-1.0",
66
"main": "index.js",
77
"module": "index.js",

0 commit comments

Comments
 (0)