0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00

chore: update @verdaccio/types to 3.3.2

This commit is contained in:
Juan Picado @jotadeveloper 2018-07-16 07:20:11 +02:00
parent 61e33f0a30
commit 6f33876587
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 8 additions and 4 deletions

View file

@ -52,7 +52,7 @@
"devDependencies": {
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@verdaccio/types": "3.3.0",
"@verdaccio/types": "3.3.2",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",

View file

@ -21,6 +21,10 @@ class ExampleAuthPlugin implements IPluginAuth {
this.logger = options.logger;
}
adduser(user: string, password: string, cb: verdaccio$Callback): void {
cb();
}
authenticate(user: string, password: string, cb: verdaccio$Callback): void {
cb();
}

View file

@ -234,9 +234,9 @@
version "1.0.0"
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-1.0.0.tgz#d5d24c6747208728b9fd16b908e3932c3fb1f864"
"@verdaccio/types@3.3.0":
version "3.3.0"
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-3.3.0.tgz#339b61ef29b645fcbda129aa8cba3c773bf93a82"
"@verdaccio/types@3.3.2":
version "3.3.2"
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-3.3.2.tgz#1210ab1726055e4f2c5d1d4bae835c76e739ce70"
"@webassemblyjs/ast@1.5.9":
version "1.5.9"