Skip to content

Commit

Permalink
build: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Jun 30, 2023
1 parent 1f791f4 commit c158d33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
},
"version2": {
"message": "chore(release): publish"
},
"useWorkspaces": true
}
}
16 changes: 8 additions & 8 deletions sample-app/webda.module.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
"type": "string"
},
"interfaceParam": {
"$ref": "#/definitions/Partial%3Cinterface-829200435-246-294-829200435-0-1238%3E",
"$ref": "#/definitions/Partial%3Cinterface-1076421816-246-294-1076421816-0-1238%3E",
"description": "The Partial will generate a new $ref"
},
"openapi": {
Expand All @@ -616,7 +616,7 @@
],
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Partial<interface-829200435-246-294-829200435-0-1238>": {
"Partial<interface-1076421816-246-294-1076421816-0-1238>": {
"type": "object",
"properties": {
"test": {
Expand Down Expand Up @@ -1074,7 +1074,7 @@
"description": "URL on which to serve the content"
},
"introspection": {
"$ref": "#/definitions/Partial%3Cclass-1131383939-1801-2285-1131383939-0-8095976353190%3E"
"$ref": "#/definitions/Partial%3Cclass-178760925-1801-2285-178760925-0-8095976353190%3E"
},
"openapi": {
"type": "object",
Expand All @@ -1087,7 +1087,7 @@
],
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Partial<class-1131383939-1801-2285-1131383939-0-8095976353190>": {
"Partial<class-178760925-1801-2285-178760925-0-8095976353190>": {
"type": "object",
"properties": {
"type": {
Expand Down Expand Up @@ -1118,7 +1118,7 @@
"type": "string"
},
"interfaceParam": {
"$ref": "#/definitions/Partial%3Cinterface-829200435-246-294-829200435-0-1238%3E",
"$ref": "#/definitions/Partial%3Cinterface-1076421816-246-294-1076421816-0-1238%3E",
"description": "The Partial will generate a new $ref"
},
"fourthParameter": {
Expand All @@ -1139,7 +1139,7 @@
],
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Partial<interface-829200435-246-294-829200435-0-1238>": {
"Partial<interface-1076421816-246-294-1076421816-0-1238>": {
"type": "object",
"properties": {
"test": {
Expand Down Expand Up @@ -1341,7 +1341,7 @@
"type": "string"
},
"interfaceParam": {
"$ref": "#/definitions/Partial%3Cinterface-829200435-246-294-829200435-0-1238%3E",
"$ref": "#/definitions/Partial%3Cinterface-1076421816-246-294-1076421816-0-1238%3E",
"description": "The Partial will generate a new $ref"
},
"openapi": {
Expand All @@ -1356,7 +1356,7 @@
],
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Partial<interface-829200435-246-294-829200435-0-1238>": {
"Partial<interface-1076421816-246-294-1076421816-0-1238>": {
"type": "object",
"properties": {
"test": {
Expand Down

0 comments on commit c158d33

Please sign in to comment.