@prosopo/server 2.9.44 → 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,56 @@
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
+
15
+ ## 2.9.47
16
+ ### Patch Changes
17
+
18
+ - 93d92a7: little bump for publish all
19
+ - Updated dependencies [93d92a7]
20
+ - @prosopo/api@3.1.36
21
+ - @prosopo/common@3.1.25
22
+ - @prosopo/keyring@2.8.39
23
+ - @prosopo/load-balancer@2.8.12
24
+ - @prosopo/types@3.6.3
25
+ - @prosopo/util@3.2.3
26
+
27
+ ## 2.9.46
28
+ ### Patch Changes
29
+
30
+ - 8ee8434: bump node engines to 24 and npm version to 11
31
+ - cfee479: make @prosopo/config a dev dep
32
+ - Updated dependencies [8ee8434]
33
+ - Updated dependencies [cfee479]
34
+ - @prosopo/load-balancer@2.8.11
35
+ - @prosopo/keyring@2.8.38
36
+ - @prosopo/common@3.1.24
37
+ - @prosopo/types@3.6.2
38
+ - @prosopo/util@3.2.2
39
+ - @prosopo/api@3.1.35
40
+
41
+ ## 2.9.45
42
+ ### Patch Changes
43
+
44
+ - e926831: mega mini bump for all to trigger publish all
45
+ - Updated dependencies [e926831]
46
+ - @prosopo/config@3.1.23
47
+ - @prosopo/api@3.1.34
48
+ - @prosopo/common@3.1.23
49
+ - @prosopo/keyring@2.8.37
50
+ - @prosopo/load-balancer@2.8.10
51
+ - @prosopo/types@3.6.1
52
+ - @prosopo/util@3.2.1
53
+
3
54
  ## 2.9.44
4
55
  ### Patch Changes
5
56
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@prosopo/server",
3
- "version": "2.9.44",
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",
7
7
  "type": "module",
8
8
  "engines": {
9
- "node": ">=v20.0.0",
10
- "npm": ">=10.6.0"
9
+ "node": "^24",
10
+ "npm": "^11"
11
11
  },
12
12
  "exports": {
13
13
  ".": {
@@ -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.33",
39
- "@prosopo/common": "3.1.22",
40
- "@prosopo/config": "3.1.22",
41
- "@prosopo/keyring": "2.8.36",
42
- "@prosopo/load-balancer": "2.8.9",
43
- "@prosopo/types": "3.6.0",
44
- "@prosopo/util": "3.2.0",
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",
45
44
  "i18next": "24.1.0"
46
45
  },
47
46
  "devDependencies": {
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",