Skip to content

Commit 094a29f

Browse files
committed
chore: fix asyncapi generation
1 parent fb74b02 commit 094a29f

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
@@ -372,7 +372,7 @@ __metadata:
372372
languageName: node
373373
linkType: hard
374374

375-
"@asyncapi/nodejs-ws-template@npm:^0.9.36":
375+
"@asyncapi/nodejs-ws-template@npm:0.9.36":
376376
version: 0.9.36
377377
resolution: "@asyncapi/nodejs-ws-template@npm:0.9.36"
378378
dependencies:
@@ -382,6 +382,16 @@ __metadata:
382382
languageName: node
383383
linkType: hard
384384

385+
"@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":
386+
version: 0.9.36
387+
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"
388+
dependencies:
389+
"@asyncapi/generator-filters": "npm:^2.1.0"
390+
"@asyncapi/generator-hooks": "npm:^0.1.0"
391+
checksum: 10c0/3ad3f71ce82b71a42f3d7feeef727c3df9fd7b722fe09657c117a1fa3f07c28fda1a390f3b1280ac37d3618e598ed31801ebbc51ff983547295cabbc94aa0938
392+
languageName: node
393+
linkType: hard
394+
385395
"@asyncapi/nunjucks-filters@npm:*":
386396
version: 2.1.0
387397
resolution: "@asyncapi/nunjucks-filters@npm:2.1.0"
@@ -18482,7 +18492,7 @@ asn1@evs-broadcast/node-asn1:
1848218492
dependencies:
1848318493
"@asyncapi/generator": "npm:^2.5.0"
1848418494
"@asyncapi/html-template": "npm:^3.1.0"
18485-
"@asyncapi/nodejs-ws-template": "npm:^0.9.36"
18495+
"@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"
1848618496
"@sofie-automation/blueprints-integration": "npm:1.52.0-in-development"
1848718497
"@sofie-automation/corelib": "npm:1.52.0-in-development"
1848818498
"@sofie-automation/server-core-integration": "npm:1.52.0-in-development"

0 commit comments

Comments
 (0)