@aneuhold/be-ts-db-lib 2.0.65 → 2.0.66
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 +3 -2
package/package.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"name": "@aneuhold/be-ts-db-lib",
|
|
3
3
|
"author": "Anton G. Neuhold Jr.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.66",
|
|
6
6
|
"description": "A backend database library meant to actually interact with various databases in personal projects",
|
|
7
7
|
"packageManager": "pnpm@10.10.0",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "rimraf lib && tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts",
|
|
11
|
-
"watch": "
|
|
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 && pnpm validate:dry",
|
|
14
14
|
"validate": "tsx ./scripts/validateSchema.ts",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@aneuhold/main-scripts": "^2.1.6",
|
|
59
|
+
"@aneuhold/local-npm-registry": "*",
|
|
59
60
|
"@types/node": "^22.15.3",
|
|
60
61
|
"@types/node-fetch": "^2.6.12",
|
|
61
62
|
"dotenv": "^16.5.0",
|