joi 17.1.1 → 17.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,5 +1,5 @@
1
- Copyright (c) 2012-2020, Sideway Inc, and project contributors
2
- Copyright (c) 2012-2014, Walmart.
1
+ Copyright (c) 2012-2020, Sideway. Inc, and project contributors.<br>
2
+ Copyright (c) 2012-2014, Walmart.<br>
3
3
  All rights reserved.
4
4
 
5
5
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
package/README.md CHANGED
@@ -1,17 +1,15 @@
1
- <a href="https://hapi.dev"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
2
-
3
- # @hapi/joi
1
+ # joi
4
2
 
5
3
  #### The most powerful schema description language and data validator for JavaScript.
6
4
 
7
- **joi** is part of the **hapi** ecosystem and was designed to work seamlessly with the [hapi web framework](https://hapi.dev) and its other components (but works great on its own or with other frameworks). If you are using a different web framework and find this module useful, check out [hapi](https://hapi.dev) – they work even better together.
5
+ ## Installation
6
+ `npm install joi`
8
7
 
9
- ### Visit the [hapi.dev](https://hapi.dev) Developer Portal for tutorials, documentation, and support
8
+ ### Visit the [joi.dev](https://joi.dev) Developer Portal for tutorials, documentation, and support
10
9
 
11
10
  ## Useful resources
12
11
 
13
- - [Documentation and API](https://hapi.dev/family/joi/)
14
- - [Versions status](https://hapi.dev/resources/status/#joi)
15
- - [Changelog](https://hapi.dev/family/joi/changelog/)
16
- - [Project policies](https://hapi.dev/policies/)
17
- - [Free and commercial support options](https://hapi.dev/support/)
12
+ - [Documentation and API](https://joi.dev/api/)
13
+ - [Versions status](https://joi.dev/resources/status/#joi)
14
+ - [Changelog](https://joi.dev/resources/changelog/)
15
+ - [Project policies](https://joi.dev/policies/)