@konker.dev/neverthrow-r-middleware 0.0.2 → 0.1.0

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 +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konker.dev/neverthrow-r-middleware",
3
- "version": "0.0.2",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "author": "Konrad Markus <mail@konker.dev>",
6
6
  "license": "ISC",
@@ -193,7 +193,7 @@
193
193
  "@standard-schema/spec": "^1.0.0",
194
194
  "aws-lambda": "^1.0.7",
195
195
  "hono": "^4.0.0",
196
- "@konker.dev/neverthrow-r-schema": "0.0.1"
196
+ "@konker.dev/neverthrow-r-schema": "0.1.0"
197
197
  },
198
198
  "peerDependenciesMeta": {
199
199
  "@konker.dev/neverthrow-r-schema": {
@@ -211,35 +211,35 @@
211
211
  },
212
212
  "dependencies": {
213
213
  "neverthrow": "^8.2.0",
214
- "@konker.dev/neverthrow-r": "0.0.1",
215
- "@konker.dev/neverthrow-r-auth-utils": "0.0.1",
216
- "@konker.dev/neverthrow-r-utils": "0.0.1"
214
+ "@konker.dev/neverthrow-r": "0.1.0",
215
+ "@konker.dev/neverthrow-r-auth-utils": "0.1.0",
216
+ "@konker.dev/neverthrow-r-utils": "0.1.0"
217
217
  },
218
218
  "devDependencies": {
219
- "@arethetypeswrong/cli": "^0.18.2",
220
- "@eslint/compat": "^2.0.1",
221
- "@eslint/js": "^9.39.2",
222
- "@konker.dev/common-config": "^0.8.0",
223
- "@standard-schema/spec": "^1.0.0",
224
- "@types/aws-lambda": "^8.10.159",
225
- "@types/node": "^25.8.0",
226
- "@vitest/coverage-istanbul": "^4.1.6",
227
- "eslint": "^9.39.2",
219
+ "@arethetypeswrong/cli": "^0.18.4",
220
+ "@eslint/compat": "^2.1.0",
221
+ "@eslint/js": "^10.0.1",
222
+ "@konker.dev/common-config": "^0.10.0",
223
+ "@standard-schema/spec": "^1.1.0",
224
+ "@types/aws-lambda": "^8.10.162",
225
+ "@types/node": "^26.1.0",
226
+ "@vitest/coverage-istanbul": "^4.1.9",
227
+ "eslint": "^10.6.0",
228
228
  "eslint-plugin-fp": "^2.3.0",
229
- "eslint-plugin-prettier": "^5.5.5",
230
- "eslint-plugin-simple-import-sort": "^12.1.1",
231
- "eslint-plugin-sort-destructure-keys": "^2.0.0",
232
- "hono": "^4.12.21",
229
+ "eslint-plugin-prettier": "^5.5.6",
230
+ "eslint-plugin-simple-import-sort": "^13.0.0",
231
+ "eslint-plugin-sort-destructure-keys": "^3.0.0",
232
+ "hono": "4.12.27",
233
233
  "leasot": "^14.4.0",
234
234
  "madge": "^8.0.0",
235
- "prettier": "^3.8.3",
236
- "tsx": "^4.22.1",
235
+ "prettier": "^3.9.4",
236
+ "tsx": "^4.23.0",
237
237
  "type-coverage": "^2.29.7",
238
- "typescript": "^5.9.3",
239
- "typescript-eslint": "^8.52.0",
240
- "vitest": "^4.1.6",
241
- "zod": "^3.23.0",
242
- "@konker.dev/neverthrow-r-schema": "0.0.1"
238
+ "typescript": "^6.0.3",
239
+ "typescript-eslint": "^8.62.1",
240
+ "vitest": "^4.1.9",
241
+ "zod": "^4.4.3",
242
+ "@konker.dev/neverthrow-r-schema": "0.1.0"
243
243
  },
244
244
  "scripts": {
245
245
  "test": "vitest run --coverage",