@readme/httpsnippet 8.1.4 → 9.0.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.
@@ -1,5 +1,5 @@
1
1
  import '../helpers/code-builder.cjs';
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-d5b13104.js';
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-BRpINGne.cjs';
3
3
  import 'type-fest';
4
4
  import 'har-format';
5
5
  import '../helpers/reducer.cjs';
@@ -1,5 +1,5 @@
1
1
  import '../helpers/code-builder.js';
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-09744b29.js';
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-D_ySc8Oi.js';
3
3
  import 'type-fest';
4
4
  import 'har-format';
5
5
  import '../helpers/reducer.js';
@@ -1,4 +1,4 @@
1
- export { addClientPlugin, addTarget, addTargetClient, isClient, isTarget, targets } from '../chunk-ENNB4GTT.js';
1
+ export { addClientPlugin, addTarget, addTargetClient, isClient, isTarget, targets } from '../chunk-R65NNSSK.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.1.4",
3
+ "version": "9.0.0",
4
4
  "description": "HTTP Request snippet generator for *most* languages",
5
5
  "homepage": "https://github.com/readmeio/httpsnippet",
6
6
  "license": "MIT",
@@ -75,30 +75,29 @@
75
75
  "lint": "eslint . --ext .js,.cjs,.ts",
76
76
  "prebuild": "npm run clean",
77
77
  "prepack": "npm run build",
78
- "pretest": "npm run lint",
78
+ "pretest": "npm run lint && npm run prettier",
79
79
  "prettier": "prettier --list-different --write .",
80
80
  "test": "vitest run --coverage"
81
81
  },
82
82
  "dependencies": {
83
- "formdata-to-string": "^2.0.2",
84
83
  "qs": "^6.11.2",
85
84
  "stringify-object": "^3.3.0"
86
85
  },
87
86
  "devDependencies": {
88
- "@readme/eslint-config": "^13.4.0",
87
+ "@readme/eslint-config": "^14.0.0",
89
88
  "@types/eslint": "^8.44.7",
90
89
  "@types/har-format": "^1.2.15",
91
- "@types/node": "^20.9.0",
90
+ "@types/node": "^20.12.5",
92
91
  "@types/qs": "^6.9.10",
93
92
  "@types/stringify-object": "^4.0.5",
94
- "@vitest/coverage-v8": "^0.34.4",
95
- "eslint": "^8.53.0",
93
+ "@vitest/coverage-v8": "^1.1.1",
94
+ "eslint": "^8.57.0",
96
95
  "prettier": "^3.0.3",
97
96
  "require-directory": "^2.1.1",
98
- "tsup": "^7.2.0",
99
- "type-fest": "^4.6.0",
100
- "typescript": "^5.2.2",
101
- "vitest": "^0.34.4"
97
+ "tsup": "^8.0.1",
98
+ "type-fest": "^4.15.0",
99
+ "typescript": "^5.4.4",
100
+ "vitest": "^1.1.1"
102
101
  },
103
102
  "prettier": "@readme/eslint-config/prettier"
104
103
  }