Skip to content

Commit

Permalink
fix(refs): better disambiguate dobj reference names
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Jul 14, 2024
1 parent 9d2b2c4 commit 3ef9df4
Show file tree
Hide file tree
Showing 6 changed files with 416 additions and 127 deletions.
251 changes: 216 additions & 35 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"postinstall": "[ -d .git ] && npx husky install || exit 0"
},
"dependencies": {
"@ehmpathy/error-fns": "1.0.2",
"@ehmpathy/error-fns": "1.3.1",
"@oclif/core": "3.26.6",
"@oclif/plugin-help": "6.0.22",
"chalk": "2.4.2",
"change-case": "4.1.1",
"domain-objects": "0.20.0",
"domain-objects": "0.21.6",
"domain-objects-metadata": "0.7.3",
"fast-glob": "3.2.2",
"joi": "17.4.0",
Expand Down
Loading

0 comments on commit 3ef9df4

Please sign in to comment.