Skip to content

Commit

Permalink
Merge pull request #224 from uswitch/fix-prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
phelma authored Oct 19, 2023
2 parents 9aa6836 + e51630d commit a0c7218
Show file tree
Hide file tree
Showing 20 changed files with 2,769 additions and 1,488 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": [ "env" ],
"plugins": [ "transform-object-rest-spread" ]
"presets": [ "@babel/preset-env" ],
"plugins": [ "@babel/plugin-transform-object-rest-spread" ]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ nvm use

<!-- DO NOT REMOVE - This is generated documentation -->
<!-- [doc-list-packages-internal:start] -->
<!-- Generated Mon Oct 09 2023 11:25:19 GMT+0100 (British Summer Time) -->
<!-- Generated Thu Oct 19 2023 09:45:11 GMT+0100 (British Summer Time) -->
| Package | Version | Dependencies | Description |
|--|--|--|--|
| [`@uswitch/koa-access`](https://www.npmjs.com/package/@uswitch/koa-access) | [![npm](https://img.shields.io/npm/v/@uswitch/koa-access.svg?maxAge=2592000)](https://www.npmjs.com/package/@uswitch/koa-access) | [![Dependency Status](https://david-dm.org/@uswitch/koa-access.svg?path=packages/@uswitch/koa-access)](https://david-dm.org/@uswitch/koa-access?path=packages/@uswitch/koa-access) | 👌 A Koa middleware for logging JSON access logs consistently, similar to morgan |
Expand All @@ -106,7 +106,7 @@ nvm use
#### `koa` packages
<!-- DO NOT REMOVE - This is generated documentation -->
<!-- [doc-list-packages:start] -->
<!-- Generated Mon Oct 09 2023 11:25:18 GMT+0100 (British Summer Time) -->
<!-- Generated Thu Oct 19 2023 09:45:10 GMT+0100 (British Summer Time) -->
| Package | Version | Latest |
|--|--|--|
| [`koa`](https://www.npmjs.com/package/koa) | `^2.6.2` | [![npm](https://img.shields.io/npm/v/koa.svg?maxAge=2592000)](https://www.npmjs.com/package/koa) |
Expand Down
Loading

0 comments on commit a0c7218

Please sign in to comment.