@prosopo/load-balancer 2.10.38 → 2.10.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.38 build:cjs
2
+ > @prosopo/load-balancer@2.10.40 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.97 kB │ gzip: 0.95 kB
36
36
  dist/cjs/providers.cjs 5.75 kB │ gzip: 2.02 kB
37
37
 
38
- ✓ built in 56ms
38
+ ✓ built in 54ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.38 build:tsc
2
+ > @prosopo/load-balancer@2.10.40 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 1:56:20 PM - Projects in this build:
5
+ 1:15:11 PM - 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
- 1:56:20 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
+ 1:15:11 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'
16
16
 
17
- 1:56:20 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
17
+ 1:15:11 PM - 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
- 1:56:20 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
19
+ 1:15:11 PM - 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
- 1:56:20 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
21
+ 1:15:11 PM - 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
- 1:56:20 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
+ 1:15:11 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'
24
24
 
25
- 1:56:20 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/index.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
+ 1:15:11 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'
26
26
 
27
- 1:56:20 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/index.ts' is older than output '../common/tsconfig.tsbuildinfo'
27
+ 1:15:11 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/utils/batches.ts' is older than output '../common/tsconfig.tsbuildinfo'
28
28
 
29
- 1:56:20 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
29
+ 1:15:11 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
30
30
 
31
- 1:56:20 PM - Building project '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'...
31
+ 1:15:11 PM - 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.38 build
2
+ > @prosopo/load-balancer@2.10.40 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/load-balancer@2.10.38 build:cross-env
6
+ > @prosopo/load-balancer@2.10.40 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -40,4 +40,4 @@ dist/retry.js 1.09 kB │ gzip: 0.55 kB
40
40
  dist/balancer.js 1.80 kB │ gzip: 0.93 kB
41
41
  dist/providers.js 5.51 kB │ gzip: 2.00 kB
42
42
 
43
- ✓ built in 32ms
43
+ ✓ built in 60ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # @prosopo/load-balancer
2
2
 
3
+ ## 2.10.40
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [6f57ee9]
7
+ - Updated dependencies [d288371]
8
+ - @prosopo/types@5.7.0
9
+ - @prosopo/common@3.1.54
10
+
11
+ ## 2.10.39
12
+ ### Patch Changes
13
+
14
+ - 89dd38a: chore(deps): batch the outstanding dependabot bumps into one upgrade
15
+
16
+ Rolls up dependabot PRs #3112, #3127-#3134 and #3159. Majors: `mongoose`
17
+ 8 -> 9, `bson` 6 -> 7, `@noble/curves` 1 -> 2, `@polkadot/util-crypto`
18
+ 13 -> 14, `@typegoose/auto-increment` 4 -> 5, `@babel/preset-env` 7 -> 8,
19
+ `@types/jsdom` 21 -> 30, `@types/bcrypt` 5 -> 6, `@actions/github` 6 -> 9,
20
+ `testcontainers` 11 -> 12. The rest are minor/patch.
21
+
22
+ Code changes the majors forced:
23
+ - `@noble/curves` v2 requires `.js` specifiers and renamed the point API,
24
+ so `secp256k1.ProjectivePoint.fromHex(...).toRawBytes()` becomes
25
+ `secp256k1.Point.fromBytes(...).toBytes()`, `RistrettoPoint` becomes
26
+ `ristretto255.Point`, and `abstract/utils` moves to `utils.js`.
27
+ - mongoose 9 drops `RootFilterQuery` (now `QueryFilter`), no longer sets
28
+ `background: true` on schema indexes by default, and no longer declares
29
+ `id` on `Document`, which un-hid a mismatch between
30
+ `updateDappUserCommitment`'s `Hash` parameter and the `string` `id` it
31
+ filters on.
32
+ - mongoose 9 rejects an aggregation-pipeline update (an array) unless the
33
+ call passes `updatePipeline: true`, so the six pipeline writes in
34
+ `ProviderDatabase` now opt in explicitly.
35
+ - mongoose 9's `castUpdate` throws on a `$setOnInsert` key inside `$set`.
36
+ `storeUserImageCaptchaSolution` passed its record straight in as the
37
+ update, and mongoose's `moveImmutableProperties` mutates that object on
38
+ an upsert -- adding the very `$setOnInsert` key the record then carried
39
+ into `CentralDbStreamer.streamImageRecord`. Image records stopped
40
+ reaching the central DB (the streamer is fire-and-forget, so it only
41
+ logged) and signup verification returned 500. The update is now an
42
+ explicit `$set` over a shallow copy.
43
+ - `@prosopo/database` moves from mongodb 6.20 to 7.5 to match the driver
44
+ mongoose 9 pulls, so bson 7 is the only copy resolvable in the package.
45
+ - `vitest`/`@vitest/coverage-v8` go to 4.1.11 alongside dependabot's
46
+ `@vitest/spy` bump; leaving them at 4.1.10 installed a second copy of
47
+ `@vitest/spy` and broke type inference in the provider test utils.
48
+ - Updated dependencies [89dd38a]
49
+ - Updated dependencies [80f73c1]
50
+ - Updated dependencies [8a670d3]
51
+ - @prosopo/common@3.1.53
52
+ - @prosopo/types@5.6.0
53
+
3
54
  ## 2.10.38
4
55
  ### Patch Changes
5
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/load-balancer",
3
- "version": "2.10.38",
3
+ "version": "2.10.40",
4
4
  "description": "Provider load balancer",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  "homepage": "https://github.com/prosopo/captcha#readme",
39
39
  "dependencies": {
40
- "@prosopo/common": "3.1.52",
41
- "@prosopo/types": "5.5.3",
40
+ "@prosopo/common": "3.1.54",
41
+ "@prosopo/types": "5.7.0",
42
42
  "zod": "3.23.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@prosopo/config": "3.3.12",
45
+ "@prosopo/config": "3.3.14",
46
46
  "@types/node": "22.10.2",
47
- "@vitest/coverage-v8": "4.1.10",
47
+ "@vitest/coverage-v8": "4.1.11",
48
48
  "concurrently": "9.0.1",
49
49
  "del-cli": "6.0.0",
50
50
  "dotenv": "17.2.1",
@@ -53,7 +53,7 @@
53
53
  "tsx": "4.20.3",
54
54
  "typescript": "5.6.2",
55
55
  "vite": "8.1.5",
56
- "vitest": "4.1.10"
56
+ "vitest": "4.1.11"
57
57
  },
58
58
  "sideEffects": false
59
59
  }