@aneuhold/be-ts-lib 2.0.79 → 2.0.80

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 +5 -5
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@aneuhold/be-ts-lib",
3
3
  "author": "Anton G. Neuhold Jr.",
4
4
  "license": "MIT",
5
- "version": "2.0.79",
5
+ "version": "2.0.80",
6
6
  "description": "A backend TypeScript library used for common functionality in personal backend projects.",
7
- "packageManager": "pnpm@10.11.1",
7
+ "packageManager": "pnpm@10.12.1",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "build": "rimraf lib && tsc --project tsconfig.build.json && tsx ./scripts/copyTsFiles.ts",
@@ -15,7 +15,7 @@
15
15
  "npm:validate": "tb pkg validateNpm",
16
16
  "checkAll": "pnpm build && pnpm lint && pnpm test && pnpm jsr:validate",
17
17
  "jsr:publish": "tb pkg publishJsr",
18
- "npm:publish": "npm publish --access public",
18
+ "npm:publish": "tb pkg publishNpm",
19
19
  "upgrade:core": "pnpm update '@aneuhold/main-scripts' --latest",
20
20
  "upgrade:all": "pnpm up"
21
21
  },
@@ -23,7 +23,7 @@
23
23
  "module": "lib/index.js",
24
24
  "types": "lib/index.d.ts",
25
25
  "files": [
26
- "lib/**/*"
26
+ "lib"
27
27
  ],
28
28
  "exports": {
29
29
  ".": {
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@aneuhold/local-npm-registry": "*",
57
- "@aneuhold/main-scripts": "^2.3.0",
57
+ "@aneuhold/main-scripts": "^2.4.0",
58
58
  "@types/node": "^22.15.3",
59
59
  "@types/node-fetch": "^2.6.12",
60
60
  "eslint": "^9.26.0",