@readme/httpsnippet 8.0.0 → 8.1.0
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/README.md +34 -5
- package/dist/{chunk-IAWYVBVW.js → chunk-XPQ7YGTP.js} +23 -11
- package/dist/chunk-XPQ7YGTP.js.map +1 -0
- package/dist/{index-babe3117.d.ts → index-08ee07a8.d.ts} +7 -1
- package/dist/{index-c8003aae.d.ts → index-7191f23f.d.ts} +7 -1
- package/dist/index.cjs +18 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/targets/index.cjs +22 -9
- package/dist/targets/index.cjs.map +1 -1
- package/dist/targets/index.d.cts +1 -1
- package/dist/targets/index.d.ts +1 -1
- package/dist/targets/index.js +1 -1
- package/package.json +9 -9
- package/dist/chunk-IAWYVBVW.js.map +0 -1
package/dist/targets/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../helpers/code-builder.cjs';
|
|
2
|
-
export { c as Client, C as ClientId, a as ClientInfo, b as Converter, E as Extension,
|
|
2
|
+
export { c as Client, C as ClientId, a as ClientInfo, d as ClientPlugin, b as Converter, E as Extension, f as Target, T as TargetId, e as TargetInfo, j as addClientPlugin, g as addTarget, k as addTargetClient, h as isClient, i as isTarget, t as targets } from '../index-7191f23f.js';
|
|
3
3
|
import 'type-fest';
|
|
4
4
|
import 'har-format';
|
|
5
5
|
import '../helpers/reducer.cjs';
|
package/dist/targets/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../helpers/code-builder.js';
|
|
2
|
-
export { c as Client, C as ClientId, a as ClientInfo, b as Converter, E as Extension,
|
|
2
|
+
export { c as Client, C as ClientId, a as ClientInfo, d as ClientPlugin, b as Converter, E as Extension, f as Target, T as TargetId, e as TargetInfo, j as addClientPlugin, g as addTarget, k as addTargetClient, h as isClient, i as isTarget, t as targets } from '../index-08ee07a8.js';
|
|
3
3
|
import 'type-fest';
|
|
4
4
|
import 'har-format';
|
|
5
5
|
import '../helpers/reducer.js';
|
package/dist/targets/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { addTarget, addTargetClient, isClient, isTarget, targets } from '../chunk-
|
|
1
|
+
export { addClientPlugin, addTarget, addTargetClient, isClient, isTarget, targets } from '../chunk-XPQ7YGTP.js';
|
|
2
2
|
import '../chunk-Y7NI4MMY.js';
|
|
3
3
|
//# sourceMappingURL=out.js.map
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readme/httpsnippet",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "HTTP Request snippet generator for *most* languages",
|
|
5
5
|
"homepage": "https://github.com/readmeio/httpsnippet",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,23 +80,23 @@
|
|
|
80
80
|
"test": "vitest run --coverage"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"formdata-to-string": "^
|
|
83
|
+
"formdata-to-string": "^2.0.0",
|
|
84
84
|
"qs": "^6.11.2",
|
|
85
85
|
"stringify-object": "^3.3.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@readme/eslint-config": "^13.1.0",
|
|
89
|
-
"@types/eslint": "^8.44.
|
|
90
|
-
"@types/har-format": "^1.2.
|
|
91
|
-
"@types/node": "^20.8.
|
|
92
|
-
"@types/qs": "^6.9.
|
|
93
|
-
"@types/stringify-object": "^4.0.
|
|
89
|
+
"@types/eslint": "^8.44.6",
|
|
90
|
+
"@types/har-format": "^1.2.14",
|
|
91
|
+
"@types/node": "^20.8.9",
|
|
92
|
+
"@types/qs": "^6.9.9",
|
|
93
|
+
"@types/stringify-object": "^4.0.4",
|
|
94
94
|
"@vitest/coverage-v8": "^0.34.4",
|
|
95
|
-
"eslint": "^8.
|
|
95
|
+
"eslint": "^8.52.0",
|
|
96
96
|
"prettier": "^3.0.3",
|
|
97
97
|
"require-directory": "^2.1.1",
|
|
98
98
|
"tsup": "^7.2.0",
|
|
99
|
-
"type-fest": "^4.
|
|
99
|
+
"type-fest": "^4.6.0",
|
|
100
100
|
"typescript": "^5.2.2",
|
|
101
101
|
"vitest": "^0.34.4"
|
|
102
102
|
},
|