@prosopo/api-express-router 3.0.34 → 3.0.40

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.
@@ -0,0 +1,54 @@
1
+
2
+ > @prosopo/api-express-router@3.0.40 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ViteCommonJSConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/env/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
22
+ ]
23
+ }
24
+ {
25
+ externals: [
26
+ '@prosopo/api-route',
27
+ '@prosopo/common',
28
+ '@prosopo/locale',
29
+ '@prosopo/types',
30
+ '@prosopo/util',
31
+ '@prosopo/util-crypto',
32
+ '@prosopo/env',
33
+ '@prosopo/database',
34
+ '@prosopo/types-database',
35
+ '@prosopo/user-access-policy',
36
+ '@prosopo/redis-client',
37
+ '@prosopo/api',
38
+ '@prosopo/types-env',
39
+ '@prosopo/keyring'
40
+ ]
41
+ }
42
+ vite v6.4.1 building SSR bundle for production...
43
+ Bundle build started
44
+ transforming...
45
+ Build end
46
+ ✓ 6 modules transformed.
47
+ rendering chunks...
48
+ dist/cjs/errorHandler.cjs 0.49 kB
49
+ dist/cjs/middlewares/requestLoggerMiddleware.cjs 0.69 kB
50
+ dist/cjs/apiExpressRouterFactory.cjs 0.92 kB
51
+ dist/cjs/endpointAdapter/apiExpressDefaultEndpointAdapter.cjs 1.09 kB
52
+ dist/cjs/index.cjs 1.16 kB
53
+ dist/cjs/middlewares/authMiddleware.cjs 2.60 kB
54
+ ✓ built in 132ms
@@ -0,0 +1,54 @@
1
+
2
+ > @prosopo/api-express-router@3.0.40 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ViteEsmConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/env/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
22
+ ]
23
+ }
24
+ {
25
+ externals: [
26
+ '@prosopo/api-route',
27
+ '@prosopo/common',
28
+ '@prosopo/locale',
29
+ '@prosopo/types',
30
+ '@prosopo/util',
31
+ '@prosopo/util-crypto',
32
+ '@prosopo/env',
33
+ '@prosopo/database',
34
+ '@prosopo/types-database',
35
+ '@prosopo/user-access-policy',
36
+ '@prosopo/redis-client',
37
+ '@prosopo/api',
38
+ '@prosopo/types-env',
39
+ '@prosopo/keyring'
40
+ ]
41
+ }
42
+ vite v6.4.1 building SSR bundle for production...
43
+ Bundle build started
44
+ transforming...
45
+ Build end
46
+ ✓ 6 modules transformed.
47
+ rendering chunks...
48
+ dist/errorHandler.js 0.39 kB
49
+ dist/middlewares/requestLoggerMiddleware.js 0.58 kB
50
+ dist/index.js 0.78 kB
51
+ dist/apiExpressRouterFactory.js 0.78 kB
52
+ dist/endpointAdapter/apiExpressDefaultEndpointAdapter.js 0.98 kB
53
+ dist/middlewares/authMiddleware.js 2.46 kB
54
+ ✓ built in 204ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # @prosopo/api-express-router
2
2
 
3
+ ## 3.0.40
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/api-route@2.6.34
9
+ - @prosopo/common@3.1.26
10
+ - @prosopo/env@3.2.28
11
+ - @prosopo/locale@3.1.26
12
+ - @prosopo/types@3.6.4
13
+
14
+ ## 3.0.39
15
+ ### Patch Changes
16
+
17
+ - 93d92a7: little bump for publish all
18
+ - Updated dependencies [93d92a7]
19
+ - @prosopo/api-route@2.6.33
20
+ - @prosopo/common@3.1.25
21
+ - @prosopo/env@3.2.27
22
+ - @prosopo/locale@3.1.25
23
+ - @prosopo/types@3.6.3
24
+
25
+ ## 3.0.38
26
+ ### Patch Changes
27
+
28
+ - 8ee8434: bump node engines to 24 and npm version to 11
29
+ - cfee479: make @prosopo/config a dev dep
30
+ - Updated dependencies [8ee8434]
31
+ - Updated dependencies [cfee479]
32
+ - @prosopo/api-route@2.6.32
33
+ - @prosopo/common@3.1.24
34
+ - @prosopo/locale@3.1.24
35
+ - @prosopo/types@3.6.2
36
+ - @prosopo/env@3.2.26
37
+
38
+ ## 3.0.37
39
+ ### Patch Changes
40
+
41
+ - e926831: mega mini bump for all to trigger publish all
42
+ - Updated dependencies [e926831]
43
+ - @prosopo/config@3.1.23
44
+ - @prosopo/api-route@2.6.31
45
+ - @prosopo/common@3.1.23
46
+ - @prosopo/env@3.2.25
47
+ - @prosopo/locale@3.1.23
48
+ - @prosopo/types@3.6.1
49
+
50
+ ## 3.0.36
51
+ ### Patch Changes
52
+
53
+ - @prosopo/env@3.2.24
54
+
55
+ ## 3.0.35
56
+ ### Patch Changes
57
+
58
+ - @prosopo/env@3.2.23
59
+
3
60
  ## 3.0.34
4
61
  ### Patch Changes
5
62
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@prosopo/api-express-router",
3
- "version": "3.0.34",
3
+ "version": "3.0.40",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
7
7
  "engines": {
8
- "node": ">=v20.0.0",
9
- "npm": ">=10.6.0"
8
+ "node": "^24",
9
+ "npm": "^11"
10
10
  },
11
11
  "exports": {
12
12
  ".": {
@@ -25,12 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@polkadot/util": "13.5.7",
28
- "@prosopo/api-route": "2.6.30",
29
- "@prosopo/common": "3.1.22",
30
- "@prosopo/env": "3.2.22",
31
- "@prosopo/locale": "3.1.22",
32
- "@prosopo/types": "3.6.0",
33
- "@prosopo/config": "3.1.22",
28
+ "@prosopo/api-route": "2.6.34",
29
+ "@prosopo/common": "3.1.26",
30
+ "@prosopo/env": "3.2.28",
31
+ "@prosopo/locale": "3.1.26",
32
+ "@prosopo/types": "3.6.4",
34
33
  "dotenv": "16.4.5",
35
34
  "express": "4.21.2",
36
35
  "i18next": "24.1.0",
@@ -38,6 +37,7 @@
38
37
  "zod": "3.23.8"
39
38
  },
40
39
  "devDependencies": {
40
+ "@prosopo/config": "3.1.26",
41
41
  "@types/node": "22.10.2",
42
42
  "vitest": "3.2.4"
43
43
  },