File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
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
+ ],
Original file line number Diff line number Diff line change 68
68
"devDependencies" : {
69
69
"@asyncapi/generator" : " ^2.5.0" ,
70
70
"@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 " ,
72
72
"type-fest" : " ^4.32.0"
73
73
},
74
74
"lint-staged" : {
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ __metadata:
372
372
languageName: node
373
373
linkType: hard
374
374
375
- "@asyncapi/nodejs-ws-template@npm:^ 0.9.36":
375
+ "@asyncapi/nodejs-ws-template@npm:0.9.36":
376
376
version: 0.9.36
377
377
resolution: "@asyncapi/nodejs-ws-template@npm:0.9.36"
378
378
dependencies:
@@ -382,6 +382,16 @@ __metadata:
382
382
languageName: node
383
383
linkType: hard
384
384
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
+
385
395
"@asyncapi/nunjucks-filters@npm:*":
386
396
version: 2.1.0
387
397
resolution: "@asyncapi/nunjucks-filters@npm:2.1.0"
@@ -18482,7 +18492,7 @@ asn1@evs-broadcast/node-asn1:
18482
18492
dependencies:
18483
18493
"@asyncapi/generator": "npm:^2.5.0"
18484
18494
"@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 "
18486
18496
"@sofie-automation/blueprints-integration": "npm:1.52.0-in-development"
18487
18497
"@sofie-automation/corelib": "npm:1.52.0-in-development"
18488
18498
"@sofie-automation/server-core-integration": "npm:1.52.0-in-development"
You can’t perform that action at this time.
0 commit comments