Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Jul 21, 2021
1 parent c93d67c commit dd61aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import tls = require('tls');
import http = require('http');
import https = require('https');
import http2 = require('http2');
import QuickLRU from 'quick-lru';

// Note: do not convert this to import from.
import QuickLRU = require('quick-lru');

export interface RequestOptions extends Omit<https.RequestOptions, 'session' | 'agent'> {
tlsSession?: tls.ConnectionOptions['session'];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http2-wrapper",
"version": "2.1.0",
"version": "2.1.1",
"description": "HTTP2 client, just with the familiar `https` API",
"main": "source",
"types": "index.d.ts",
Expand Down

0 comments on commit dd61aba

Please sign in to comment.