fiberx-backend-toolkit 1.0.9 → 1.0.10

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 +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiberx-backend-toolkit",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A TypeScript backend toolkit providing shared domain logic, infrastructure helpers, and utilities for FiberX server-side applications and services.",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -94,7 +94,7 @@
94
94
  "license": "ISC",
95
95
  "author": "David Matt-Ojo",
96
96
  "dependencies": {
97
- "@google-cloud/storage": "^7.19.0",
97
+ "@google-cloud/storage": "^7.21.0",
98
98
  "@types/nodemailer": "^8.0.0",
99
99
  "axios": "^1.17.0",
100
100
  "bcrypt": "^6.0.0",
@@ -105,39 +105,37 @@
105
105
  "jsonwebtoken": "^9.0.3",
106
106
  "nodemailer": "^8.0.10",
107
107
  "sequelize": "^6.37.8",
108
- "sequelize-typescript": "^2.1.6",
109
108
  "uuid": "^14.0.0"
110
109
  },
111
110
  "devDependencies": {
112
111
  "@eslint/js": "^10.0.1",
113
- "@types/axios": "^0.14.4",
114
112
  "@types/bcrypt": "^6.0.0",
115
113
  "@types/ejs": "^3.1.5",
116
114
  "@types/express": "^5.0.6",
117
115
  "@types/js-yaml": "^4.0.9",
118
116
  "@types/jsonwebtoken": "^9.0.10",
119
- "@types/node": "^25.9.1",
120
- "@types/uuid": "^11.0.0",
117
+ "@types/node": "^25.9.2",
121
118
  "cspell": "^10.0.1",
122
119
  "eslint": "^10.4.1",
123
120
  "globals": "^17.6.0",
124
- "prettier": "^3.8.3",
121
+ "prettier": "^3.8.4",
125
122
  "ts-node": "^10.9.2",
126
123
  "tsc-alias": "^1.8.17",
127
124
  "tsconfig-paths": "^4.2.0",
128
125
  "tsup": "^8.5.1",
129
126
  "typescript": "^6.0.3",
130
- "typescript-eslint": "^8.60.1"
127
+ "typescript-eslint": "^8.61.0"
131
128
  },
132
129
  "overrides": {
133
130
  "qs": "^6.15.2",
134
131
  "uuid": "^14.0.0"
135
132
  },
136
133
  "engines": {
137
- "node": "26.x"
134
+ "node": ">=24 <27"
138
135
  },
139
136
  "allowScripts": {
140
137
  "bcrypt@6.0.0": true,
141
- "esbuild@0.27.7": true
138
+ "esbuild@0.27.7": true,
139
+ "fsevents@2.3.3": true
142
140
  }
143
141
  }