hyperttp 0.3.9 → 0.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/augmentations.d.ts +2 -0
- package/augmentations.d.ts.map +1 -0
- package/augmentations.js +2 -0
- package/augmentations.js.map +1 -0
- package/index.d.ts +3 -11
- package/index.d.ts.map +1 -1
- package/index.js +3 -11
- package/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"augmentations.d.ts","sourceRoot":"","sources":["../src/augmentations.ts"],"names":[],"mappings":""}
|
package/augmentations.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"augmentations.js","sourceRoot":"","sources":["../src/augmentations.ts"],"names":[],"mappings":""}
|
package/index.d.ts
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
import "./augmentations.js";
|
|
2
|
+
export { HyperClient } from "./Hyperttp/index.js";
|
|
3
|
+
export { Request, PreparedRequest, UrlExtractor } from "./Hyperttp/index.js";
|
|
3
4
|
export type * from "./Types/index.js";
|
|
4
|
-
import "@hyperttp/core";
|
|
5
|
-
import "@hyperttp/serializer";
|
|
6
|
-
import "@hyperttp/parser";
|
|
7
|
-
import "@hyperttp/queue";
|
|
8
|
-
import "@hyperttp/ratelimit";
|
|
9
|
-
import "@hyperttp/inflight";
|
|
10
|
-
import "@hyperttp/cache";
|
|
11
|
-
import "@hyperttp/interceptors";
|
|
12
|
-
import "@hyperttp/metrics";
|
|
13
5
|
export * from "@hyperttp/core";
|
|
14
6
|
export * from "@hyperttp/serializer";
|
|
15
7
|
export * from "@hyperttp/parser";
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAE7E,mBAAmB,kBAAkB,CAAC;AAEtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC"}
|
package/index.js
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
import "@hyperttp/serializer";
|
|
5
|
-
import "@hyperttp/parser";
|
|
6
|
-
import "@hyperttp/queue";
|
|
7
|
-
import "@hyperttp/ratelimit";
|
|
8
|
-
import "@hyperttp/inflight";
|
|
9
|
-
import "@hyperttp/cache";
|
|
10
|
-
import "@hyperttp/interceptors";
|
|
11
|
-
import "@hyperttp/metrics";
|
|
1
|
+
import "./augmentations.js";
|
|
2
|
+
export { HyperClient } from "./Hyperttp/index.js";
|
|
3
|
+
export { Request, PreparedRequest, UrlExtractor } from "./Hyperttp/index.js";
|
|
12
4
|
export * from "@hyperttp/core";
|
|
13
5
|
export * from "@hyperttp/serializer";
|
|
14
6
|
export * from "@hyperttp/parser";
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAI7E,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyperttp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"description": "A high-performance, universal HTTP client for Node.js with caching, retries, queueing, rate limiting, cookies and logging.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@hyperttp/core": "^1.1.8",
|
|
28
|
-
"@hyperttp/cache": "^1.0.
|
|
28
|
+
"@hyperttp/cache": "^1.0.18",
|
|
29
29
|
"@hyperttp/parser": "^1.0.19",
|
|
30
30
|
"@hyperttp/inflight": "^1.0.4",
|
|
31
31
|
"@hyperttp/interceptors": "^1.0.4",
|