Skip to content

Commit

Permalink
Release 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 23, 2025
1 parent 355f4ad commit 0d77da0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paulmillr/micro-ftch",
"version": "0.4.1",
"version": "0.4.2",
"exports": "./index.ts",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-ftch",
"version": "0.4.1",
"version": "0.4.2",
"description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features",
"files": [
"lib",
Expand Down Expand Up @@ -37,7 +37,8 @@
"lint": "prettier --check index.ts",
"format": "prettier --write index.ts",
"test": "node test/index.js",
"test:bun": "bun test/index.js"
"test:bun": "bun test/index.js",
"test:deno": "deno --allow-env --allow-net test/index.js"
},
"keywords": [
"fetch",
Expand Down
2 changes: 1 addition & 1 deletion test/build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d77da0

Please sign in to comment.