@prosopo/api-express-router 3.0.39 → 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,16 @@
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
+
3
14
  ## 3.0.39
4
15
  ### Patch Changes
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/api-express-router",
3
- "version": "3.0.39",
3
+ "version": "3.0.40",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@polkadot/util": "13.5.7",
28
- "@prosopo/api-route": "2.6.33",
29
- "@prosopo/common": "3.1.25",
30
- "@prosopo/env": "3.2.27",
31
- "@prosopo/locale": "3.1.25",
32
- "@prosopo/types": "3.6.3",
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",
33
33
  "dotenv": "16.4.5",
34
34
  "express": "4.21.2",
35
35
  "i18next": "24.1.0",
@@ -37,7 +37,7 @@
37
37
  "zod": "3.23.8"
38
38
  },
39
39
  "devDependencies": {
40
- "@prosopo/config": "3.1.25",
40
+ "@prosopo/config": "3.1.26",
41
41
  "@types/node": "22.10.2",
42
42
  "vitest": "3.2.4"
43
43
  },