@control-api/users-ddb
Advanced tools
Comparing version 1.0.4 to 1.0.5
export * from './get-user-by-email'; | ||
export * from './get-user-by-id'; |
@@ -18,2 +18,15 @@ "use strict"; | ||
}); | ||
}); | ||
var _getUserById = require("./get-user-by-id"); | ||
Object.keys(_getUserById).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _getUserById[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _getUserById[key]; | ||
} | ||
}); | ||
}); |
{ | ||
"name": "@control-api/users-ddb", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "lib/", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
export * from './get-user-by-email'; | ||
export * from './get-user-by-id'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107229
29
321