@prosopo/load-balancer 2.10.23 → 2.10.25

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.23 build:cjs
2
+ > @prosopo/load-balancer@2.10.25 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -35,4 +35,4 @@ dist/cjs/retry.cjs 1.13 kB │ gzip: 0.56 kB
35
35
  dist/cjs/balancer.cjs 1.95 kB │ gzip: 0.95 kB
36
36
  dist/cjs/providers.cjs 5.75 kB │ gzip: 2.02 kB
37
37
 
38
- ✓ built in 81ms
38
+ ✓ built in 43ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.23 build:tsc
2
+ > @prosopo/load-balancer@2.10.25 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 8:01:35 PM - Projects in this build:
5
+ 11:33:49 AM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -12,21 +12,21 @@
12
12
  * ../common/tsconfig.json
13
13
  * tsconfig.json
14
14
 
15
- 8:01:35 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/webpack/webpack.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
15
+ 11:33:49 AM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/vite/NodejsPolarsNativeFilePlugin.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
16
16
 
17
- 8:01:35 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
17
+ 11:33:49 AM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
18
18
 
19
- 8:01:35 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
19
+ 11:33:49 AM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
20
20
 
21
- 8:01:35 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
21
+ 11:33:49 AM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
22
22
 
23
- 8:01:36 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
23
+ 11:33:49 AM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
24
24
 
25
- 8:01:36 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/types.test-d.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
+ 11:33:50 AM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/types.test-d.ts' is older than output '../types/tsconfig.tsbuildinfo'
26
26
 
27
- 8:01:36 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/index.ts' is older than output '../common/tsconfig.tsbuildinfo'
27
+ 11:33:50 AM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/error.ts' is older than output '../common/tsconfig.tsbuildinfo'
28
28
 
29
- 8:01:36 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
29
+ 11:33:50 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
30
30
 
31
- 8:01:36 PM - Building project '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'...
31
+ 11:33:50 AM - Building project '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'...
32
32
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.23 build
2
+ > @prosopo/load-balancer@2.10.25 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/load-balancer@2.10.23 build:cross-env
6
+ > @prosopo/load-balancer@2.10.25 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -18,6 +18,7 @@ ViteEsmConfig: .
18
18
  ]
19
19
  }
20
20
  {
21
+ The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
21
22
  externals: [
22
23
  '@prosopo/common',
23
24
  '@prosopo/locale',
@@ -27,7 +28,6 @@ ViteEsmConfig: .
27
28
  '@prosopo/util-crypto'
28
29
  ]
29
30
  }
30
- The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
31
31
  vite v8.1.5 building ssr environment for production...
32
32
  Bundle build started
33
33
  
@@ -40,4 +40,4 @@ dist/retry.js 1.09 kB │ gzip: 0.55 kB
40
40
  dist/balancer.js 1.78 kB │ gzip: 0.92 kB
41
41
  dist/providers.js 5.51 kB │ gzip: 2.00 kB
42
42
 
43
- ✓ built in 74ms
43
+ ✓ built in 54ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/load-balancer
2
2
 
3
+ ## 2.10.25
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [234c737]
7
+ - @prosopo/types@5.2.0
8
+
9
+ ## 2.10.24
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [ee5d250]
13
+ - @prosopo/types@5.1.2
14
+
3
15
  ## 2.10.23
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/load-balancer",
3
- "version": "2.10.23",
3
+ "version": "2.10.25",
4
4
  "description": "Provider load balancer",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "homepage": "https://github.com/prosopo/captcha#readme",
39
39
  "dependencies": {
40
40
  "@prosopo/common": "3.1.50",
41
- "@prosopo/types": "5.1.1",
41
+ "@prosopo/types": "5.2.0",
42
42
  "zod": "3.23.8"
43
43
  },
44
44
  "devDependencies": {