Skip to content

Commit 901fedc

Browse files
committed
chore: fix asyncapi generation
1 parent 8fe25fd commit 901fedc

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/package.json b/package.json
2+
index 396670e16d727c56277a0a5d3e5a1f4bcddca588..93787ca546e8b9be46d353d59078bea63949a6b4 100644
3+
--- a/package.json
4+
+++ b/package.json
5+
@@ -86,7 +86,7 @@
6+
"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"
7+
}
8+
},
9+
- "generator": ">=0.50.0 <2.0.0",
10+
+ "generator": ">=0.50.0 <3.0.0",
11+
"filters": [
12+
"@asyncapi/generator-filters"
13+
],

packages/live-status-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@asyncapi/generator": "^2.5.0",
7070
"@asyncapi/html-template": "^3.1.0",
71-
"@asyncapi/nodejs-ws-template": "^0.9.36",
71+
"@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",
7272
"type-fest": "^4.32.0"
7373
},
7474
"lint-staged": {

packages/yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ __metadata:
379379
languageName: node
380380
linkType: hard
381381

382-
"@asyncapi/nodejs-ws-template@npm:^0.9.36":
382+
"@asyncapi/nodejs-ws-template@npm:0.9.36":
383383
version: 0.9.36
384384
resolution: "@asyncapi/nodejs-ws-template@npm:0.9.36"
385385
dependencies:
@@ -389,6 +389,16 @@ __metadata:
389389
languageName: node
390390
linkType: hard
391391

392+
"@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":
393+
version: 0.9.36
394+
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"
395+
dependencies:
396+
"@asyncapi/generator-filters": "npm:^2.1.0"
397+
"@asyncapi/generator-hooks": "npm:^0.1.0"
398+
checksum: 10c0/3ad3f71ce82b71a42f3d7feeef727c3df9fd7b722fe09657c117a1fa3f07c28fda1a390f3b1280ac37d3618e598ed31801ebbc51ff983547295cabbc94aa0938
399+
languageName: node
400+
linkType: hard
401+
392402
"@asyncapi/nunjucks-filters@npm:*":
393403
version: 2.1.0
394404
resolution: "@asyncapi/nunjucks-filters@npm:2.1.0"
@@ -18607,7 +18617,7 @@ asn1@evs-broadcast/node-asn1:
1860718617
dependencies:
1860818618
"@asyncapi/generator": "npm:^2.5.0"
1860918619
"@asyncapi/html-template": "npm:^3.1.0"
18610-
"@asyncapi/nodejs-ws-template": "npm:^0.9.36"
18620+
"@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"
1861118621
"@sofie-automation/blueprints-integration": "npm:1.52.0-in-development"
1861218622
"@sofie-automation/corelib": "npm:1.52.0-in-development"
1861318623
"@sofie-automation/server-core-integration": "npm:1.52.0-in-development"

0 commit comments

Comments
 (0)