@aneuhold/core-ts-db-lib 1.0.97 → 1.0.99

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aneuhold/core-ts-db-lib",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
4
4
  "description": "A core database library used for personal projects",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -30,21 +30,21 @@
30
30
  "link:core-ts-lib": "yarn link @aneuhold/core-ts-lib",
31
31
  "unlink:local": "cd lib && yarn unlink",
32
32
  "unlink:core-ts-lib": "yarn unlink @aneuhold/core-ts-lib && yarn install --force",
33
- "upgrade:all": "yarn upgrade --latest",
34
- "upgrade:core": "yarn upgrade --latest --pattern @aneuhold",
33
+ "upgrade:all": "yarn up",
34
+ "upgrade:core": "yarn up '@aneuhold/*'",
35
35
  "test": "jest",
36
36
  "lint": "eslint"
37
37
  },
38
38
  "dependencies": {
39
- "@aneuhold/core-ts-lib": "^1.1.33",
39
+ "@aneuhold/core-ts-lib": "^1.1.35",
40
40
  "bson": "^6.2.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@aneuhold/eslint-config": "^1.0.21",
43
+ "@aneuhold/eslint-config": "^1.0.22",
44
44
  "@types/jest": "^29.5.12",
45
45
  "@types/node": "^20.14.11",
46
46
  "@types/node-fetch": "^2.6.11",
47
- "eslint": "^9.7.0",
47
+ "eslint": "^9.8.0",
48
48
  "jest": "^29.7.0",
49
49
  "prettier": "^3.3.3",
50
50
  "ts-jest": "^29.2.3",