@prosopo/types-database 2.4.1 → 2.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/types-database",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Types for prosopo database",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -31,16 +31,16 @@
31
31
  },
32
32
  "homepage": "https://github.com/prosopo/captcha#readme",
33
33
  "dependencies": {
34
- "@prosopo/common": "2.4.1",
35
- "@prosopo/types": "2.4.1",
36
- "@prosopo/user-access-policy": "2.4.1",
37
- "express": "4.21.1",
34
+ "@prosopo/common": "2.4.2",
35
+ "@prosopo/types": "2.4.2",
36
+ "@prosopo/user-access-policy": "2.4.2",
37
+ "express": "4.21.2",
38
38
  "mongodb": "6.9.0",
39
39
  "mongoose": "8.6.2",
40
40
  "zod": "3.23.8"
41
41
  },
42
42
  "devDependencies": {
43
- "@prosopo/config": "2.4.1",
43
+ "@prosopo/config": "2.4.2",
44
44
  "@vitest/coverage-v8": "2.1.1",
45
45
  "concurrently": "9.0.1",
46
46
  "del-cli": "6.0.0",
@@ -1,5 +1,5 @@
1
1
  import path from "node:path";
2
- // Copyright 2021-2024 Prosopo (UK) Ltd.
2
+ // Copyright 2021-2025 Prosopo (UK) Ltd.
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.