@aneuhold/be-ts-lib 2.0.72 → 2.0.73

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -2,12 +2,12 @@
2
2
  "name": "@aneuhold/be-ts-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "2.0.72",
5
+ "version": "2.0.73",
6
6
  "description": "A backend TypeScript library used for common functionality in personal backend projects.",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "build": "rimraf lib && tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts",
10
- "watch": "tsc -w -p tsconfig.build.json",
10
+ "watch": "nodemon --ignore lib/ -e ts --exec \"tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts && local-npm publish\"",
11
11
  "lint": "eslint",
12
12
  "test": "vitest run",
13
13
  "jsr:validate": "tb pkg validateJsr",
@@ -51,6 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@aneuhold/main-scripts": "^2.1.6",
54
+ "@aneuhold/local-npm-registry": "*",
54
55
  "@types/node": "^22.15.3",
55
56
  "@types/node-fetch": "^2.6.12",
56
57
  "eslint": "^9.26.0",