@anephenix/objection-relations 0.0.22 → 0.0.23

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -284,4 +284,4 @@ npm t
284
284
 
285
285
  ## Licence and credits
286
286
 
287
- ©2025 Anephenix OÜ. Objection-relations is licenced under the MIT Licence.
287
+ ©2025 Anephenix Ltd. Objection-relations is licenced under the MIT Licence.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anephenix/objection-relations",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,18 +25,19 @@
25
25
  "pluralize": "^8.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@biomejs/biome": "2.2.5",
28
+ "@biomejs/biome": "2.3.8",
29
+ "@size-limit/file": "^12.0.0",
29
30
  "@types/lodash.snakecase": "^4.1.9",
30
- "@types/node": "^24.7.0",
31
+ "@types/node": "^24.10.1",
31
32
  "@types/pluralize": "^0.0.33",
32
- "@vitest/coverage-v8": "^3.2.4",
33
- "globals": "^16.4.0",
33
+ "@vitest/coverage-v8": "^4.0.15",
34
+ "globals": "^16.5.0",
34
35
  "husky": "^9.1.7",
35
- "publint": "^0.3.14",
36
- "size-limit": "^11.2.0",
37
- "size-limit-preset-node-lib": "^0.4.0",
36
+ "publint": "^0.3.15",
37
+ "size-limit": "^12.0.0",
38
+ "size-limit-node-esbuild": "^0.4.0",
38
39
  "typescript": "^5.9.3",
39
- "vitest": "^3.2.4"
40
+ "vitest": "^4.0.13"
40
41
  },
41
42
  "author": "Paul Jensen <paul@anephenix.com>",
42
43
  "scripts": {