Comparing version 6.2.0 to 7.0.0
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2012-2019, Sideway Inc, and project contributors | ||
Copyright (c) 2012-2020, Sideway Inc, and project contributors | ||
Copyright (c) 2012-2014, Walmart. | ||
@@ -3,0 +3,0 @@ All rights reserved. |
{ | ||
"name": "@hapi/glue", | ||
"description": "Server composer for hapi.js", | ||
"version": "6.2.0", | ||
"version": "7.0.0", | ||
"repository": { | ||
@@ -10,2 +10,5 @@ "type": "git", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [ | ||
@@ -19,10 +22,10 @@ "server", | ||
"dependencies": { | ||
"@hapi/hapi": "18.x.x", | ||
"@hapi/hoek": "8.x.x", | ||
"@hapi/joi": "16.x.x" | ||
"@hapi/hapi": "19.x.x", | ||
"@hapi/hoek": "9.x.x", | ||
"@hapi/joi": "17.x.x" | ||
}, | ||
"devDependencies": { | ||
"@hapi/catbox-memory": "4.x.x", | ||
"@hapi/code": "6.x.x", | ||
"@hapi/lab": "20.x.x" | ||
"@hapi/catbox-memory": "5.x.x", | ||
"@hapi/code": "8.x.x", | ||
"@hapi/lab": "22.x.x" | ||
}, | ||
@@ -29,0 +32,0 @@ "scripts": { |
@@ -1,25 +0,17 @@ | ||
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a> | ||
<a href="https://hapi.dev"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a> | ||
# glue | ||
# @hapi/glue | ||
[](https://travis-ci.org/hapijs/glue) | ||
#### Server composer for hapi.js. | ||
### A server composer for hapi.js. | ||
**glue** 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. | ||
Glue provides configuration based composition of hapi's Server object. Specifically it wraps | ||
### Visit the [hapi.dev](https://hapi.dev) Developer Portal for tutorials, documentation, and support | ||
* `server = Hapi.server(Options)` | ||
* `server.register(Plugins, Options)` | ||
## Useful resources | ||
calling each based on the configuration generated from the glue manifest. | ||
### hapi version dependency | ||
Version 6 supports hapi **v18** | ||
Version 5 supports hapi **v17** | ||
By default npm will resolve glue's dependency on hapi using the most recent supported version of hapi. To force a specific supported hapi version for your project, include hapi in your package dependencies along side of glue. | ||
### Interface | ||
glue's [API](API.md) is a single function `compose` accepting a JSON `manifest` specifying the hapi server options and registrations. | ||
- [Documentation and API](https://hapi.dev/family/glue/) | ||
- [Versions status](https://hapi.dev/resources/status/#glue) (builds, dependencies, node versions, licenses, eol) | ||
- [Changelog](https://hapi.dev/family/glue/changelog/) | ||
- [Project policies](https://hapi.dev/policies/) | ||
- [Free and commercial support options](https://hapi.dev/support/) |
6033
4
18
+ Added@hapi/accept@5.0.2(transitive)
+ Added@hapi/address@4.1.0(transitive)
+ Added@hapi/ammo@5.0.1(transitive)
+ Added@hapi/b64@5.0.0(transitive)
+ Added@hapi/boom@9.1.4(transitive)
+ Added@hapi/bounce@2.0.0(transitive)
+ Added@hapi/bourne@2.1.0(transitive)
+ Added@hapi/call@8.0.1(transitive)
+ Added@hapi/catbox@11.1.1(transitive)
+ Added@hapi/content@5.0.2(transitive)
+ Added@hapi/cryptiles@5.1.0(transitive)
+ Added@hapi/file@2.0.0(transitive)
+ Added@hapi/formula@2.0.0(transitive)
+ Added@hapi/hapi@19.2.0(transitive)
+ Added@hapi/heavy@7.0.1(transitive)
+ Added@hapi/hoek@9.3.0(transitive)
+ Added@hapi/iron@6.0.0(transitive)
+ Added@hapi/joi@17.1.1(transitive)
+ Added@hapi/mimos@5.0.0(transitive)
+ Added@hapi/nigel@4.0.2(transitive)
+ Added@hapi/pez@5.1.0(transitive)
+ Added@hapi/pinpoint@2.0.1(transitive)
+ Added@hapi/podium@4.1.3(transitive)
+ Added@hapi/shot@5.0.5(transitive)
+ Added@hapi/somever@3.0.1(transitive)
+ Added@hapi/statehood@7.0.4(transitive)
+ Added@hapi/subtext@7.1.0(transitive)
+ Added@hapi/teamwork@4.0.05.1.1(transitive)
+ Added@hapi/topo@5.1.0(transitive)
+ Added@hapi/validate@1.1.3(transitive)
+ Added@hapi/vise@4.0.0(transitive)
- Removed@hapi/accept@3.2.4(transitive)
- Removed@hapi/address@2.1.4(transitive)
- Removed@hapi/ammo@3.1.2(transitive)
- Removed@hapi/b64@4.2.1(transitive)
- Removed@hapi/boom@7.4.11(transitive)
- Removed@hapi/bounce@1.3.2(transitive)
- Removed@hapi/bourne@1.3.2(transitive)
- Removed@hapi/call@5.1.3(transitive)
- Removed@hapi/catbox@10.2.3(transitive)
- Removed@hapi/content@4.1.1(transitive)
- Removed@hapi/cryptiles@4.2.1(transitive)
- Removed@hapi/file@1.0.0(transitive)
- Removed@hapi/formula@1.2.0(transitive)
- Removed@hapi/hapi@18.4.1(transitive)
- Removed@hapi/heavy@6.2.2(transitive)
- Removed@hapi/hoek@8.5.1(transitive)
- Removed@hapi/iron@5.1.4(transitive)
- Removed@hapi/joi@15.1.116.1.8(transitive)
- Removed@hapi/mimos@4.1.1(transitive)
- Removed@hapi/nigel@3.1.1(transitive)
- Removed@hapi/pez@4.1.2(transitive)
- Removed@hapi/pinpoint@1.0.2(transitive)
- Removed@hapi/podium@3.4.3(transitive)
- Removed@hapi/shot@4.1.2(transitive)
- Removed@hapi/somever@2.1.1(transitive)
- Removed@hapi/statehood@6.1.2(transitive)
- Removed@hapi/subtext@6.1.3(transitive)
- Removed@hapi/teamwork@3.3.1(transitive)
- Removed@hapi/topo@3.1.6(transitive)
- Removed@hapi/vise@3.1.1(transitive)
Updated@hapi/hapi@19.x.x
Updated@hapi/hoek@9.x.x
Updated@hapi/joi@17.x.x