Skip to content

Commit eca6db0

Browse files
committed
Readme. bump devdeps
1 parent 7a90ad3 commit eca6db0

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,21 @@ There are three wrappers over `fetch()`:
2121
import { ftch, jsonrpc, replayable } from 'micro-ftch';
2222
```
2323

24-
- [Killswitch: instantly enable and disable network](#killswitch-instantly-enable-and-disable-network)
25-
- [Logging](#logging)
26-
- [Timeouts](#timeouts)
27-
- [Concurrency limit](#concurrency-limit)
28-
- [Basic auth](#basic-auth)
24+
- [ftch](#ftch)
25+
- [Killswitch: instantly enable and disable network](#killswitch-instantly-enable-and-disable-network)
26+
- [Logging](#logging)
27+
- [Timeouts](#timeouts)
28+
- [Concurrency limit](#concurrency-limit)
29+
- [Basic auth](#basic-auth)
2930
- [jsonrpc](#jsonrpc)
3031
- [replayable](#replayable)
3132
- [Privacy](#privacy)
3233
- [License](#license)
3334

35+
## ftch
36+
37+
Basic wrapper over `fetch()`.
38+
3439
### Killswitch: instantly enable and disable network
3540

3641
When kill-switch is enabled, all requests will throw an error.

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "micro-ftch",
33
"version": "0.4.0",
44
"description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features",
5-
"files": ["lib", "index.ts"],
5+
"files": [
6+
"lib",
7+
"index.ts"
8+
],
69
"main": "lib/index.js",
710
"module": "lib/esm/index.js",
811
"types": "lib/index.d.ts",
@@ -16,9 +19,10 @@
1619
"devDependencies": {
1720
"@paulmillr/jsbt": "0.1.0",
1821
"micro-should": "0.4.0",
19-
"prettier": "3.1.1",
20-
"typescript": "5.3.2"
22+
"prettier": "3.3.2",
23+
"typescript": "5.5.2"
2124
},
25+
"sideEffects": false,
2226
"author": "Paul Miller (https://paulmillr.com)",
2327
"license": "MIT",
2428
"homepage": "https://github.com/paulmillr/micro-ftch",

0 commit comments

Comments
 (0)