Skip to content

Commit

Permalink
chore: change old dependencies with new ones
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Eroglu <[email protected]>
  • Loading branch information
hasanheroglu committed Jul 5, 2024
1 parent 7ff91fa commit 92aea00
Show file tree
Hide file tree
Showing 29 changed files with 2,373 additions and 13,854 deletions.
4 changes: 1 addition & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ package-lock.json
**/dist
coverage
.nyc_output
**/out
packages/td_to_openapi/examples/openapi.yaml
packages/td_to_asyncapi/examples/asyncapi.yaml
**/out
4 changes: 2 additions & 2 deletions packages/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const assertMergeResults = require("@thing-description-playground/assertions").m
const assertCheckCoverage = require("@thing-description-playground/assertions").checkCoverage;
const assertResultsToCsv = require("@thing-description-playground/assertions").resultsToCsv;
const { addDefaults, removeDefaults } = require("@thing-description-playground/defaults");
const tdToOAP = require("@thing-description-playground/td_to_openapi");
const tdToAAP = require("@thing-description-playground/td_to_asyncapi");
const tdToOAP = require("@thingweb/open-api-converter");
const tdToAAP = require("@thingweb/async-api-converter");
const commander = require("commander");
const EventEmitter = require("events");
const cliProgress = require("cli-progress");
Expand Down
2,428 changes: 2,225 additions & 203 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@thing-description-playground/assertions": "^1.5.0",
"@thing-description-playground/core": "^1.4.0",
"@thing-description-playground/defaults": "^1.4.0",
"@thing-description-playground/td_to_asyncapi": "^1.1.1",
"@thing-description-playground/td_to_openapi": "^1.3.1",
"@thingweb/async-api-converter": "^1.0.0",
"@thingweb/open-api-converter": "^1.0.0",
"cli-progress": "^3.11.2",
"commander": "^9.4.0",
"junit-report-builder": "^3.0.1"
Expand Down
4 changes: 0 additions & 4 deletions packages/td_to_asyncapi/.editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions packages/td_to_asyncapi/.npmignore

This file was deleted.

70 changes: 0 additions & 70 deletions packages/td_to_asyncapi/README.md

This file was deleted.

69 changes: 0 additions & 69 deletions packages/td_to_asyncapi/eslint-results.sarif

This file was deleted.

148 changes: 0 additions & 148 deletions packages/td_to_asyncapi/examples/asyncapi.json

This file was deleted.

Loading

0 comments on commit 92aea00

Please sign in to comment.