@anephenix/objection-relations 0.0.21 → 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.
- package/README.md +1 -1
- package/package.json +11 -8
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anephenix/objection-relations",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,17 +25,19 @@
|
|
|
25
25
|
"pluralize": "^8.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@biomejs/biome": "2.
|
|
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.
|
|
31
|
+
"@types/node": "^24.10.1",
|
|
31
32
|
"@types/pluralize": "^0.0.33",
|
|
32
|
-
"@vitest/coverage-v8": "^
|
|
33
|
-
"globals": "^16.
|
|
33
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
34
|
+
"globals": "^16.5.0",
|
|
34
35
|
"husky": "^9.1.7",
|
|
35
|
-
"
|
|
36
|
-
"size-limit
|
|
36
|
+
"publint": "^0.3.15",
|
|
37
|
+
"size-limit": "^12.0.0",
|
|
38
|
+
"size-limit-node-esbuild": "^0.4.0",
|
|
37
39
|
"typescript": "^5.9.3",
|
|
38
|
-
"vitest": "^
|
|
40
|
+
"vitest": "^4.0.13"
|
|
39
41
|
},
|
|
40
42
|
"author": "Paul Jensen <paul@anephenix.com>",
|
|
41
43
|
"scripts": {
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
"build": "tsc --project tsconfig.json",
|
|
44
46
|
"cover": "NODE_ENV=test vitest --coverage --run",
|
|
45
47
|
"lint": "npx @biomejs/biome check --write src test scripts",
|
|
48
|
+
"lint:package": "npx publint",
|
|
46
49
|
"prepare-patch-release": "npm run update-changelog && git add CHANGELOG.md && git commit -m \"Updated changelog\" && npm version patch",
|
|
47
50
|
"publish-patch-release": "npm run prepare-patch-release && git push origin main && git push --tags",
|
|
48
51
|
"size": "size-limit",
|