@treatwell/moleculer-essentials 2.0.0-beta.1 → 2.0.0-beta.2

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 +15 -15
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "type": "git",
7
7
  "url": "https://github.com/treatwell/moleculer-essentials"
8
8
  },
9
- "version": "2.0.0-beta.1",
9
+ "version": "2.0.0-beta.2",
10
10
  "main": "./dist/index.cjs",
11
11
  "module": "./dist/index.mjs",
12
12
  "types": "./dist/index.d.cts",
@@ -109,8 +109,8 @@
109
109
  "bson": "^6.2.0",
110
110
  "date-fns": "^2.21.3",
111
111
  "es-toolkit": "^1.42.0",
112
- "pino": "^9.14.0",
113
- "pino-pretty": "^13.1.2"
112
+ "pino": "^10.1.0",
113
+ "pino-pretty": "^13.1.3"
114
114
  },
115
115
  "peerDependencies": {
116
116
  "@aws-crypto/client-node": "^4.2.1",
@@ -148,33 +148,33 @@
148
148
  },
149
149
  "devDependencies": {
150
150
  "@aws-crypto/client-node": "^4.2.1",
151
- "@eslint/js": "^9.39.1",
151
+ "@eslint/js": "^9.39.2",
152
152
  "@treatwell/eslint-plugin-moleculer": "^1.1.2",
153
- "@tsconfig/node-lts": "^22.0.4",
153
+ "@tsconfig/node-lts": "^24.0.0",
154
154
  "@types/jsonwebtoken": "^9.0.10",
155
- "@types/node": "^24.10.1",
155
+ "@types/node": "^24.10.4",
156
156
  "@types/redlock": "^4.0.8",
157
- "bullmq": "^5.59.0",
158
- "eslint": "^9.39.1",
157
+ "bullmq": "^5.66.3",
158
+ "eslint": "^9.39.2",
159
159
  "eslint-config-prettier": "^10.1.8",
160
160
  "eslint-import-resolver-typescript": "^4.4.4",
161
161
  "eslint-plugin-import": "^2.32.0",
162
162
  "eslint-plugin-prettier": "^5.5.4",
163
163
  "ioredis": "^5.8.2",
164
164
  "jiti": "^2.6.1",
165
- "jsonwebtoken": "^9.0.2",
165
+ "jsonwebtoken": "^9.0.3",
166
166
  "jwks-rsa": "^3.2.0",
167
167
  "moleculer": "^0.14.35",
168
168
  "mongodb": "^6.21.0",
169
- "mongodb-memory-server": "^10.3.0",
169
+ "mongodb-memory-server": "^11.0.1",
170
170
  "pkgroll": "2.20.1",
171
- "prettier": "^3.6.2",
171
+ "prettier": "^3.7.4",
172
172
  "redlock": "^4.2.0",
173
173
  "semantic-release": "^25.0.2",
174
174
  "typescript": "~5.9.3",
175
- "typescript-eslint": "^8.48.0",
176
- "vitest": "^4.0.13",
177
- "zod": "^4.1.13"
175
+ "typescript-eslint": "^8.50.1",
176
+ "vitest": "^4.0.16",
177
+ "zod": "^4.2.1"
178
178
  },
179
179
  "files": [
180
180
  "dist"
@@ -182,5 +182,5 @@
182
182
  "publishConfig": {
183
183
  "access": "public"
184
184
  },
185
- "packageManager": "yarn@4.9.2"
185
+ "packageManager": "yarn@4.12.0"
186
186
  }