@aneuhold/core-ts-db-lib 2.0.78 → 2.0.79
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/package.json +7 -6
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@aneuhold/core-ts-db-lib",
|
|
3
3
|
"author": "Anton G. Neuhold Jr.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.79",
|
|
6
6
|
"description": "A core database library used for personal projects",
|
|
7
7
|
"packageManager": "pnpm@10.12.1",
|
|
8
8
|
"type": "module",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"watch": "nodemon --ignore lib/ -e ts --exec \"tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts && local-npm publish\"",
|
|
12
12
|
"lint": "eslint",
|
|
13
13
|
"test": "vitest run",
|
|
14
|
+
"prepare": "tb pkg prepare",
|
|
14
15
|
"jsr:validate": "tb pkg validateJsr",
|
|
15
16
|
"npm:validate": "tb pkg validateNpm",
|
|
16
17
|
"checkAll": "pnpm build && pnpm lint && pnpm test && pnpm jsr:validate",
|
|
@@ -51,14 +52,14 @@
|
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@aneuhold/local-npm-registry": "*",
|
|
54
|
-
"@aneuhold/main-scripts": "^2.
|
|
55
|
-
"@types/node": "^22.15.
|
|
56
|
-
"eslint": "^9.
|
|
55
|
+
"@aneuhold/main-scripts": "^2.5.0",
|
|
56
|
+
"@types/node": "^22.15.32",
|
|
57
|
+
"eslint": "^9.29.0",
|
|
57
58
|
"jsr": "^0.13.4",
|
|
58
59
|
"prettier": "^3.5.3",
|
|
59
60
|
"rimraf": "^6.0.1",
|
|
60
|
-
"tsx": "^4.
|
|
61
|
+
"tsx": "^4.20.3",
|
|
61
62
|
"typescript": "^5.8.3",
|
|
62
|
-
"vitest": "^3.
|
|
63
|
+
"vitest": "^3.2.4"
|
|
63
64
|
}
|
|
64
65
|
}
|