Skip to content

Commit 0d77da0

Browse files
committed
Release 0.4.2.
1 parent 355f4ad commit 0d77da0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paulmillr/micro-ftch",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"exports": "./index.ts",
55
"publish": {
66
"include": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-ftch",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features",
55
"files": [
66
"lib",
@@ -37,7 +37,8 @@
3737
"lint": "prettier --check index.ts",
3838
"format": "prettier --write index.ts",
3939
"test": "node test/index.js",
40-
"test:bun": "bun test/index.js"
40+
"test:bun": "bun test/index.js",
41+
"test:deno": "deno --allow-env --allow-net test/index.js"
4142
},
4243
"keywords": [
4344
"fetch",

test/build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)