@asyncapi/cli 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/create-glee-app/templates/default/package-lock.json +129 -129
- package/assets/create-glee-app/templates/default/package.json +1 -1
- package/assets/create-glee-app/templates/tutorial/package-lock.json +65 -65
- package/assets/create-glee-app/templates/tutorial/package.json +1 -1
- package/lib/commands/diff.d.ts +1 -1
- package/lib/commands/generate/models.d.ts +1 -1
- package/lib/commands/validate.d.ts +1 -1
- package/lib/commands/validate.js +1 -1
- package/lib/parser.d.ts +8 -4
- package/lib/parser.js +8 -3
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@asyncapi/glee": "^0.36.
|
|
12
|
+
"@asyncapi/glee": "^0.36.17"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^20.5.9"
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"node_modules/@asyncapi/avro-schema-parser": {
|
|
35
|
-
"version": "3.0.
|
|
36
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.
|
|
37
|
-
"integrity": "sha512-
|
|
35
|
+
"version": "3.0.20",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.20.tgz",
|
|
37
|
+
"integrity": "sha512-VwXpuK5hlwikBlqgbYAhabOvN/suSqPljZ5xqw6Tq+zcay0duyLK+nKdBEGuae4uLsFricHmbsfgedTczP3YqQ==",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@asyncapi/parser": "^3.0.
|
|
39
|
+
"@asyncapi/parser": "^3.0.12",
|
|
40
40
|
"@types/json-schema": "^7.0.11",
|
|
41
41
|
"avsc": "^5.7.6"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"node_modules/@asyncapi/generator": {
|
|
45
|
-
"version": "1.17.
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.
|
|
47
|
-
"integrity": "sha512-
|
|
45
|
+
"version": "1.17.22",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.22.tgz",
|
|
47
|
+
"integrity": "sha512-haG3eUP9xUt1dH9CC7XDkcadSX0a/os9N1FILWMH/NthQhuDCyVhAwQHN1IvsUHcmxym6TkI8uOLbGs/QH26OA==",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
50
|
-
"@asyncapi/parser": "^3.0.
|
|
49
|
+
"@asyncapi/generator-react-sdk": "^1.0.16",
|
|
50
|
+
"@asyncapi/parser": "^3.0.13",
|
|
51
51
|
"@npmcli/arborist": "5.6.3",
|
|
52
52
|
"@smoya/multi-parser": "^5.0.0",
|
|
53
53
|
"ajv": "^8.12.0",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"node_modules/@asyncapi/generator-react-sdk": {
|
|
84
|
-
"version": "1.0.
|
|
85
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.
|
|
86
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "1.0.16",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.16.tgz",
|
|
86
|
+
"integrity": "sha512-zmngpZpW3Xb9nGLLp7Q9g58EMLBIIDE6kRyUM2ISbh/zj9PTndsD+Ox7gonJ4TRuD9qYtlK+F12J1pVMXrAOUg==",
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@asyncapi/parser": "^3.0.
|
|
88
|
+
"@asyncapi/parser": "^3.0.12",
|
|
89
89
|
"@babel/core": "7.12.9",
|
|
90
90
|
"@babel/preset-env": "^7.12.7",
|
|
91
91
|
"@babel/preset-react": "^7.12.7",
|
|
@@ -169,14 +169,14 @@
|
|
|
169
169
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
170
170
|
},
|
|
171
171
|
"node_modules/@asyncapi/glee": {
|
|
172
|
-
"version": "0.36.
|
|
173
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.
|
|
174
|
-
"integrity": "sha512-
|
|
172
|
+
"version": "0.36.17",
|
|
173
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.17.tgz",
|
|
174
|
+
"integrity": "sha512-Uwf4XqyaR5O1lf2D5uBZgU9d7DQBh2l9nyPPiHu7Bob7xmShlVEmDT20nRPXZw51azyjE9hLIO7nNmbWLdruug==",
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@asyncapi/generator": "^1.17.
|
|
177
|
-
"@asyncapi/html-template": "^2.3.
|
|
176
|
+
"@asyncapi/generator": "^1.17.22",
|
|
177
|
+
"@asyncapi/html-template": "^2.3.3",
|
|
178
178
|
"@asyncapi/markdown-template": "^1.5.0",
|
|
179
|
-
"@asyncapi/parser": "^3.0.
|
|
179
|
+
"@asyncapi/parser": "^3.0.13",
|
|
180
180
|
"@next/env": "^14.0.4",
|
|
181
181
|
"@types/jest": "^29.5.11",
|
|
182
182
|
"@types/qs": "^6.9.7",
|
|
@@ -216,12 +216,12 @@
|
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
218
|
"node_modules/@asyncapi/html-template": {
|
|
219
|
-
"version": "2.3.
|
|
220
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.
|
|
221
|
-
"integrity": "sha512-
|
|
219
|
+
"version": "2.3.3",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.3.tgz",
|
|
221
|
+
"integrity": "sha512-MHO8+c8D2SCAIk6Kb1d8DNpIKsIK1kPqXCr0p0SzTCYOPyr94GGkY8G4jA5s9Q1eK3wgP0Axn3MjuwXLGIPlsA==",
|
|
222
222
|
"dependencies": {
|
|
223
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
224
|
-
"@asyncapi/parser": "^3.0.
|
|
223
|
+
"@asyncapi/generator-react-sdk": "^1.0.16",
|
|
224
|
+
"@asyncapi/parser": "^3.0.13",
|
|
225
225
|
"@asyncapi/react-component": "^1.2.13",
|
|
226
226
|
"highlight.js": "10.7.3",
|
|
227
227
|
"puppeteer": "^14.1.0",
|
|
@@ -241,11 +241,11 @@
|
|
|
241
241
|
}
|
|
242
242
|
},
|
|
243
243
|
"node_modules/@asyncapi/openapi-schema-parser": {
|
|
244
|
-
"version": "3.0.
|
|
245
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.
|
|
246
|
-
"integrity": "sha512-
|
|
244
|
+
"version": "3.0.20",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.20.tgz",
|
|
246
|
+
"integrity": "sha512-WYooWN1oIxzOk5s5HUALxVIyF4C02OgA0xKxH9jR//qER5rRu98fvuzoziY1oiHrGkxLOCbWFvSliLTPEbkdbA==",
|
|
247
247
|
"dependencies": {
|
|
248
|
-
"@asyncapi/parser": "^3.0.
|
|
248
|
+
"@asyncapi/parser": "^3.0.12",
|
|
249
249
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
250
250
|
"ajv": "^8.11.0",
|
|
251
251
|
"ajv-errors": "^3.0.0",
|
|
@@ -281,11 +281,11 @@
|
|
|
281
281
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
|
|
282
282
|
},
|
|
283
283
|
"node_modules/@asyncapi/parser": {
|
|
284
|
-
"version": "3.0.
|
|
285
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
286
|
-
"integrity": "sha512-
|
|
284
|
+
"version": "3.0.13",
|
|
285
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz",
|
|
286
|
+
"integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==",
|
|
287
287
|
"dependencies": {
|
|
288
|
-
"@asyncapi/specs": "^6.5.
|
|
288
|
+
"@asyncapi/specs": "^6.5.6",
|
|
289
289
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
290
290
|
"@stoplight/json": "^3.20.2",
|
|
291
291
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -384,21 +384,21 @@
|
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"node_modules/@asyncapi/protobuf-schema-parser": {
|
|
387
|
-
"version": "3.2.
|
|
388
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.
|
|
389
|
-
"integrity": "sha512-
|
|
387
|
+
"version": "3.2.11",
|
|
388
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.11.tgz",
|
|
389
|
+
"integrity": "sha512-zmN5Rb4OMuTKCFi1qWG2x+Q7gwk622jVRu3biAisHNjvJn80GtQwXB66tJ2FGhSfd9OcreU8sEfDKf+KzjqMAA==",
|
|
390
390
|
"dependencies": {
|
|
391
|
-
"@asyncapi/parser": "^3.0.
|
|
391
|
+
"@asyncapi/parser": "^3.0.13",
|
|
392
392
|
"@types/protocol-buffers-schema": "^3.4.1",
|
|
393
393
|
"protobufjs": "^7.2.6"
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
396
|
"node_modules/@asyncapi/raml-dt-schema-parser": {
|
|
397
|
-
"version": "4.0.
|
|
398
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.
|
|
399
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "4.0.21",
|
|
398
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.21.tgz",
|
|
399
|
+
"integrity": "sha512-c8WE6HTH1rQmMFZ/JPq5QSs+v248SL9+ztanh1nq4qN0r0i+lgxL8S0SmILgVyG8UH9m0tHPCpmb3OaLHFmJKQ==",
|
|
400
400
|
"dependencies": {
|
|
401
|
-
"@asyncapi/parser": "^3.0.
|
|
401
|
+
"@asyncapi/parser": "^3.0.13",
|
|
402
402
|
"js-yaml": "^4.1.0",
|
|
403
403
|
"ramldt2jsonschema": "^1.2.3",
|
|
404
404
|
"webapi-parser": "^0.5.0"
|
|
@@ -416,13 +416,13 @@
|
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
418
|
"node_modules/@asyncapi/react-component": {
|
|
419
|
-
"version": "1.4.
|
|
420
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.
|
|
421
|
-
"integrity": "sha512-
|
|
419
|
+
"version": "1.4.5",
|
|
420
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.5.tgz",
|
|
421
|
+
"integrity": "sha512-5guGObR35AFyGAXc1+hkllZL64OEJFwAs6YJ8osvf7b8hBNMKhuC2AiekmMSUDwCoEH6YQKftzNsyjlk3++qyA==",
|
|
422
422
|
"dependencies": {
|
|
423
423
|
"@asyncapi/avro-schema-parser": "^3.0.19",
|
|
424
424
|
"@asyncapi/openapi-schema-parser": "^3.0.18",
|
|
425
|
-
"@asyncapi/parser": "^3.0.
|
|
425
|
+
"@asyncapi/parser": "^3.0.12",
|
|
426
426
|
"@asyncapi/protobuf-schema-parser": "^3.2.8",
|
|
427
427
|
"highlight.js": "^10.7.2",
|
|
428
428
|
"isomorphic-dompurify": "^0.13.0",
|
|
@@ -436,9 +436,9 @@
|
|
|
436
436
|
}
|
|
437
437
|
},
|
|
438
438
|
"node_modules/@asyncapi/specs": {
|
|
439
|
-
"version": "6.5.
|
|
440
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.
|
|
441
|
-
"integrity": "sha512-
|
|
439
|
+
"version": "6.5.6",
|
|
440
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz",
|
|
441
|
+
"integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==",
|
|
442
442
|
"dependencies": {
|
|
443
443
|
"@types/json-schema": "^7.0.11"
|
|
444
444
|
}
|
|
@@ -3264,9 +3264,9 @@
|
|
|
3264
3264
|
}
|
|
3265
3265
|
},
|
|
3266
3266
|
"node_modules/@smoya/multi-parser": {
|
|
3267
|
-
"version": "5.0.
|
|
3268
|
-
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.
|
|
3269
|
-
"integrity": "sha512-
|
|
3267
|
+
"version": "5.0.5",
|
|
3268
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.5.tgz",
|
|
3269
|
+
"integrity": "sha512-xslTCMvNl5maGphjU6cWXsDKS7PZH+7yyAiuv4F2XBUOm4s3IcKfRIqnGAGgEgYm5fb/oZzq5Rv2kZMETyniuA==",
|
|
3270
3270
|
"dependencies": {
|
|
3271
3271
|
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
3272
3272
|
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
@@ -3274,7 +3274,7 @@
|
|
|
3274
3274
|
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
3275
3275
|
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
|
|
3276
3276
|
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8",
|
|
3277
|
-
"parserapiv3": "npm:@asyncapi/parser@^3.0.
|
|
3277
|
+
"parserapiv3": "npm:@asyncapi/parser@^3.0.12"
|
|
3278
3278
|
}
|
|
3279
3279
|
},
|
|
3280
3280
|
"node_modules/@stoplight/json": {
|
|
@@ -4754,9 +4754,9 @@
|
|
|
4754
4754
|
}
|
|
4755
4755
|
},
|
|
4756
4756
|
"node_modules/builtins": {
|
|
4757
|
-
"version": "5.0
|
|
4758
|
-
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.
|
|
4759
|
-
"integrity": "sha512-
|
|
4757
|
+
"version": "5.1.0",
|
|
4758
|
+
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
|
|
4759
|
+
"integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
|
|
4760
4760
|
"dependencies": {
|
|
4761
4761
|
"semver": "^7.0.0"
|
|
4762
4762
|
}
|
|
@@ -5543,9 +5543,9 @@
|
|
|
5543
5543
|
}
|
|
5544
5544
|
},
|
|
5545
5545
|
"node_modules/dompurify": {
|
|
5546
|
-
"version": "2.
|
|
5547
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.
|
|
5548
|
-
"integrity": "sha512-
|
|
5546
|
+
"version": "2.5.0",
|
|
5547
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.0.tgz",
|
|
5548
|
+
"integrity": "sha512-5RXhAXSCrKTqt9pSbobT9PVRX+oPpENplTZqCiK1l0ya+ZOzwo9kqsGLbYRsAhzIiLCwKEy99XKSSrqnRTLVcw=="
|
|
5549
5549
|
},
|
|
5550
5550
|
"node_modules/dotenv": {
|
|
5551
5551
|
"version": "10.0.0",
|
|
@@ -9314,11 +9314,11 @@
|
|
|
9314
9314
|
},
|
|
9315
9315
|
"node_modules/parserapiv3": {
|
|
9316
9316
|
"name": "@asyncapi/parser",
|
|
9317
|
-
"version": "3.0.
|
|
9318
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
9319
|
-
"integrity": "sha512-
|
|
9317
|
+
"version": "3.0.13",
|
|
9318
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz",
|
|
9319
|
+
"integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==",
|
|
9320
9320
|
"dependencies": {
|
|
9321
|
-
"@asyncapi/specs": "^6.5.
|
|
9321
|
+
"@asyncapi/specs": "^6.5.6",
|
|
9322
9322
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
9323
9323
|
"@stoplight/json": "^3.20.2",
|
|
9324
9324
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -11095,9 +11095,9 @@
|
|
|
11095
11095
|
}
|
|
11096
11096
|
},
|
|
11097
11097
|
"node_modules/socks": {
|
|
11098
|
-
"version": "2.8.
|
|
11099
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.
|
|
11100
|
-
"integrity": "sha512-
|
|
11098
|
+
"version": "2.8.3",
|
|
11099
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
|
|
11100
|
+
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
11101
11101
|
"dependencies": {
|
|
11102
11102
|
"ip-address": "^9.0.5",
|
|
11103
11103
|
"smart-buffer": "^4.2.0"
|
|
@@ -12299,22 +12299,22 @@
|
|
|
12299
12299
|
}
|
|
12300
12300
|
},
|
|
12301
12301
|
"@asyncapi/avro-schema-parser": {
|
|
12302
|
-
"version": "3.0.
|
|
12303
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.
|
|
12304
|
-
"integrity": "sha512-
|
|
12302
|
+
"version": "3.0.20",
|
|
12303
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.20.tgz",
|
|
12304
|
+
"integrity": "sha512-VwXpuK5hlwikBlqgbYAhabOvN/suSqPljZ5xqw6Tq+zcay0duyLK+nKdBEGuae4uLsFricHmbsfgedTczP3YqQ==",
|
|
12305
12305
|
"requires": {
|
|
12306
|
-
"@asyncapi/parser": "^3.0.
|
|
12306
|
+
"@asyncapi/parser": "^3.0.12",
|
|
12307
12307
|
"@types/json-schema": "^7.0.11",
|
|
12308
12308
|
"avsc": "^5.7.6"
|
|
12309
12309
|
}
|
|
12310
12310
|
},
|
|
12311
12311
|
"@asyncapi/generator": {
|
|
12312
|
-
"version": "1.17.
|
|
12313
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.
|
|
12314
|
-
"integrity": "sha512-
|
|
12312
|
+
"version": "1.17.22",
|
|
12313
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.22.tgz",
|
|
12314
|
+
"integrity": "sha512-haG3eUP9xUt1dH9CC7XDkcadSX0a/os9N1FILWMH/NthQhuDCyVhAwQHN1IvsUHcmxym6TkI8uOLbGs/QH26OA==",
|
|
12315
12315
|
"requires": {
|
|
12316
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
12317
|
-
"@asyncapi/parser": "^3.0.
|
|
12316
|
+
"@asyncapi/generator-react-sdk": "^1.0.16",
|
|
12317
|
+
"@asyncapi/parser": "^3.0.13",
|
|
12318
12318
|
"@npmcli/arborist": "5.6.3",
|
|
12319
12319
|
"@smoya/multi-parser": "^5.0.0",
|
|
12320
12320
|
"ajv": "^8.12.0",
|
|
@@ -12358,11 +12358,11 @@
|
|
|
12358
12358
|
}
|
|
12359
12359
|
},
|
|
12360
12360
|
"@asyncapi/generator-react-sdk": {
|
|
12361
|
-
"version": "1.0.
|
|
12362
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.
|
|
12363
|
-
"integrity": "sha512-
|
|
12361
|
+
"version": "1.0.16",
|
|
12362
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.16.tgz",
|
|
12363
|
+
"integrity": "sha512-zmngpZpW3Xb9nGLLp7Q9g58EMLBIIDE6kRyUM2ISbh/zj9PTndsD+Ox7gonJ4TRuD9qYtlK+F12J1pVMXrAOUg==",
|
|
12364
12364
|
"requires": {
|
|
12365
|
-
"@asyncapi/parser": "^3.0.
|
|
12365
|
+
"@asyncapi/parser": "^3.0.12",
|
|
12366
12366
|
"@babel/core": "7.12.9",
|
|
12367
12367
|
"@babel/preset-env": "^7.12.7",
|
|
12368
12368
|
"@babel/preset-react": "^7.12.7",
|
|
@@ -12415,14 +12415,14 @@
|
|
|
12415
12415
|
}
|
|
12416
12416
|
},
|
|
12417
12417
|
"@asyncapi/glee": {
|
|
12418
|
-
"version": "0.36.
|
|
12419
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.
|
|
12420
|
-
"integrity": "sha512-
|
|
12418
|
+
"version": "0.36.17",
|
|
12419
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.17.tgz",
|
|
12420
|
+
"integrity": "sha512-Uwf4XqyaR5O1lf2D5uBZgU9d7DQBh2l9nyPPiHu7Bob7xmShlVEmDT20nRPXZw51azyjE9hLIO7nNmbWLdruug==",
|
|
12421
12421
|
"requires": {
|
|
12422
|
-
"@asyncapi/generator": "^1.17.
|
|
12423
|
-
"@asyncapi/html-template": "^2.3.
|
|
12422
|
+
"@asyncapi/generator": "^1.17.22",
|
|
12423
|
+
"@asyncapi/html-template": "^2.3.3",
|
|
12424
12424
|
"@asyncapi/markdown-template": "^1.5.0",
|
|
12425
|
-
"@asyncapi/parser": "^3.0.
|
|
12425
|
+
"@asyncapi/parser": "^3.0.13",
|
|
12426
12426
|
"@next/env": "^14.0.4",
|
|
12427
12427
|
"@types/jest": "^29.5.11",
|
|
12428
12428
|
"@types/qs": "^6.9.7",
|
|
@@ -12456,12 +12456,12 @@
|
|
|
12456
12456
|
}
|
|
12457
12457
|
},
|
|
12458
12458
|
"@asyncapi/html-template": {
|
|
12459
|
-
"version": "2.3.
|
|
12460
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.
|
|
12461
|
-
"integrity": "sha512-
|
|
12459
|
+
"version": "2.3.3",
|
|
12460
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.3.tgz",
|
|
12461
|
+
"integrity": "sha512-MHO8+c8D2SCAIk6Kb1d8DNpIKsIK1kPqXCr0p0SzTCYOPyr94GGkY8G4jA5s9Q1eK3wgP0Axn3MjuwXLGIPlsA==",
|
|
12462
12462
|
"requires": {
|
|
12463
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
12464
|
-
"@asyncapi/parser": "^3.0.
|
|
12463
|
+
"@asyncapi/generator-react-sdk": "^1.0.16",
|
|
12464
|
+
"@asyncapi/parser": "^3.0.13",
|
|
12465
12465
|
"@asyncapi/react-component": "^1.2.13",
|
|
12466
12466
|
"highlight.js": "10.7.3",
|
|
12467
12467
|
"puppeteer": "^14.1.0",
|
|
@@ -12481,11 +12481,11 @@
|
|
|
12481
12481
|
}
|
|
12482
12482
|
},
|
|
12483
12483
|
"@asyncapi/openapi-schema-parser": {
|
|
12484
|
-
"version": "3.0.
|
|
12485
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.
|
|
12486
|
-
"integrity": "sha512-
|
|
12484
|
+
"version": "3.0.20",
|
|
12485
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.20.tgz",
|
|
12486
|
+
"integrity": "sha512-WYooWN1oIxzOk5s5HUALxVIyF4C02OgA0xKxH9jR//qER5rRu98fvuzoziY1oiHrGkxLOCbWFvSliLTPEbkdbA==",
|
|
12487
12487
|
"requires": {
|
|
12488
|
-
"@asyncapi/parser": "^3.0.
|
|
12488
|
+
"@asyncapi/parser": "^3.0.12",
|
|
12489
12489
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
12490
12490
|
"ajv": "^8.11.0",
|
|
12491
12491
|
"ajv-errors": "^3.0.0",
|
|
@@ -12517,11 +12517,11 @@
|
|
|
12517
12517
|
}
|
|
12518
12518
|
},
|
|
12519
12519
|
"@asyncapi/parser": {
|
|
12520
|
-
"version": "3.0.
|
|
12521
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
12522
|
-
"integrity": "sha512-
|
|
12520
|
+
"version": "3.0.13",
|
|
12521
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz",
|
|
12522
|
+
"integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==",
|
|
12523
12523
|
"requires": {
|
|
12524
|
-
"@asyncapi/specs": "^6.5.
|
|
12524
|
+
"@asyncapi/specs": "^6.5.6",
|
|
12525
12525
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
12526
12526
|
"@stoplight/json": "^3.20.2",
|
|
12527
12527
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -12602,21 +12602,21 @@
|
|
|
12602
12602
|
}
|
|
12603
12603
|
},
|
|
12604
12604
|
"@asyncapi/protobuf-schema-parser": {
|
|
12605
|
-
"version": "3.2.
|
|
12606
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.
|
|
12607
|
-
"integrity": "sha512-
|
|
12605
|
+
"version": "3.2.11",
|
|
12606
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.11.tgz",
|
|
12607
|
+
"integrity": "sha512-zmN5Rb4OMuTKCFi1qWG2x+Q7gwk622jVRu3biAisHNjvJn80GtQwXB66tJ2FGhSfd9OcreU8sEfDKf+KzjqMAA==",
|
|
12608
12608
|
"requires": {
|
|
12609
|
-
"@asyncapi/parser": "^3.0.
|
|
12609
|
+
"@asyncapi/parser": "^3.0.13",
|
|
12610
12610
|
"@types/protocol-buffers-schema": "^3.4.1",
|
|
12611
12611
|
"protobufjs": "^7.2.6"
|
|
12612
12612
|
}
|
|
12613
12613
|
},
|
|
12614
12614
|
"@asyncapi/raml-dt-schema-parser": {
|
|
12615
|
-
"version": "4.0.
|
|
12616
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.
|
|
12617
|
-
"integrity": "sha512-
|
|
12615
|
+
"version": "4.0.21",
|
|
12616
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.21.tgz",
|
|
12617
|
+
"integrity": "sha512-c8WE6HTH1rQmMFZ/JPq5QSs+v248SL9+ztanh1nq4qN0r0i+lgxL8S0SmILgVyG8UH9m0tHPCpmb3OaLHFmJKQ==",
|
|
12618
12618
|
"requires": {
|
|
12619
|
-
"@asyncapi/parser": "^3.0.
|
|
12619
|
+
"@asyncapi/parser": "^3.0.13",
|
|
12620
12620
|
"js-yaml": "^4.1.0",
|
|
12621
12621
|
"ramldt2jsonschema": "^1.2.3",
|
|
12622
12622
|
"webapi-parser": "^0.5.0"
|
|
@@ -12633,13 +12633,13 @@
|
|
|
12633
12633
|
}
|
|
12634
12634
|
},
|
|
12635
12635
|
"@asyncapi/react-component": {
|
|
12636
|
-
"version": "1.4.
|
|
12637
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.
|
|
12638
|
-
"integrity": "sha512-
|
|
12636
|
+
"version": "1.4.5",
|
|
12637
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.5.tgz",
|
|
12638
|
+
"integrity": "sha512-5guGObR35AFyGAXc1+hkllZL64OEJFwAs6YJ8osvf7b8hBNMKhuC2AiekmMSUDwCoEH6YQKftzNsyjlk3++qyA==",
|
|
12639
12639
|
"requires": {
|
|
12640
12640
|
"@asyncapi/avro-schema-parser": "^3.0.19",
|
|
12641
12641
|
"@asyncapi/openapi-schema-parser": "^3.0.18",
|
|
12642
|
-
"@asyncapi/parser": "^3.0.
|
|
12642
|
+
"@asyncapi/parser": "^3.0.12",
|
|
12643
12643
|
"@asyncapi/protobuf-schema-parser": "^3.2.8",
|
|
12644
12644
|
"highlight.js": "^10.7.2",
|
|
12645
12645
|
"isomorphic-dompurify": "^0.13.0",
|
|
@@ -12649,9 +12649,9 @@
|
|
|
12649
12649
|
}
|
|
12650
12650
|
},
|
|
12651
12651
|
"@asyncapi/specs": {
|
|
12652
|
-
"version": "6.5.
|
|
12653
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.
|
|
12654
|
-
"integrity": "sha512-
|
|
12652
|
+
"version": "6.5.6",
|
|
12653
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz",
|
|
12654
|
+
"integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==",
|
|
12655
12655
|
"requires": {
|
|
12656
12656
|
"@types/json-schema": "^7.0.11"
|
|
12657
12657
|
}
|
|
@@ -14684,9 +14684,9 @@
|
|
|
14684
14684
|
"integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw=="
|
|
14685
14685
|
},
|
|
14686
14686
|
"@smoya/multi-parser": {
|
|
14687
|
-
"version": "5.0.
|
|
14688
|
-
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.
|
|
14689
|
-
"integrity": "sha512-
|
|
14687
|
+
"version": "5.0.5",
|
|
14688
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.5.tgz",
|
|
14689
|
+
"integrity": "sha512-xslTCMvNl5maGphjU6cWXsDKS7PZH+7yyAiuv4F2XBUOm4s3IcKfRIqnGAGgEgYm5fb/oZzq5Rv2kZMETyniuA==",
|
|
14690
14690
|
"requires": {
|
|
14691
14691
|
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
14692
14692
|
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
@@ -14694,7 +14694,7 @@
|
|
|
14694
14694
|
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
14695
14695
|
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
|
|
14696
14696
|
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8",
|
|
14697
|
-
"parserapiv3": "npm:@asyncapi/parser@^3.0.
|
|
14697
|
+
"parserapiv3": "npm:@asyncapi/parser@^3.0.12"
|
|
14698
14698
|
}
|
|
14699
14699
|
},
|
|
14700
14700
|
"@stoplight/json": {
|
|
@@ -15796,9 +15796,9 @@
|
|
|
15796
15796
|
}
|
|
15797
15797
|
},
|
|
15798
15798
|
"builtins": {
|
|
15799
|
-
"version": "5.0
|
|
15800
|
-
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.
|
|
15801
|
-
"integrity": "sha512-
|
|
15799
|
+
"version": "5.1.0",
|
|
15800
|
+
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
|
|
15801
|
+
"integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
|
|
15802
15802
|
"requires": {
|
|
15803
15803
|
"semver": "^7.0.0"
|
|
15804
15804
|
}
|
|
@@ -16366,9 +16366,9 @@
|
|
|
16366
16366
|
}
|
|
16367
16367
|
},
|
|
16368
16368
|
"dompurify": {
|
|
16369
|
-
"version": "2.
|
|
16370
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.
|
|
16371
|
-
"integrity": "sha512-
|
|
16369
|
+
"version": "2.5.0",
|
|
16370
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.0.tgz",
|
|
16371
|
+
"integrity": "sha512-5RXhAXSCrKTqt9pSbobT9PVRX+oPpENplTZqCiK1l0ya+ZOzwo9kqsGLbYRsAhzIiLCwKEy99XKSSrqnRTLVcw=="
|
|
16372
16372
|
},
|
|
16373
16373
|
"dotenv": {
|
|
16374
16374
|
"version": "10.0.0",
|
|
@@ -19197,11 +19197,11 @@
|
|
|
19197
19197
|
}
|
|
19198
19198
|
},
|
|
19199
19199
|
"parserapiv3": {
|
|
19200
|
-
"version": "npm:@asyncapi/parser@3.0.
|
|
19201
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
19202
|
-
"integrity": "sha512-
|
|
19200
|
+
"version": "npm:@asyncapi/parser@3.0.13",
|
|
19201
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz",
|
|
19202
|
+
"integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==",
|
|
19203
19203
|
"requires": {
|
|
19204
|
-
"@asyncapi/specs": "^6.5.
|
|
19204
|
+
"@asyncapi/specs": "^6.5.6",
|
|
19205
19205
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
19206
19206
|
"@stoplight/json": "^3.20.2",
|
|
19207
19207
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -20512,9 +20512,9 @@
|
|
|
20512
20512
|
}
|
|
20513
20513
|
},
|
|
20514
20514
|
"socks": {
|
|
20515
|
-
"version": "2.8.
|
|
20516
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.
|
|
20517
|
-
"integrity": "sha512-
|
|
20515
|
+
"version": "2.8.3",
|
|
20516
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
|
|
20517
|
+
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
20518
20518
|
"requires": {
|
|
20519
20519
|
"ip-address": "^9.0.5",
|
|
20520
20520
|
"smart-buffer": "^4.2.0"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@asyncapi/glee": "^0.36.
|
|
12
|
+
"@asyncapi/glee": "^0.36.17"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=14.15.1"
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@asyncapi/avro-schema-parser": {
|
|
41
|
-
"version": "3.0.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "3.0.20",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.20.tgz",
|
|
43
|
+
"integrity": "sha512-VwXpuK5hlwikBlqgbYAhabOvN/suSqPljZ5xqw6Tq+zcay0duyLK+nKdBEGuae4uLsFricHmbsfgedTczP3YqQ==",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@asyncapi/parser": "^3.0.
|
|
45
|
+
"@asyncapi/parser": "^3.0.12",
|
|
46
46
|
"@types/json-schema": "^7.0.11",
|
|
47
47
|
"avsc": "^5.7.6"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"node_modules/@asyncapi/generator": {
|
|
51
|
-
"version": "1.17.
|
|
52
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.
|
|
53
|
-
"integrity": "sha512-
|
|
51
|
+
"version": "1.17.22",
|
|
52
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.22.tgz",
|
|
53
|
+
"integrity": "sha512-haG3eUP9xUt1dH9CC7XDkcadSX0a/os9N1FILWMH/NthQhuDCyVhAwQHN1IvsUHcmxym6TkI8uOLbGs/QH26OA==",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
56
|
-
"@asyncapi/parser": "^3.0.
|
|
55
|
+
"@asyncapi/generator-react-sdk": "^1.0.16",
|
|
56
|
+
"@asyncapi/parser": "^3.0.13",
|
|
57
57
|
"@npmcli/arborist": "5.6.3",
|
|
58
58
|
"@smoya/multi-parser": "^5.0.0",
|
|
59
59
|
"ajv": "^8.12.0",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@asyncapi/generator-react-sdk": {
|
|
90
|
-
"version": "1.0.
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.
|
|
92
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "1.0.16",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.16.tgz",
|
|
92
|
+
"integrity": "sha512-zmngpZpW3Xb9nGLLp7Q9g58EMLBIIDE6kRyUM2ISbh/zj9PTndsD+Ox7gonJ4TRuD9qYtlK+F12J1pVMXrAOUg==",
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@asyncapi/parser": "^3.0.
|
|
94
|
+
"@asyncapi/parser": "^3.0.12",
|
|
95
95
|
"@babel/core": "7.12.9",
|
|
96
96
|
"@babel/preset-env": "^7.12.7",
|
|
97
97
|
"@babel/preset-react": "^7.12.7",
|
|
@@ -155,14 +155,14 @@
|
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"node_modules/@asyncapi/glee": {
|
|
158
|
-
"version": "0.36.
|
|
159
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.
|
|
160
|
-
"integrity": "sha512-
|
|
158
|
+
"version": "0.36.17",
|
|
159
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/glee/-/glee-0.36.17.tgz",
|
|
160
|
+
"integrity": "sha512-Uwf4XqyaR5O1lf2D5uBZgU9d7DQBh2l9nyPPiHu7Bob7xmShlVEmDT20nRPXZw51azyjE9hLIO7nNmbWLdruug==",
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@asyncapi/generator": "^1.17.
|
|
163
|
-
"@asyncapi/html-template": "^2.3.
|
|
162
|
+
"@asyncapi/generator": "^1.17.22",
|
|
163
|
+
"@asyncapi/html-template": "^2.3.3",
|
|
164
164
|
"@asyncapi/markdown-template": "^1.5.0",
|
|
165
|
-
"@asyncapi/parser": "^3.0.
|
|
165
|
+
"@asyncapi/parser": "^3.0.13",
|
|
166
166
|
"@next/env": "^14.0.4",
|
|
167
167
|
"@types/jest": "^29.5.11",
|
|
168
168
|
"@types/qs": "^6.9.7",
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"node_modules/@asyncapi/html-template": {
|
|
263
|
-
"version": "2.3.
|
|
264
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.
|
|
265
|
-
"integrity": "sha512-
|
|
263
|
+
"version": "2.3.3",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.3.tgz",
|
|
265
|
+
"integrity": "sha512-MHO8+c8D2SCAIk6Kb1d8DNpIKsIK1kPqXCr0p0SzTCYOPyr94GGkY8G4jA5s9Q1eK3wgP0Axn3MjuwXLGIPlsA==",
|
|
266
266
|
"dependencies": {
|
|
267
|
-
"@asyncapi/generator-react-sdk": "^1.0.
|
|
268
|
-
"@asyncapi/parser": "^3.0.
|
|
267
|
+
"@asyncapi/generator-react-sdk": "^1.0.16",
|
|
268
|
+
"@asyncapi/parser": "^3.0.13",
|
|
269
269
|
"@asyncapi/react-component": "^1.2.13",
|
|
270
270
|
"highlight.js": "10.7.3",
|
|
271
271
|
"puppeteer": "^14.1.0",
|
|
@@ -285,11 +285,11 @@
|
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"node_modules/@asyncapi/openapi-schema-parser": {
|
|
288
|
-
"version": "3.0.
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.
|
|
290
|
-
"integrity": "sha512-
|
|
288
|
+
"version": "3.0.20",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.20.tgz",
|
|
290
|
+
"integrity": "sha512-WYooWN1oIxzOk5s5HUALxVIyF4C02OgA0xKxH9jR//qER5rRu98fvuzoziY1oiHrGkxLOCbWFvSliLTPEbkdbA==",
|
|
291
291
|
"dependencies": {
|
|
292
|
-
"@asyncapi/parser": "^3.0.
|
|
292
|
+
"@asyncapi/parser": "^3.0.12",
|
|
293
293
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
294
294
|
"ajv": "^8.11.0",
|
|
295
295
|
"ajv-errors": "^3.0.0",
|
|
@@ -297,11 +297,11 @@
|
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"node_modules/@asyncapi/parser": {
|
|
300
|
-
"version": "3.0.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
302
|
-
"integrity": "sha512-
|
|
300
|
+
"version": "3.0.13",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz",
|
|
302
|
+
"integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==",
|
|
303
303
|
"dependencies": {
|
|
304
|
-
"@asyncapi/specs": "^6.5.
|
|
304
|
+
"@asyncapi/specs": "^6.5.6",
|
|
305
305
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
306
306
|
"@stoplight/json": "^3.20.2",
|
|
307
307
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -372,21 +372,21 @@
|
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
374
|
"node_modules/@asyncapi/protobuf-schema-parser": {
|
|
375
|
-
"version": "3.2.
|
|
376
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.
|
|
377
|
-
"integrity": "sha512-
|
|
375
|
+
"version": "3.2.11",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.11.tgz",
|
|
377
|
+
"integrity": "sha512-zmN5Rb4OMuTKCFi1qWG2x+Q7gwk622jVRu3biAisHNjvJn80GtQwXB66tJ2FGhSfd9OcreU8sEfDKf+KzjqMAA==",
|
|
378
378
|
"dependencies": {
|
|
379
|
-
"@asyncapi/parser": "^3.0.
|
|
379
|
+
"@asyncapi/parser": "^3.0.13",
|
|
380
380
|
"@types/protocol-buffers-schema": "^3.4.1",
|
|
381
381
|
"protobufjs": "^7.2.6"
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
"node_modules/@asyncapi/raml-dt-schema-parser": {
|
|
385
|
-
"version": "4.0.
|
|
386
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.
|
|
387
|
-
"integrity": "sha512-
|
|
385
|
+
"version": "4.0.21",
|
|
386
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.21.tgz",
|
|
387
|
+
"integrity": "sha512-c8WE6HTH1rQmMFZ/JPq5QSs+v248SL9+ztanh1nq4qN0r0i+lgxL8S0SmILgVyG8UH9m0tHPCpmb3OaLHFmJKQ==",
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@asyncapi/parser": "^3.0.
|
|
389
|
+
"@asyncapi/parser": "^3.0.13",
|
|
390
390
|
"js-yaml": "^4.1.0",
|
|
391
391
|
"ramldt2jsonschema": "^1.2.3",
|
|
392
392
|
"webapi-parser": "^0.5.0"
|
|
@@ -404,13 +404,13 @@
|
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
"node_modules/@asyncapi/react-component": {
|
|
407
|
-
"version": "1.4.
|
|
408
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.
|
|
409
|
-
"integrity": "sha512-
|
|
407
|
+
"version": "1.4.5",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.4.5.tgz",
|
|
409
|
+
"integrity": "sha512-5guGObR35AFyGAXc1+hkllZL64OEJFwAs6YJ8osvf7b8hBNMKhuC2AiekmMSUDwCoEH6YQKftzNsyjlk3++qyA==",
|
|
410
410
|
"dependencies": {
|
|
411
411
|
"@asyncapi/avro-schema-parser": "^3.0.19",
|
|
412
412
|
"@asyncapi/openapi-schema-parser": "^3.0.18",
|
|
413
|
-
"@asyncapi/parser": "^3.0.
|
|
413
|
+
"@asyncapi/parser": "^3.0.12",
|
|
414
414
|
"@asyncapi/protobuf-schema-parser": "^3.2.8",
|
|
415
415
|
"highlight.js": "^10.7.2",
|
|
416
416
|
"isomorphic-dompurify": "^0.13.0",
|
|
@@ -424,9 +424,9 @@
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
"node_modules/@asyncapi/specs": {
|
|
427
|
-
"version": "6.5.
|
|
428
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.
|
|
429
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "6.5.6",
|
|
428
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.6.tgz",
|
|
429
|
+
"integrity": "sha512-TI3OIY0UFf7wPyjV9GjKqL6C4YJ0xOJ7wX33sxVqCf0XXIq4otGHa1XiBcCUAgdbMlO7b8jsFRxuUsVXCsYDVQ==",
|
|
430
430
|
"dependencies": {
|
|
431
431
|
"@types/json-schema": "^7.0.11"
|
|
432
432
|
}
|
|
@@ -3327,9 +3327,9 @@
|
|
|
3327
3327
|
}
|
|
3328
3328
|
},
|
|
3329
3329
|
"node_modules/@smoya/multi-parser": {
|
|
3330
|
-
"version": "5.0.
|
|
3331
|
-
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.
|
|
3332
|
-
"integrity": "sha512-
|
|
3330
|
+
"version": "5.0.5",
|
|
3331
|
+
"resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-5.0.5.tgz",
|
|
3332
|
+
"integrity": "sha512-xslTCMvNl5maGphjU6cWXsDKS7PZH+7yyAiuv4F2XBUOm4s3IcKfRIqnGAGgEgYm5fb/oZzq5Rv2kZMETyniuA==",
|
|
3333
3333
|
"dependencies": {
|
|
3334
3334
|
"@asyncapi/avro-schema-parser": "^3.0.3",
|
|
3335
3335
|
"@asyncapi/openapi-schema-parser": "^3.0.4",
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
"@asyncapi/raml-dt-schema-parser": "^4.0.4",
|
|
3338
3338
|
"parserapiv1": "npm:@asyncapi/parser@^2.1.0",
|
|
3339
3339
|
"parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8",
|
|
3340
|
-
"parserapiv3": "npm:@asyncapi/parser@^3.0.
|
|
3340
|
+
"parserapiv3": "npm:@asyncapi/parser@^3.0.12"
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
3343
|
"node_modules/@socket.io/component-emitter": {
|
|
@@ -4757,9 +4757,9 @@
|
|
|
4757
4757
|
}
|
|
4758
4758
|
},
|
|
4759
4759
|
"node_modules/builtins": {
|
|
4760
|
-
"version": "5.0
|
|
4761
|
-
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.
|
|
4762
|
-
"integrity": "sha512-
|
|
4760
|
+
"version": "5.1.0",
|
|
4761
|
+
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.1.0.tgz",
|
|
4762
|
+
"integrity": "sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==",
|
|
4763
4763
|
"dependencies": {
|
|
4764
4764
|
"semver": "^7.0.0"
|
|
4765
4765
|
}
|
|
@@ -5582,9 +5582,9 @@
|
|
|
5582
5582
|
}
|
|
5583
5583
|
},
|
|
5584
5584
|
"node_modules/dompurify": {
|
|
5585
|
-
"version": "2.
|
|
5586
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.
|
|
5587
|
-
"integrity": "sha512-
|
|
5585
|
+
"version": "2.5.0",
|
|
5586
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.0.tgz",
|
|
5587
|
+
"integrity": "sha512-5RXhAXSCrKTqt9pSbobT9PVRX+oPpENplTZqCiK1l0ya+ZOzwo9kqsGLbYRsAhzIiLCwKEy99XKSSrqnRTLVcw=="
|
|
5588
5588
|
},
|
|
5589
5589
|
"node_modules/dotenv": {
|
|
5590
5590
|
"version": "10.0.0",
|
|
@@ -9567,11 +9567,11 @@
|
|
|
9567
9567
|
},
|
|
9568
9568
|
"node_modules/parserapiv3": {
|
|
9569
9569
|
"name": "@asyncapi/parser",
|
|
9570
|
-
"version": "3.0.
|
|
9571
|
-
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.
|
|
9572
|
-
"integrity": "sha512-
|
|
9570
|
+
"version": "3.0.13",
|
|
9571
|
+
"resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.13.tgz",
|
|
9572
|
+
"integrity": "sha512-ULNVAsfdLJJJeBDCAWGfleEzmkKJCWcZaYzhTIrqccJa6yZvWrMPLGMYhJhBkdczDxjtdi0iqMmxEy2GC36mUA==",
|
|
9573
9573
|
"dependencies": {
|
|
9574
|
-
"@asyncapi/specs": "^6.5.
|
|
9574
|
+
"@asyncapi/specs": "^6.5.6",
|
|
9575
9575
|
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
|
|
9576
9576
|
"@stoplight/json": "^3.20.2",
|
|
9577
9577
|
"@stoplight/json-ref-readers": "^1.2.2",
|
|
@@ -11274,9 +11274,9 @@
|
|
|
11274
11274
|
}
|
|
11275
11275
|
},
|
|
11276
11276
|
"node_modules/socks": {
|
|
11277
|
-
"version": "2.8.
|
|
11278
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.
|
|
11279
|
-
"integrity": "sha512-
|
|
11277
|
+
"version": "2.8.3",
|
|
11278
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
|
|
11279
|
+
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
11280
11280
|
"dependencies": {
|
|
11281
11281
|
"ip-address": "^9.0.5",
|
|
11282
11282
|
"smart-buffer": "^4.2.0"
|
package/lib/commands/diff.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export default class Diff extends Command {
|
|
|
5
5
|
static flags: {
|
|
6
6
|
'log-diagnostics': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
7
7
|
'diagnostics-format': import("@oclif/core/lib/interfaces").OptionFlag<import("@stoplight/spectral-cli/dist/services/config").OutputFormat>;
|
|
8
|
-
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<import("../parser").
|
|
8
|
+
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<import("../parser").SeverityKind>;
|
|
9
9
|
help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
|
|
10
10
|
format: import("@oclif/core/lib/interfaces").OptionFlag<string>;
|
|
11
11
|
type: import("@oclif/core/lib/interfaces").OptionFlag<string>;
|
|
@@ -15,7 +15,7 @@ export default class Models extends Command {
|
|
|
15
15
|
static flags: {
|
|
16
16
|
'log-diagnostics': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
17
17
|
'diagnostics-format': import("@oclif/core/lib/interfaces").OptionFlag<import("@stoplight/spectral-cli/dist/services/config").OutputFormat>;
|
|
18
|
-
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<import("../../parser").
|
|
18
|
+
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<import("../../parser").SeverityKind>;
|
|
19
19
|
help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
|
|
20
20
|
output: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>;
|
|
21
21
|
/**
|
|
@@ -4,7 +4,7 @@ export default class Validate extends Command {
|
|
|
4
4
|
static flags: {
|
|
5
5
|
'log-diagnostics': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
6
6
|
'diagnostics-format': import("@oclif/core/lib/interfaces").OptionFlag<import("@stoplight/spectral-cli/dist/services/config").OutputFormat>;
|
|
7
|
-
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<import("../parser").
|
|
7
|
+
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<import("../parser").SeverityKind>;
|
|
8
8
|
help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
|
|
9
9
|
watch: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
10
10
|
};
|
package/lib/commands/validate.js
CHANGED
|
@@ -19,7 +19,7 @@ class Validate extends base_1.default {
|
|
|
19
19
|
}
|
|
20
20
|
const result = yield (0, parser_1.validate)(this, this.specFile, flags);
|
|
21
21
|
this.metricsMetadata.validation_result = result;
|
|
22
|
-
if (result ===
|
|
22
|
+
if (result === parser_1.ValidationStatus.INVALID) {
|
|
23
23
|
process.exitCode = 1;
|
|
24
24
|
}
|
|
25
25
|
});
|
package/lib/parser.d.ts
CHANGED
|
@@ -3,20 +3,24 @@ import { OutputFormat } from '@stoplight/spectral-cli/dist/services/config';
|
|
|
3
3
|
import type { Diagnostic } from '@asyncapi/parser/cjs';
|
|
4
4
|
import type Command from './base';
|
|
5
5
|
import type { Specification } from './models/SpecificationFile';
|
|
6
|
-
export declare type
|
|
6
|
+
export declare type SeverityKind = 'error' | 'warn' | 'info' | 'hint';
|
|
7
7
|
export { convertToOldAPI };
|
|
8
8
|
export interface ValidationFlagsOptions {
|
|
9
9
|
logDiagnostics?: boolean;
|
|
10
10
|
}
|
|
11
|
+
export declare enum ValidationStatus {
|
|
12
|
+
INVALID = "invalid",
|
|
13
|
+
VALID = "valid"
|
|
14
|
+
}
|
|
11
15
|
export declare function validationFlags({ logDiagnostics }?: ValidationFlagsOptions): {
|
|
12
16
|
'log-diagnostics': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
13
17
|
'diagnostics-format': import("@oclif/core/lib/interfaces").OptionFlag<OutputFormat>;
|
|
14
|
-
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<
|
|
18
|
+
'fail-severity': import("@oclif/core/lib/interfaces").OptionFlag<SeverityKind>;
|
|
15
19
|
};
|
|
16
20
|
interface ValidateOptions {
|
|
17
21
|
'log-diagnostics'?: boolean;
|
|
18
22
|
'diagnostics-format'?: `${OutputFormat}`;
|
|
19
|
-
'fail-severity'?:
|
|
23
|
+
'fail-severity'?: SeverityKind;
|
|
20
24
|
}
|
|
21
25
|
export declare function validate(command: Command, specFile: Specification, options?: ValidateOptions): Promise<"valid" | "invalid">;
|
|
22
26
|
export declare function parse(command: Command, specFile: Specification, options?: ValidateOptions): Promise<{
|
|
@@ -24,4 +28,4 @@ export declare function parse(command: Command, specFile: Specification, options
|
|
|
24
28
|
diagnostics: import("@stoplight/spectral-core").ISpectralDiagnostic[];
|
|
25
29
|
status: "valid" | "invalid";
|
|
26
30
|
}>;
|
|
27
|
-
export declare function formatOutput(diagnostics: Diagnostic[], format: `${OutputFormat}`, failSeverity:
|
|
31
|
+
export declare function formatOutput(diagnostics: Diagnostic[], format: `${OutputFormat}`, failSeverity: SeverityKind): string;
|
package/lib/parser.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.formatOutput = exports.parse = exports.validate = exports.validationFlags = exports.convertToOldAPI = void 0;
|
|
3
|
+
exports.formatOutput = exports.parse = exports.validate = exports.validationFlags = exports.ValidationStatus = exports.convertToOldAPI = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const avro_schema_parser_1 = require("@asyncapi/avro-schema-parser");
|
|
6
6
|
const openapi_schema_parser_1 = require("@asyncapi/openapi-schema-parser");
|
|
@@ -23,6 +23,11 @@ parser.registerSchemaParser((0, avro_schema_parser_1.AvroSchemaParser)());
|
|
|
23
23
|
parser.registerSchemaParser((0, openapi_schema_parser_1.OpenAPISchemaParser)());
|
|
24
24
|
parser.registerSchemaParser((0, raml_dt_schema_parser_1.RamlDTSchemaParser)());
|
|
25
25
|
parser.registerSchemaParser((0, protobuf_schema_parser_1.ProtoBuffSchemaParser)());
|
|
26
|
+
var ValidationStatus;
|
|
27
|
+
(function (ValidationStatus) {
|
|
28
|
+
ValidationStatus["INVALID"] = "invalid";
|
|
29
|
+
ValidationStatus["VALID"] = "valid";
|
|
30
|
+
})(ValidationStatus = exports.ValidationStatus || (exports.ValidationStatus = {}));
|
|
26
31
|
function validationFlags({ logDiagnostics = true } = {}) {
|
|
27
32
|
return {
|
|
28
33
|
'log-diagnostics': core_1.Flags.boolean({
|
|
@@ -70,7 +75,7 @@ function logDiagnostics(diagnostics, command, specFile, options = {}) {
|
|
|
70
75
|
command.logToStderr(`\n${sourceString} and/or referenced documents have governance issues.`);
|
|
71
76
|
command.logToStderr(formatOutput(diagnostics, diagnosticsFormat, failSeverity));
|
|
72
77
|
}
|
|
73
|
-
return
|
|
78
|
+
return ValidationStatus.INVALID;
|
|
74
79
|
}
|
|
75
80
|
if (logDiagnostics) {
|
|
76
81
|
command.log(`\n${sourceString} is valid but has (itself and/or referenced documents) governance issues.`);
|
|
@@ -80,7 +85,7 @@ function logDiagnostics(diagnostics, command, specFile, options = {}) {
|
|
|
80
85
|
else if (logDiagnostics) {
|
|
81
86
|
command.log(`\n${sourceString} is valid! ${sourceString} and referenced documents don't have governance issues.`);
|
|
82
87
|
}
|
|
83
|
-
return
|
|
88
|
+
return ValidationStatus.VALID;
|
|
84
89
|
}
|
|
85
90
|
function formatOutput(diagnostics, format, failSeverity) {
|
|
86
91
|
const options = { failSeverity: (0, spectral_core_1.getDiagnosticSeverity)(failSeverity) };
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/cli",
|
|
3
3
|
"description": "All in one CLI for all AsyncAPI tools",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.3",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run_bin"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/asyncapi/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@asyncapi/avro-schema-parser": "^3.0.
|
|
11
|
+
"@asyncapi/avro-schema-parser": "^3.0.21",
|
|
12
12
|
"@asyncapi/bundler": "^0.4.0",
|
|
13
|
-
"@asyncapi/converter": "^1.4.
|
|
13
|
+
"@asyncapi/converter": "^1.4.18",
|
|
14
14
|
"@asyncapi/diff": "^0.4.1",
|
|
15
|
-
"@asyncapi/generator": "^1.17.
|
|
15
|
+
"@asyncapi/generator": "^1.17.22",
|
|
16
16
|
"@asyncapi/modelina": "^3.4.5",
|
|
17
|
-
"@asyncapi/openapi-schema-parser": "^3.0.
|
|
17
|
+
"@asyncapi/openapi-schema-parser": "^3.0.21",
|
|
18
18
|
"@asyncapi/optimizer": "^0.2.7",
|
|
19
|
-
"@asyncapi/parser": "^3.0.
|
|
20
|
-
"@asyncapi/protobuf-schema-parser": "^3.2.
|
|
19
|
+
"@asyncapi/parser": "^3.0.13",
|
|
20
|
+
"@asyncapi/protobuf-schema-parser": "^3.2.11",
|
|
21
21
|
"@asyncapi/raml-dt-schema-parser": "^4.0.14",
|
|
22
22
|
"@asyncapi/studio": "^0.20.0",
|
|
23
23
|
"@oclif/core": "^1.26.2",
|
|
24
24
|
"@oclif/errors": "^1.3.6",
|
|
25
25
|
"@oclif/plugin-not-found": "^2.3.22",
|
|
26
26
|
"@smoya/asyncapi-adoption-metrics": "^2.4.4",
|
|
27
|
-
"@smoya/multi-parser": "^5.0.
|
|
27
|
+
"@smoya/multi-parser": "^5.0.6",
|
|
28
28
|
"@stoplight/spectral-cli": "6.9.0",
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"chalk": "^4.1.0",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
|
|
142
142
|
"dev": "tsc --watch",
|
|
143
143
|
"docker:build": "docker build -t asyncapi/cli:latest .",
|
|
144
|
-
"generate:readme:create": "
|
|
144
|
+
"generate:readme:create": "node -e \"const fs = require('fs'); fs.writeFileSync('scripts/README.md', '# Usage\\n\\n<!-- usage -->\\n\\n# Commands\\n\\n<!-- commands -->\\n');\"",
|
|
145
145
|
"generate:readme:commands": "npm run build && cd scripts && cross-env DEBUG=* oclif readme",
|
|
146
146
|
"generate:assets": "npm run generate:readme:toc && npm run generate:commands",
|
|
147
147
|
"generate:commands": "npm run generate:readme:create && npm run generate:readme:commands && node ./scripts/updateUsageDocs.js && rimraf ./scripts/README.md",
|