@h3ravel/http 11.7.3 → 11.7.6

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,4 +1,4 @@
1
- import { n as __esm } from "./chunk-D3mJpanR.mjs";
1
+ import { n as __esm } from "./chunk-BLWcukCW.js";
2
2
  import { fileURLToPath } from "node:url";
3
3
  import process from "node:process";
4
4
  import path from "node:path";
@@ -1,4 +1,4 @@
1
- import { i as __toESM, r as __require, t as __commonJS } from "./chunk-D3mJpanR.mjs";
1
+ import { i as __toESM, r as __require, t as __commonJS } from "./chunk-BLWcukCW.js";
2
2
  import { Command } from "@h3ravel/musket";
3
3
  import { Logger } from "@h3ravel/shared";
4
4
  import { fileURLToPath } from "node:url";
@@ -18188,7 +18188,7 @@ var require_preferred_pm = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnp
18188
18188
  name: "bun",
18189
18189
  version: "*"
18190
18190
  };
18191
- const { findUp: findUp$1 } = await import("./find-up-simple-CgzluT4u.mjs");
18191
+ const { findUp: findUp$1 } = await import("./find-up-simple-Cb60ihyu.js");
18192
18192
  if (await findUp$1("pnpm-lock.yaml", { cwd: pkgPath })) return {
18193
18193
  name: "pnpm",
18194
18194
  version: ">=3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/http",
3
- "version": "11.7.3",
3
+ "version": "11.7.6",
4
4
  "description": "HTTP kernel, middleware pipeline, request/response classes for H3ravel.",
5
5
  "h3ravel": {
6
6
  "providers": [
@@ -8,15 +8,15 @@
8
8
  ]
9
9
  },
10
10
  "type": "module",
11
- "main": "./dist/index.mjs",
12
- "types": "./dist/index.d.mts",
13
- "module": "./dist/index.mjs",
11
+ "main": "./dist/index.cjs",
12
+ "types": "./dist/index.d.ts",
13
+ "module": "./dist/index.js",
14
14
  "exports": {
15
15
  ".": {
16
- "types": "./dist/index.d.mts",
17
- "import": "./dist/index.mjs",
16
+ "import": "./dist/index.js",
18
17
  "require": "./dist/index.cjs"
19
- }
18
+ },
19
+ "./*": "./*"
20
20
  },
21
21
  "files": [
22
22
  "dist"
@@ -41,23 +41,24 @@
41
41
  "laravel"
42
42
  ],
43
43
  "dependencies": {
44
- "@h3ravel/musket": "^0.3.4",
44
+ "@h3ravel/musket": "^0.3.10",
45
45
  "h3": "2.0.1-rc.5",
46
46
  "srvx": "^0.8.2",
47
- "@h3ravel/support": "^0.15.3",
48
- "@h3ravel/url": "^1.0.12",
49
- "@h3ravel/shared": "^0.27.3"
47
+ "@h3ravel/support": "^0.15.6",
48
+ "@h3ravel/shared": "^0.27.7",
49
+ "@h3ravel/url": "^1.0.15"
50
50
  },
51
51
  "peerDependencies": {
52
- "@h3ravel/core": "^1.21.3"
52
+ "@h3ravel/core": "^1.21.6"
53
53
  },
54
54
  "devDependencies": {
55
55
  "typescript": "^5.4.0"
56
56
  },
57
57
  "scripts": {
58
+ "barrel": "barrelsby --directory src --delete --singleQuotes",
58
59
  "build": "tsdown --config-loader unconfig",
59
60
  "dev": "tsx watch src/index.ts",
60
- "start": "node dist/index.mjs",
61
+ "start": "node dist/index.js",
61
62
  "lint": "eslint . --ext .ts",
62
63
  "test": "jest --passWithNoTests",
63
64
  "version-patch": "pnpm version patch"