@roots/container
Advanced tools
Comparing version 5.0.0-next.15 to 5.0.0-next.16
{ | ||
"name": "@roots/container", | ||
"version": "5.0.0-next.15", | ||
"version": "5.0.0-next.16", | ||
"description": "Collections utility", | ||
@@ -5,0 +5,0 @@ "homepage": "https://roots.io/bud", |
@@ -10,4 +10,7 @@ <p align="center"> | ||
/> | ||
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Froots%2Fbud?ref=badge_small" alt="FOSSA Status"> | ||
<img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Froots%2Fbud.svg?type=small"/> | ||
<a | ||
href="https://app.fossa.com/projects/git%2Bgithub.com%2Froots%2Fbud?ref=badge_small" | ||
alt="FOSSA Status" | ||
> | ||
<img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Froots%2Fbud.svg?type=small" /> | ||
</a> | ||
@@ -18,3 +21,3 @@ <a href="https://www.npmjs.com/package/@roots/bud"> | ||
<a href="https://codecov.io/gh/roots/bud"> | ||
<img src="https://codecov.io/gh/roots/bud/branch/next/graph/badge.svg?token=DRJ28OD8XD"/> | ||
<img src="https://codecov.io/gh/roots/bud/branch/next/graph/badge.svg?token=DRJ28OD8XD" /> | ||
</a> | ||
@@ -29,3 +32,2 @@ <a href="https://twitter.com/rootswp"> | ||
<h1 align="center"> | ||
@@ -35,3 +37,4 @@ <strong>@roots/container</strong> | ||
> Collections utility | ||
Collections utility | ||
## Installation | ||
@@ -58,3 +61,2 @@ | ||
Contributions are welcome from everyone. | ||
We have [contribution guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started. | ||
@@ -65,3 +67,2 @@ | ||
Help support our open-source development efforts by [becoming a patron](https://www.patreon.com/rootsdev). | ||
<a href="https://kinsta.com/?kaid=OFDHAJIXUDIV"><img src="https://cdn.roots.io/app/uploads/kinsta.svg" alt="Kinsta" width="200" height="150"/></a> | ||
@@ -72,2 +73,2 @@ <a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/></a> | ||
<a href="https://wordpress.com/"><img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="200" height="150"/></a> | ||
<a href="https://pantheon.io/"><img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/></a> | ||
<a href="https://pantheon.io/"><img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/></a> |
@@ -5,5 +5,5 @@ /** | ||
* | ||
* @packageDocumentation @betaDocumentation | ||
* @packageDocumentation | ||
*/ | ||
export { Container, Repository } from './container'; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
68
1311313