Skip to content

Commit

Permalink
Readme. bump devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 8, 2024
1 parent 7a90ad3 commit eca6db0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,21 @@ There are three wrappers over `fetch()`:
import { ftch, jsonrpc, replayable } from 'micro-ftch';
```

- [Killswitch: instantly enable and disable network](#killswitch-instantly-enable-and-disable-network)
- [Logging](#logging)
- [Timeouts](#timeouts)
- [Concurrency limit](#concurrency-limit)
- [Basic auth](#basic-auth)
- [ftch](#ftch)
- [Killswitch: instantly enable and disable network](#killswitch-instantly-enable-and-disable-network)
- [Logging](#logging)
- [Timeouts](#timeouts)
- [Concurrency limit](#concurrency-limit)
- [Basic auth](#basic-auth)
- [jsonrpc](#jsonrpc)
- [replayable](#replayable)
- [Privacy](#privacy)
- [License](#license)

## ftch

Basic wrapper over `fetch()`.

### Killswitch: instantly enable and disable network

When kill-switch is enabled, all requests will throw an error.
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "micro-ftch",
"version": "0.4.0",
"description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features",
"files": ["lib", "index.ts"],
"files": [
"lib",
"index.ts"
],
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,9 +19,10 @@
"devDependencies": {
"@paulmillr/jsbt": "0.1.0",
"micro-should": "0.4.0",
"prettier": "3.1.1",
"typescript": "5.3.2"
"prettier": "3.3.2",
"typescript": "5.5.2"
},
"sideEffects": false,
"author": "Paul Miller (https://paulmillr.com)",
"license": "MIT",
"homepage": "https://github.com/paulmillr/micro-ftch",
Expand Down

0 comments on commit eca6db0

Please sign in to comment.