@asyncapi/cli 1.5.10 → 1.5.12
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.
|
@@ -7248,9 +7248,9 @@
|
|
|
7248
7248
|
}
|
|
7249
7249
|
},
|
|
7250
7250
|
"node_modules/ip": {
|
|
7251
|
-
"version": "2.0.
|
|
7252
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.
|
|
7253
|
-
"integrity": "sha512-
|
|
7251
|
+
"version": "2.0.1",
|
|
7252
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
|
7253
|
+
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
|
|
7254
7254
|
},
|
|
7255
7255
|
"node_modules/is-array-buffer": {
|
|
7256
7256
|
"version": "3.0.2",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asyncapi/cli",
|
|
3
3
|
"description": "All in one CLI for all AsyncAPI tools",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.12",
|
|
5
5
|
"author": "@asyncapi",
|
|
6
6
|
"bin": {
|
|
7
7
|
"asyncapi": "./bin/run"
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"@asyncapi/converter": "^1.4.11",
|
|
14
14
|
"@asyncapi/diff": "^0.4.1",
|
|
15
15
|
"@asyncapi/generator": "^1.17.6",
|
|
16
|
-
"@asyncapi/modelina": "^3.3.
|
|
16
|
+
"@asyncapi/modelina": "^3.3.3",
|
|
17
17
|
"@asyncapi/openapi-schema-parser": "^3.0.12",
|
|
18
18
|
"@asyncapi/optimizer": "^0.2.7",
|
|
19
|
-
"@asyncapi/parser": "^3.0.
|
|
19
|
+
"@asyncapi/parser": "^3.0.7",
|
|
20
20
|
"@asyncapi/protobuf-schema-parser": "^3.2.1",
|
|
21
21
|
"@asyncapi/raml-dt-schema-parser": "^4.0.14",
|
|
22
22
|
"@asyncapi/studio": "^0.20.0",
|