Feat(modules-sdk,inventory,stock-location): modules isolated connection (#3329)

* feat: scoped container for modules
This commit is contained in:
Carlos R. L. Rodrigues
2023-03-15 12:09:45 -03:00
committed by GitHub
parent 8e78c533c4
commit 77d46220c2
65 changed files with 1116 additions and 1011 deletions
+1 -6
View File
@@ -20,16 +20,11 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
"dependencies": {
"joi": "^17.3.0",
"joi-objectid": "^3.0.1"
},
"dependencies": {},
"gitHead": "a69b1e85be1da3b1b5bc4c5446471252623c8808"
}