Compare commits

..

No commits in common. '7f2f2c6de72bf8fe32e07419807986d0b490d14e' and 'd2a45fadf775c92fe7ff107fb5fc6dc700542610' have entirely different histories.

@ -147,8 +147,7 @@ module.exports = function (modules) {
if (!cache.has(moduleID)) {
cache.set(moduleID, {
... baseContext,
// NOTE: Module context initialization gets access to the baseContext, for user-level overrides (eg. passing in transaction objects for a query)
... contextFactories.get(moduleID)(baseContext)
... contextFactories.get(moduleID)()
});
}

@ -1,6 +1,6 @@
{
"name": "dlayer",
"version": "0.2.2",
"version": "0.2.1",
"main": "index.js",
"repository": "https://git.cryto.net/joepie91/dlayer.git",
"author": "Sven Slootweg <admin@cryto.net>",

Loading…
Cancel
Save