Skip to content

Commit 6b9a0c0

Browse files
authored
chore(release): v1.15.0-2022-04-release.1 (#520)
1 parent 20b9017 commit 6b9a0c0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "@asyncapi/parser",
3-
"version": "1.14.1",
3+
"version": "1.15.0-2022-04-release.1",
44
"description": "JavaScript AsyncAPI parser.",
55
"main": "lib/index.js",
66
"types": "types.d.ts",

types.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,11 @@ declare module "@asyncapi/parser" {
768768
*/
769769
ext(key: string): any;
770770
}
771+
/**
772+
* Implements functions to deal with a OperationSecurityRequirement object.
773+
*/
774+
class OperationSecurityRequirement extends Base {
775+
}
771776
/**
772777
* Implements functions to deal with a OperationTrait object.
773778
*/
@@ -841,11 +846,6 @@ declare module "@asyncapi/parser" {
841846
message(): Message;
842847
security(): OperationSecurityRequirement[];
843848
}
844-
/**
845-
* Implements functions to deal with a OperationSecurityRequirement object.
846-
*/
847-
class OperationSecurityRequirement extends Base {
848-
}
849849
/**
850850
* Implements functions to deal with a PublishOperation object.
851851
*/

0 commit comments

Comments
 (0)