Skip to content

Commit

Permalink
v0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Dec 4, 2022
1 parent 703331d commit 3bd109e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-undici",
"version": "0.0.44",
"version": "0.0.45",
"description": "Undici utilities module based on the @nodejs/undici package 🌐",
"author": "Hebert Cisco",
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion source/shared/constants/URL.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const UNDICI_PACKAGE_JSON = new URL('https://raw.githubusercontent.com/nodejs/undici/main/package.json');
export const UNDICI_PACKAGE_JSON = new URL(
'https://raw.githubusercontent.com/nodejs/undici/main/package.json',
);

0 comments on commit 3bd109e

Please sign in to comment.