@prosopo/load-balancer 2.8.9 → 2.8.13

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,33 @@
1
+
2
+ > @prosopo/load-balancer@2.8.13 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/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
13
+ ]
14
+ }
15
+ {
16
+ externals: [
17
+ '@prosopo/common',
18
+ '@prosopo/locale',
19
+ '@prosopo/types',
20
+ '@prosopo/util',
21
+ '@prosopo/util-crypto'
22
+ ]
23
+ }
24
+ vite v6.4.1 building SSR bundle for production...
25
+ Bundle build started
26
+ transforming...
27
+ Build end
28
+ ✓ 3 modules transformed.
29
+ rendering chunks...
30
+ dist/cjs/index.cjs 0.53 kB
31
+ dist/cjs/providers.cjs 1.39 kB
32
+ dist/cjs/balancer.cjs 1.67 kB
33
+ ✓ built in 189ms
@@ -0,0 +1,33 @@
1
+
2
+ > @prosopo/load-balancer@2.8.13 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/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
13
+ ]
14
+ }
15
+ {
16
+ externals: [
17
+ '@prosopo/common',
18
+ '@prosopo/locale',
19
+ '@prosopo/types',
20
+ '@prosopo/util',
21
+ '@prosopo/util-crypto'
22
+ ]
23
+ }
24
+ vite v6.4.1 building SSR bundle for production...
25
+ Bundle build started
26
+ transforming...
27
+ Build end
28
+ ✓ 3 modules transformed.
29
+ rendering chunks...
30
+ dist/index.js 0.33 kB
31
+ dist/providers.js 1.22 kB
32
+ dist/balancer.js 1.50 kB
33
+ ✓ built in 188ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @prosopo/load-balancer
2
2
 
3
+ ## 2.8.13
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/common@3.1.26
9
+ - @prosopo/types@3.6.4
10
+
11
+ ## 2.8.12
12
+ ### Patch Changes
13
+
14
+ - 93d92a7: little bump for publish all
15
+ - Updated dependencies [93d92a7]
16
+ - @prosopo/common@3.1.25
17
+ - @prosopo/types@3.6.3
18
+
19
+ ## 2.8.11
20
+ ### Patch Changes
21
+
22
+ - 8ee8434: bump node engines to 24 and npm version to 11
23
+ - cfee479: make @prosopo/config a dev dep
24
+ - Updated dependencies [8ee8434]
25
+ - Updated dependencies [cfee479]
26
+ - @prosopo/common@3.1.24
27
+ - @prosopo/types@3.6.2
28
+
29
+ ## 2.8.10
30
+ ### Patch Changes
31
+
32
+ - e926831: mega mini bump for all to trigger publish all
33
+ - Updated dependencies [e926831]
34
+ - @prosopo/config@3.1.23
35
+ - @prosopo/common@3.1.23
36
+ - @prosopo/types@3.6.1
37
+
3
38
  ## 2.8.9
4
39
  ### Patch Changes
5
40
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@prosopo/load-balancer",
3
- "version": "2.8.9",
3
+ "version": "2.8.13",
4
4
  "description": "Provider load balancer",
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,12 +35,12 @@
35
35
  },
36
36
  "homepage": "https://github.com/prosopo/captcha#readme",
37
37
  "dependencies": {
38
- "@prosopo/common": "3.1.22",
39
- "@prosopo/config": "3.1.22",
40
- "@prosopo/types": "3.6.0",
38
+ "@prosopo/common": "3.1.26",
39
+ "@prosopo/types": "3.6.4",
41
40
  "zod": "3.23.8"
42
41
  },
43
42
  "devDependencies": {
43
+ "@prosopo/config": "3.1.26",
44
44
  "@types/node": "22.10.2",
45
45
  "@vitest/coverage-v8": "3.2.4",
46
46
  "concurrently": "9.0.1",