Skip to content

Commit

Permalink
feat: update pino
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Jul 15, 2022
1 parent 4bd8e5f commit b1a4113
Show file tree
Hide file tree
Showing 7 changed files with 2,230 additions and 2,226 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@swc-node/register": "^1.4.2",
"@swc/core-linux-x64-musl": "^1.2.160",
"multi-semantic-release": "^2.11.1",
"tsconfig-paths": "^3.14.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.2"
}
}
13 changes: 7 additions & 6 deletions packages/amqp-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,21 @@
"author": "Vitaly Aminev <[email protected]>",
"license": "MIT",
"devDependencies": {
"@jest/types": "^28.1.3",
"@node-rs/xxhash-linux-x64-musl": "^1.2.0",
"@swc-node/register": "^1.4.2",
"@swc/core-linux-x64-musl": "^1.2.158",
"@types/debug": "^4.1.7",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.4",
"eslint": "^8.11.0",
"eslint-config-makeomatic": "^5.1.0",
"jest": "^27.5.1",
"jest": "^28.1.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"ts-morph": "^14.0.0",
"ts-jest": "^28.0.6",
"ts-morph": "^15.1.0",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.2"
},
"dependencies": {
Expand Down
10 changes: 6 additions & 4 deletions packages/amqp-coffee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,18 @@
},
"devDependencies": {
"@makeomatic/deploy": "^12.6.3",
"@node-rs/xxhash-linux-arm64-musl": "^1.2.0",
"@node-rs/xxhash-linux-x64-musl": "^1.2.0",
"@swc-node/register": "^1.4.2",
"@swc/core-linux-arm64-musl": "^1.2.158",
"@swc/core-linux-x64-musl": "^1.2.158",
"@types/async": "^3.2.12",
"@types/bytes": "^3.1.1",
"@types/debug": "^4.1.7",
"@types/ffi-napi": "^4.0.5",
"@types/lodash": "^4.14.180",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@types/node": "^18.0.4",
"@types/ref-napi": "^3.0.4",
"@types/sinon": "^10.0.11",
"@types/uuid": "^8.3.4",
Expand All @@ -67,13 +69,13 @@
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint-config-makeomatic": "^5.1.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.2",
"should": "13.2.3",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"source-map-support": "^0.5.21",
"tsconfig-paths": "^3.14.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.2",
"underscore": "^1.13.2",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@microfleet/transport-amqp": "workspace:^",
"async": "^3.2.3",
"clinic": "^11.1.0",
"faker": "^5.5.3",
"@faker-js/faker": "^6.0.0",
"os-utils": "^0.0.14"
}
}
2 changes: 1 addition & 1 deletion packages/benchmarks/src/producer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { once } = require('events');
const AMQP = require('@microfleet/amqp-coffee');
const async = require('async');
const faker = require('faker');
const { faker } = require('@faker-js/faker');
const { setTimeout } = require('timers/promises');

(async () => {
Expand Down
10 changes: 5 additions & 5 deletions packages/transport-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^41.0.1",
"eslint-plugin-unicorn": "^43.0.1",
"jaeger-client": "^3.19.0",
"microtime": "^3.0.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"source-map-support": "^0.5.21",
"tsconfig-paths": "^3.14.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
Expand All @@ -78,7 +78,7 @@
"joi": "^17.6.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
"pino": "^7.9.1",
"pino": "^8.1.0",
"read-pkg": "^5.2.0",
"safe-stable-stringify": "^2.3.1",
"sorted-array-functions": "^1.3.0",
Expand Down
Loading

0 comments on commit b1a4113

Please sign in to comment.