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:
parent
61e33f0a30
commit
6f33876587
3 changed files with 8 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "6.1.3",
|
"@commitlint/cli": "6.1.3",
|
||||||
"@commitlint/config-conventional": "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-cli": "6.26.0",
|
||||||
"babel-core": "6.26.0",
|
"babel-core": "6.26.0",
|
||||||
"babel-eslint": "8.2.2",
|
"babel-eslint": "8.2.2",
|
||||||
|
|
|
@ -21,6 +21,10 @@ class ExampleAuthPlugin implements IPluginAuth {
|
||||||
this.logger = options.logger;
|
this.logger = options.logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
adduser(user: string, password: string, cb: verdaccio$Callback): void {
|
||||||
|
cb();
|
||||||
|
}
|
||||||
|
|
||||||
authenticate(user: string, password: string, cb: verdaccio$Callback): void {
|
authenticate(user: string, password: string, cb: verdaccio$Callback): void {
|
||||||
cb();
|
cb();
|
||||||
}
|
}
|
||||||
|
|
|
@ -234,9 +234,9 @@
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-1.0.0.tgz#d5d24c6747208728b9fd16b908e3932c3fb1f864"
|
resolved "https://registry.npmjs.org/@verdaccio/streams/-/streams-1.0.0.tgz#d5d24c6747208728b9fd16b908e3932c3fb1f864"
|
||||||
|
|
||||||
"@verdaccio/types@3.3.0":
|
"@verdaccio/types@3.3.2":
|
||||||
version "3.3.0"
|
version "3.3.2"
|
||||||
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-3.3.0.tgz#339b61ef29b645fcbda129aa8cba3c773bf93a82"
|
resolved "https://registry.npmjs.org/@verdaccio/types/-/types-3.3.2.tgz#1210ab1726055e4f2c5d1d4bae835c76e739ce70"
|
||||||
|
|
||||||
"@webassemblyjs/ast@1.5.9":
|
"@webassemblyjs/ast@1.5.9":
|
||||||
version "1.5.9"
|
version "1.5.9"
|
||||||
|
|
Loading…
Add table
Reference in a new issue