@prosopo/server 2.9.47 → 2.9.48

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,39 @@
1
+
2
+ > @prosopo/server@2.9.48 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/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'
16
+ ]
17
+ }
18
+ {
19
+ externals: [
20
+ '@prosopo/api',
21
+ '@prosopo/types',
22
+ '@prosopo/locale',
23
+ '@prosopo/util',
24
+ '@prosopo/util-crypto',
25
+ '@prosopo/common',
26
+ '@prosopo/keyring',
27
+ '@prosopo/load-balancer'
28
+ ]
29
+ }
30
+ vite v6.4.1 building SSR bundle for production...
31
+ Bundle build started
32
+ transforming...
33
+ Build end
34
+ ✓ 3 modules transformed.
35
+ rendering chunks...
36
+ dist/cjs/index.cjs 0.57 kB
37
+ dist/cjs/config.cjs 0.92 kB
38
+ dist/cjs/server.cjs 4.27 kB
39
+ ✓ built in 169ms
@@ -0,0 +1,39 @@
1
+
2
+ > @prosopo/server@2.9.48 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/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'
16
+ ]
17
+ }
18
+ {
19
+ externals: [
20
+ '@prosopo/api',
21
+ '@prosopo/types',
22
+ '@prosopo/locale',
23
+ '@prosopo/util',
24
+ '@prosopo/util-crypto',
25
+ '@prosopo/common',
26
+ '@prosopo/keyring',
27
+ '@prosopo/load-balancer'
28
+ ]
29
+ }
30
+ vite v6.4.1 building SSR bundle for production...
31
+ Bundle build started
32
+ transforming...
33
+ Build end
34
+ ✓ 3 modules transformed.
35
+ rendering chunks...
36
+ dist/index.js 0.39 kB
37
+ dist/config.js 0.81 kB
38
+ dist/server.js 4.20 kB
39
+ ✓ built in 200ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/server
2
2
 
3
+ ## 2.9.48
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/api@3.1.37
9
+ - @prosopo/common@3.1.26
10
+ - @prosopo/keyring@2.8.40
11
+ - @prosopo/load-balancer@2.8.13
12
+ - @prosopo/types@3.6.4
13
+ - @prosopo/util@3.2.4
14
+
3
15
  ## 2.9.47
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/server",
3
- "version": "2.9.47",
3
+ "version": "2.9.48",
4
4
  "description": "NodeJS package for server side communication with the prosopo captcha client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,16 +35,16 @@
35
35
  "homepage": "https://github.com/prosopo/captcha#readme",
36
36
  "sideEffects": false,
37
37
  "dependencies": {
38
- "@prosopo/api": "3.1.36",
39
- "@prosopo/common": "3.1.25",
40
- "@prosopo/keyring": "2.8.39",
41
- "@prosopo/load-balancer": "2.8.12",
42
- "@prosopo/types": "3.6.3",
43
- "@prosopo/util": "3.2.3",
38
+ "@prosopo/api": "3.1.37",
39
+ "@prosopo/common": "3.1.26",
40
+ "@prosopo/keyring": "2.8.40",
41
+ "@prosopo/load-balancer": "2.8.13",
42
+ "@prosopo/types": "3.6.4",
43
+ "@prosopo/util": "3.2.4",
44
44
  "i18next": "24.1.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@prosopo/config": "3.1.25",
47
+ "@prosopo/config": "3.1.26",
48
48
  "@types/node": "22.10.2",
49
49
  "@vitest/coverage-v8": "3.2.4",
50
50
  "concurrently": "9.0.1",