@hypernym/utils 3.4.0 → 3.4.1

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 CHANGED
@@ -1,22 +1,20 @@
1
- <h1 align="center">Hyperutils</h1>
1
+ <h1 align="center">Hypernym Utils</h1>
2
2
 
3
3
  <p align="center">A collection of reusable utilities.</p>
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://github.com/hypernym-studio/utils">Repository</a>
7
- <span>+</span>
7
+ <span>✦</span>
8
8
  <a href="https://www.npmjs.com/package/@hypernym/utils">Package</a>
9
- <span>+</span>
9
+ <span>✦</span>
10
10
  <a href="https://github.com/hypernym-studio/utils/releases">Releases</a>
11
- <span>+</span>
11
+ <span>✦</span>
12
12
  <a href="https://github.com/hypernym-studio/utils/discussions">Discussions</a>
13
13
  </p>
14
14
 
15
- <pre align="center">pnpm add @hypernym/utils</pre>
15
+ <br>
16
16
 
17
- <p align="center">
18
- <strong>Hypernym Studio</strong>
19
- </p>
17
+ <pre align="center">pnpm add @hypernym/utils</pre>
20
18
 
21
19
  <br>
22
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypernym/utils",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "author": "Hypernym Studio",
5
5
  "description": "A collection of reusable utilities.",
6
6
  "license": "MIT",
@@ -10,11 +10,11 @@
10
10
  "type": "module",
11
11
  "exports": {
12
12
  ".": {
13
- "types": "./dist/types/index.d.ts",
13
+ "types": "./dist/types/index.d.mts",
14
14
  "import": "./dist/index.mjs"
15
15
  },
16
16
  "./fs": {
17
- "types": "./dist/types/fs/index.d.ts",
17
+ "types": "./dist/types/fs/index.d.mts",
18
18
  "import": "./dist/fs/index.mjs"
19
19
  }
20
20
  },
@@ -34,18 +34,7 @@
34
34
  "js",
35
35
  "ts"
36
36
  ],
37
- "scripts": {
38
- "dev:browser": "vite playgrounds/browser",
39
- "dev:server": "bun --watch playgrounds/server/main.ts",
40
- "build": "hyperbundler",
41
- "test:types": "vitest --typecheck.only",
42
- "lint": "eslint .",
43
- "lint:fix": "eslint --fix .",
44
- "format": "prettier --write .",
45
- "prepublishOnly": "npm run build"
46
- },
47
37
  "sideEffects": false,
48
- "packageManager": "pnpm@9.11.0",
49
38
  "engines": {
50
39
  "node": ">=20.0.0",
51
40
  "pnpm": ">=9.0.0"
@@ -63,14 +52,23 @@
63
52
  }
64
53
  },
65
54
  "devDependencies": {
66
- "@hypernym/bundler": "^0.11.0",
67
- "@hypernym/eslint-config": "^3.5.0",
55
+ "@hypernym/bundler": "^0.14.0",
56
+ "@hypernym/eslint-config": "^3.5.1",
68
57
  "@hypernym/prettier-config": "^3.2.0",
69
58
  "@hypernym/tsconfig": "^2.4.0",
70
- "@types/node": "^22.5.5",
71
- "eslint": "^9.10.0",
59
+ "@types/node": "^22.8.6",
60
+ "eslint": "^9.14.0",
72
61
  "prettier": "^3.3.3",
73
- "typescript": "^5.5.4",
74
- "vitest": "^2.1.1"
62
+ "typescript": "^5.6.3",
63
+ "vitest": "^2.1.4"
64
+ },
65
+ "scripts": {
66
+ "dev:browser": "vite playgrounds/browser",
67
+ "dev:server": "bun --watch playgrounds/server/main.ts",
68
+ "build": "hyperbundler",
69
+ "test:types": "vitest --typecheck.only",
70
+ "lint": "eslint .",
71
+ "lint:fix": "eslint --fix .",
72
+ "format": "prettier --write ."
75
73
  }
76
- }
74
+ }
File without changes
File without changes