Skip to content

Commit

Permalink
fix: update @asyncapi/optimizer to 0.2.0 version (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Jul 31, 2023
1 parent 94790a8 commit 07425a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 61 deletions.
72 changes: 15 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@asyncapi/generator": "^1.10.10",
"@asyncapi/modelina": "^1.8.6",
"@asyncapi/openapi-schema-parser": "^3.0.3",
"@asyncapi/optimizer": "^0.1.18",
"@asyncapi/optimizer": "^0.2.0",
"@asyncapi/parser": "^2.0.3",
"@asyncapi/raml-dt-schema-parser": "^4.0.3",
"@asyncapi/studio": "^0.17.3",
Expand All @@ -29,6 +29,7 @@
"fs-extra": "^11.1.0",
"indent-string": "^4.0.0",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"lodash.template": "^4.4.0",
"node-fetch": "^2.0.0",
"oclif": "^3.7.3",
Expand All @@ -39,8 +40,7 @@
"strip-ansi": "^6.0.0",
"unzipper": "^0.10.11",
"wrap-ansi": "^4.0.0",
"ws": "^8.2.3",
"js-yaml": "^4.1.0"
"ws": "^8.2.3"
},
"devDependencies": {
"@asyncapi/minimaltemplate": "./test/minimaltemplate",
Expand All @@ -53,6 +53,7 @@
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^8.1.3",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash.template": "^4.4.4",
"@types/node": "^10.17.60",
"@types/node-fetch": "^2.5.12",
Expand All @@ -62,7 +63,6 @@
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@types/js-yaml": "^4.0.5",
"acorn": "^8.5.0",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit 07425a3

Please sign in to comment.