Skip to content

Commit

Permalink
fix: include uuid as a dependency in material-management (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Feb 3, 2025
1 parent 886eba3 commit dee213b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/material-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"dependencies": {
"asn1.js": "^5.3.0",
"bn.js": "^5.1.1",
"tslib": "^2.2.0"
"tslib": "^2.2.0",
"uuid": "^10.0.0"
},
"sideEffects": false,
"main": "./build/main/src/index.js",
Expand Down
16 changes: 15 additions & 1 deletion package-lock.json

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

0 comments on commit dee213b

Please sign in to comment.