@h3ravel/support 0.15.3 → 0.15.4

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 { t as __export } from "./chunk-BD38OWEx.mjs";
1
+ import { t as __export } from "./chunk-Bop6jNiL.js";
2
2
  import { createHash, createHmac, randomBytes, randomUUID } from "crypto";
3
3
  import process from "process";
4
4
  import util from "util";
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@h3ravel/support",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "description": "Shared helpers, facades and utilities for H3ravel.",
5
5
  "type": "module",
6
- "main": "./dist/index.mjs",
7
- "types": "./dist/index.d.mts",
8
- "module": "./dist/index.mjs",
6
+ "main": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts",
8
+ "module": "./dist/index.js",
9
9
  "exports": {
10
10
  ".": {
11
- "types": "./dist/index.d.mts",
12
- "import": "./dist/index.mjs",
11
+ "import": "./dist/index.js",
13
12
  "require": "./dist/index.cjs"
14
- }
13
+ },
14
+ "./*": "./*"
15
15
  },
16
16
  "files": [
17
17
  "dist"
@@ -38,16 +38,17 @@
38
38
  "devDependencies": {
39
39
  "@types/luxon": "^3.7.1",
40
40
  "typescript": "^5.4.0",
41
- "@h3ravel/shared": "^0.27.3"
41
+ "@h3ravel/shared": "^0.27.4"
42
42
  },
43
43
  "dependencies": {
44
44
  "dayjs": "^1.11.18",
45
45
  "luxon": "^3.7.2"
46
46
  },
47
47
  "scripts": {
48
+ "barrel": "barrelsby --directory src --delete --singleQuotes",
48
49
  "build": "tsdown --config-loader unconfig",
49
50
  "dev": "tsx watch src/index.ts",
50
- "start": "node dist/index.mjs",
51
+ "start": "node dist/index.js",
51
52
  "lint": "eslint . --ext .ts",
52
53
  "test": "jest --passWithNoTests",
53
54
  "version-patch": "pnpm version patch"