Skip to content

Commit

Permalink
use new @chubbyts/chubbyts-packaging which ignores library internal t…
Browse files Browse the repository at this point in the history
…s issues
  • Loading branch information
dominikzogg committed Jun 16, 2024
1 parent 470824c commit 6bf3b60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A undici req/res http bridge.

* node: 18
* [@chubbyts/chubbyts-http-types][2]: ^1.2.3
* [undici][3]:^6.10.2
* [undici][3]:^6.19.0

## Installation

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-http-undici-bridge",
"type": "module",
"version": "1.0.0",
"version": "1.0.2",
"description": "A undici req/res http bridge.",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -43,22 +43,22 @@
},
"dependencies": {
"@chubbyts/chubbyts-http-types": "^1.2.3",
"undici": "^6.10.2"
"undici": "^6.19.0"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.3",
"@chubbyts/chubbyts-function-mock": "^1.4.1",
"@chubbyts/chubbyts-packaging": "^2.0.6",
"@chubbyts/chubbyts-packaging": "^2.0.7",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.14.2",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-2": "npm:prettier@^2.8.8",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
"undici-types": "^6.10.1"
"ts-jest": "^29.1.4",
"typescript": "^5.4.5",
"undici-types": "^6.18.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6bf3b60

Please sign in to comment.