Skip to content

Commit

Permalink
Feature/Add correlation id to json output (#10)
Browse files Browse the repository at this point in the history
* feat: add correlation id to json output

* chore: update package-lock

* fix: always

* fix: correct version bumps

* chore: patch bumped package

* Update packages/node/src/jsonLayout.ts

Co-authored-by: Timo Notheisen <[email protected]>

* chore: apply PR comment

* chore: apply PR comment

* chore: rebuild package lock

---------

Co-authored-by: Julian König <[email protected]>
Co-authored-by: Timo Notheisen <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent 83100e7 commit ab67c8d
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 5,025 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"editor.formatOnPaste": true,
"files.autoSave": "off",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "always"
},
"files.eol": "\n",
"todo-tree.filtering.excludeGlobs": [
Expand Down
Loading

0 comments on commit ab67c8d

Please sign in to comment.