Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Flow-typed upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Oct 26, 2019
1 parent d83001d commit 2d1bac6
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 87 deletions.
177 changes: 100 additions & 77 deletions flow-typed/npm/@hapi/joi_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 629d21fa128c4a6849e98436f6bd1e4f
// flow-typed version: <<STUB>>/@hapi/joi_v^15.1.0/flow_v0.105.1
// flow-typed signature: e64bacd5332046c3b06a4833fba928c5
// flow-typed version: <<STUB>>/@hapi/joi_v^16.1.7/flow_v0.110.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,19 +22,47 @@ declare module '@hapi/joi' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@hapi/joi/lib/cast' {
declare module '@hapi/joi/dist/joi-browser.min' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/base' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/cache' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/common' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/compile' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/errors' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/extend' {
declare module.exports: any;
}

declare module '@hapi/joi/lib' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/language' {
declare module '@hapi/joi/lib/manifest' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/messages' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/modify' {
declare module.exports: any;
}

Expand All @@ -46,19 +74,23 @@ declare module '@hapi/joi/lib/schemas' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/set' {
declare module '@hapi/joi/lib/state' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/alternatives' {
declare module '@hapi/joi/lib/template' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/any' {
declare module '@hapi/joi/lib/trace' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/alternatives' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/any/settings' {
declare module '@hapi/joi/lib/types/any' {
declare module.exports: any;
}

Expand All @@ -78,23 +110,23 @@ declare module '@hapi/joi/lib/types/date' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/func' {
declare module '@hapi/joi/lib/types/function' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/lazy' {
declare module '@hapi/joi/lib/types/keys' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/number' {
declare module '@hapi/joi/lib/types/link' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/object' {
declare module '@hapi/joi/lib/types/number' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/state' {
declare module '@hapi/joi/lib/types/object' {
declare module.exports: any;
}

Expand All @@ -106,113 +138,107 @@ declare module '@hapi/joi/lib/types/string/ip' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/string/rfc3986' {
declare module '@hapi/joi/lib/types/string/uri' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/string/uri' {
declare module '@hapi/joi/lib/types/symbol' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/symbol' {
declare module '@hapi/joi/lib/validator' {
declare module.exports: any;
}

declare module '@hapi/joi/lib/types/symbols' {
declare module '@hapi/joi/lib/values' {
declare module.exports: any;
}

// Filename aliases
declare module '@hapi/joi/lib/cast.js' {
declare module.exports: $Exports<'@hapi/joi/lib/cast'>;
declare module '@hapi/joi/dist/joi-browser.min.js' {
declare module.exports: $Exports<'@hapi/joi/dist/joi-browser.min'>;
}
declare module '@hapi/joi/lib/base.js' {
declare module.exports: $Exports<'@hapi/joi/lib/base'>;
}
declare module '@hapi/joi/lib/cache.js' {
declare module.exports: $Exports<'@hapi/joi/lib/cache'>;
}
declare module '@hapi/joi/lib/common.js' {
declare module.exports: $Exports<'@hapi/joi/lib/common'>;
}
declare module '@hapi/joi/lib/compile.js' {
declare module.exports: $Exports<'@hapi/joi/lib/compile'>;
}
declare module '@hapi/joi/lib/errors.js' {
declare module.exports: $Exports<'@hapi/joi/lib/errors'>;
}
declare module '@hapi/joi/lib/extend.js' {
declare module.exports: $Exports<'@hapi/joi/lib/extend'>;
}
declare module '@hapi/joi/lib/index' {
declare module.exports: $Exports<'@hapi/joi/lib'>;
}
declare module '@hapi/joi/lib/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib'>;
}
declare module '@hapi/joi/lib/language.js' {
declare module.exports: $Exports<'@hapi/joi/lib/language'>;
declare module '@hapi/joi/lib/manifest.js' {
declare module.exports: $Exports<'@hapi/joi/lib/manifest'>;
}
declare module '@hapi/joi/lib/messages.js' {
declare module.exports: $Exports<'@hapi/joi/lib/messages'>;
}
declare module '@hapi/joi/lib/modify.js' {
declare module.exports: $Exports<'@hapi/joi/lib/modify'>;
}
declare module '@hapi/joi/lib/ref.js' {
declare module.exports: $Exports<'@hapi/joi/lib/ref'>;
}
declare module '@hapi/joi/lib/schemas.js' {
declare module.exports: $Exports<'@hapi/joi/lib/schemas'>;
}
declare module '@hapi/joi/lib/set.js' {
declare module.exports: $Exports<'@hapi/joi/lib/set'>;
declare module '@hapi/joi/lib/state.js' {
declare module.exports: $Exports<'@hapi/joi/lib/state'>;
}
declare module '@hapi/joi/lib/types/alternatives/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/alternatives'>;
declare module '@hapi/joi/lib/template.js' {
declare module.exports: $Exports<'@hapi/joi/lib/template'>;
}
declare module '@hapi/joi/lib/types/alternatives/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/alternatives'>;
declare module '@hapi/joi/lib/trace.js' {
declare module.exports: $Exports<'@hapi/joi/lib/trace'>;
}
declare module '@hapi/joi/lib/types/any/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/any'>;
declare module '@hapi/joi/lib/types/alternatives.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/alternatives'>;
}
declare module '@hapi/joi/lib/types/any/index.js' {
declare module '@hapi/joi/lib/types/any.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/any'>;
}
declare module '@hapi/joi/lib/types/any/settings.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/any/settings'>;
}
declare module '@hapi/joi/lib/types/array/index' {
declare module '@hapi/joi/lib/types/array.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/array'>;
}
declare module '@hapi/joi/lib/types/array/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/array'>;
}
declare module '@hapi/joi/lib/types/binary/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/binary'>;
}
declare module '@hapi/joi/lib/types/binary/index.js' {
declare module '@hapi/joi/lib/types/binary.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/binary'>;
}
declare module '@hapi/joi/lib/types/boolean/index' {
declare module '@hapi/joi/lib/types/boolean.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/boolean'>;
}
declare module '@hapi/joi/lib/types/boolean/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/boolean'>;
}
declare module '@hapi/joi/lib/types/date/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/date'>;
}
declare module '@hapi/joi/lib/types/date/index.js' {
declare module '@hapi/joi/lib/types/date.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/date'>;
}
declare module '@hapi/joi/lib/types/func/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/func'>;
declare module '@hapi/joi/lib/types/function.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/function'>;
}
declare module '@hapi/joi/lib/types/func/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/func'>;
declare module '@hapi/joi/lib/types/keys.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/keys'>;
}
declare module '@hapi/joi/lib/types/lazy/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/lazy'>;
declare module '@hapi/joi/lib/types/link.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/link'>;
}
declare module '@hapi/joi/lib/types/lazy/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/lazy'>;
}
declare module '@hapi/joi/lib/types/number/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/number'>;
}
declare module '@hapi/joi/lib/types/number/index.js' {
declare module '@hapi/joi/lib/types/number.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/number'>;
}
declare module '@hapi/joi/lib/types/object/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/object'>;
}
declare module '@hapi/joi/lib/types/object/index.js' {
declare module '@hapi/joi/lib/types/object.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/object'>;
}
declare module '@hapi/joi/lib/types/state.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/state'>;
}
declare module '@hapi/joi/lib/types/string/index' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string'>;
}
Expand All @@ -222,18 +248,15 @@ declare module '@hapi/joi/lib/types/string/index.js' {
declare module '@hapi/joi/lib/types/string/ip.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string/ip'>;
}
declare module '@hapi/joi/lib/types/string/rfc3986.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string/rfc3986'>;
}
declare module '@hapi/joi/lib/types/string/uri.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/string/uri'>;
}
declare module '@hapi/joi/lib/types/symbol/index' {
declare module '@hapi/joi/lib/types/symbol.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/symbol'>;
}
declare module '@hapi/joi/lib/types/symbol/index.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/symbol'>;
declare module '@hapi/joi/lib/validator.js' {
declare module.exports: $Exports<'@hapi/joi/lib/validator'>;
}
declare module '@hapi/joi/lib/types/symbols.js' {
declare module.exports: $Exports<'@hapi/joi/lib/types/symbols'>;
declare module '@hapi/joi/lib/values.js' {
declare module.exports: $Exports<'@hapi/joi/lib/values'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/commander_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 511649e70276295987a59e3acf063387
// flow-typed version: <<STUB>>/commander_v^3.0.0/flow_v0.105.1
// flow-typed signature: f52bebcc5c63c00c5540521867aa9c68
// flow-typed version: <<STUB>>/commander_v^3.0.2/flow_v0.110.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/cosmiconfig_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 539ba169be3b6be29fe754f8372ed258
// flow-typed version: <<STUB>>/cosmiconfig_v^5.2.1/flow_v0.105.1
// flow-typed signature: 0eb8b7acdf889bd34df2345cf90ac0d9
// flow-typed version: <<STUB>>/cosmiconfig_v^5.2.1/flow_v0.110.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/inquirer_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: b8963d82fc8d01b12362c1fce2e07a97
// flow-typed version: <<STUB>>/inquirer_v^6.5.1/flow_v0.105.1
// flow-typed signature: d4b3b3c3a4d25da2f5e03714107836e8
// flow-typed version: <<STUB>>/inquirer_v^7.0.0/flow_v0.110.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/node-ssh_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 22522d9e36fbf47c9b5426f606cac73e
// flow-typed version: <<STUB>>/node-ssh_v^6.0.0/flow_v0.105.1
// flow-typed signature: 9d59b4b9f9177288140b55740fff088c
// flow-typed version: <<STUB>>/node-ssh_v^6.0.0/flow_v0.110.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/ora_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5c96496b24971533912cd04b629e60ee
// flow-typed version: <<STUB>>/ora_v^3.4.0/flow_v0.105.1
// flow-typed signature: afd9951b57d6653989a09e8f5d51ca99
// flow-typed version: <<STUB>>/ora_v^4.0.2/flow_v0.110.1

/**
* This is an autogenerated libdef stub for:
Expand Down

0 comments on commit 2d1bac6

Please sign in to comment.