Skip to content

Commit

Permalink
chore: fix asyncapi generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 20, 2025
1 parent 8fe25fd commit 901fedc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/package.json b/package.json
index 396670e16d727c56277a0a5d3e5a1f4bcddca588..93787ca546e8b9be46d353d59078bea63949a6b4 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"description": "Custom location of the AsyncAPI file that you provided as an input in generation. By default it is located in the root of the output directory"
}
},
- "generator": ">=0.50.0 <2.0.0",
+ "generator": ">=0.50.0 <3.0.0",
"filters": [
"@asyncapi/generator-filters"
],
2 changes: 1 addition & 1 deletion packages/live-status-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@asyncapi/generator": "^2.5.0",
"@asyncapi/html-template": "^3.1.0",
"@asyncapi/nodejs-ws-template": "^0.9.36",
"@asyncapi/nodejs-ws-template": "patch:@asyncapi/nodejs-ws-template@npm%3A0.9.36#~/.yarn/patches/@asyncapi-nodejs-ws-template-npm-0.9.36-2652c2d6e5.patch",
"type-fest": "^4.32.0"
},
"lint-staged": {
Expand Down
14 changes: 12 additions & 2 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ __metadata:
languageName: node
linkType: hard

"@asyncapi/nodejs-ws-template@npm:^0.9.36":
"@asyncapi/nodejs-ws-template@npm:0.9.36":
version: 0.9.36
resolution: "@asyncapi/nodejs-ws-template@npm:0.9.36"
dependencies:
Expand All @@ -389,6 +389,16 @@ __metadata:
languageName: node
linkType: hard

"@asyncapi/nodejs-ws-template@patch:@asyncapi/nodejs-ws-template@npm%3A0.9.36#~/.yarn/patches/@asyncapi-nodejs-ws-template-npm-0.9.36-2652c2d6e5.patch":
version: 0.9.36
resolution: "@asyncapi/nodejs-ws-template@patch:@asyncapi/nodejs-ws-template@npm%3A0.9.36#~/.yarn/patches/@asyncapi-nodejs-ws-template-npm-0.9.36-2652c2d6e5.patch::version=0.9.36&hash=b3b9ad"
dependencies:
"@asyncapi/generator-filters": "npm:^2.1.0"
"@asyncapi/generator-hooks": "npm:^0.1.0"
checksum: 10c0/3ad3f71ce82b71a42f3d7feeef727c3df9fd7b722fe09657c117a1fa3f07c28fda1a390f3b1280ac37d3618e598ed31801ebbc51ff983547295cabbc94aa0938
languageName: node
linkType: hard

"@asyncapi/nunjucks-filters@npm:*":
version: 2.1.0
resolution: "@asyncapi/nunjucks-filters@npm:2.1.0"
Expand Down Expand Up @@ -18607,7 +18617,7 @@ asn1@evs-broadcast/node-asn1:
dependencies:
"@asyncapi/generator": "npm:^2.5.0"
"@asyncapi/html-template": "npm:^3.1.0"
"@asyncapi/nodejs-ws-template": "npm:^0.9.36"
"@asyncapi/nodejs-ws-template": "patch:@asyncapi/nodejs-ws-template@npm%3A0.9.36#~/.yarn/patches/@asyncapi-nodejs-ws-template-npm-0.9.36-2652c2d6e5.patch"
"@sofie-automation/blueprints-integration": "npm:1.52.0-in-development"
"@sofie-automation/corelib": "npm:1.52.0-in-development"
"@sofie-automation/server-core-integration": "npm:1.52.0-in-development"
Expand Down

0 comments on commit 901fedc

Please sign in to comment.