Skip to content

Commit 5f70be9

Browse files
committed
refactor: rename trace() to executionTrace() and create common models and internal utils
1 parent fd38e11 commit 5f70be9

25 files changed

Lines changed: 97 additions & 118 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepublishOnly": "npm run build",
2121
"prepare": "npm audit",
2222
"commitlint": "commitlint --edit",
23-
"generate-barrels": "barrelsby --directory src --recursive --delete --exclude \"common\" --exclude \"\\\\.spec\\\\.ts$\" --singleQuotes"
23+
"generate-barrels": "barrelsby --directory src --recursive --delete --exclude \"common/utils\" --exclude \"\\\\.spec\\\\.ts$\" --singleQuotes"
2424
},
2525
"repository": {
2626
"type": "git",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)