Compare commits

..

No commits in common. "5f7740c2b1f89353dbf1b43f17d9b239f83f598c" and "114cbf55717675eab455e2a1e5522aa8cd0717da" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ class AuthLoader {
canonicalID: joi.string().required(),
shortid: joi.string().regex(/^[0-9]{12}$/).required(),
keys: this._joiKeysValidator,
source: joi.string(),
// backward-compat
users: joi.array(),
})

View File

@ -3,7 +3,7 @@
"engines": {
"node": ">=6.9.5"
},
"version": "1.0.1-zenko",
"version": "1.0.0-zenko",
"description": "Common utilities for the S3 project components",
"main": "index.js",
"repository": {