-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE : bump major versions
- Loading branch information
Samarpan Bhattacharya
authored and
Samarpan Bhattacharya
committed
Dec 17, 2021
1 parent
c5db32b
commit a66ed14
Showing
37 changed files
with
257,910 additions
and
110,713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# core | ||
# @sourceloop/core | ||
|
||
[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)[email protected]>)](http://loopback.io/) | ||
|
||
![npm (prod) dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/@loopback/core) | ||
|
||
![npm dev dependency version (scoped)](https://img.shields.io/npm/dependency-version/@sourceloop/core/dev/@loopback/cli) | ||
|
||
## Overview | ||
|
||
`@sourceloop/core` is the [application core](https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/) for the `sourceloop`. It contains | ||
|
@@ -26,9 +30,3 @@ that are used throughout the service catalog. | |
```bash | ||
npm install @sourceloop/core | ||
``` | ||
|
||
`@sourceloop/core` is dependent on [`swagger-stats`](https://www.npmjs.com/package/swagger-stats), so if you haven't added prom-client already, you should do this now. It's a peer dependency of swagger-stats as of version 0.95.19. | ||
|
||
```bash | ||
npm install prom-client@12 --save | ||
``` |
Oops, something went wrong.