@prosopo/detector 3.5.35 → 3.5.37

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/detector@3.5.35 build:cjs
2
+ > @prosopo/detector@3.5.37 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -29,5 +29,5 @@ computing gzip size...
29
29
  dist/cjs/index.cjs 747.08 kB │ gzip: 218.73 kB
30
30
 
31
31
  [MIXED_EXPORTS] Entry module "src/index.js" is using named (including "default", "encryptData") and default exports together. Consumers of your bundle will have to use `..default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
32
+ ✓ built in 183ms
32
33
  
33
- ✓ built in 121ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/detector@3.5.35 build:tsc
2
+ > @prosopo/detector@3.5.37 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 1:56:15 PM - Projects in this build:
5
+ 1:15:07 PM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -10,17 +10,17 @@
10
10
  * ../types/tsconfig.json
11
11
  * tsconfig.json
12
12
 
13
- 1:56:15 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'
13
+ 1:15:07 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'
14
14
 
15
- 1:56:15 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
15
+ 1:15:07 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
16
16
 
17
- 1:56:15 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
+ 1:15:07 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
18
18
 
19
- 1:56:16 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'
19
+ 1:15:07 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'
20
20
 
21
- 1:56:16 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/index.ts' is older than output '../types/tsconfig.tsbuildinfo'
21
+ 1:15:07 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'
22
22
 
23
- 1:56:16 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
23
+ 1:15:07 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
24
 
25
- 1:56:16 PM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
25
+ 1:15:07 PM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
26
26
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/detector@3.5.35 build
2
+ > @prosopo/detector@3.5.37 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/detector@3.5.35 build:cross-env
6
+ > @prosopo/detector@3.5.37 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -33,4 +33,4 @@ computing gzip size...
33
33
  dist/_virtual/_rolldown/runtime.js 0.04 kB │ gzip: 0.06 kB
34
34
  dist/index.js 746.92 kB │ gzip: 218.67 kB
35
35
 
36
- ✓ built in 87ms
36
+ ✓ built in 184ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.5.37
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [6f57ee9]
7
+ - Updated dependencies [d288371]
8
+ - @prosopo/types@5.7.0
9
+
10
+ ## 3.5.36
11
+ ### Patch Changes
12
+
13
+ - 89dd38a: chore(deps): batch the outstanding dependabot bumps into one upgrade
14
+
15
+ Rolls up dependabot PRs #3112, #3127-#3134 and #3159. Majors: `mongoose`
16
+ 8 -> 9, `bson` 6 -> 7, `@noble/curves` 1 -> 2, `@polkadot/util-crypto`
17
+ 13 -> 14, `@typegoose/auto-increment` 4 -> 5, `@babel/preset-env` 7 -> 8,
18
+ `@types/jsdom` 21 -> 30, `@types/bcrypt` 5 -> 6, `@actions/github` 6 -> 9,
19
+ `testcontainers` 11 -> 12. The rest are minor/patch.
20
+
21
+ Code changes the majors forced:
22
+ - `@noble/curves` v2 requires `.js` specifiers and renamed the point API,
23
+ so `secp256k1.ProjectivePoint.fromHex(...).toRawBytes()` becomes
24
+ `secp256k1.Point.fromBytes(...).toBytes()`, `RistrettoPoint` becomes
25
+ `ristretto255.Point`, and `abstract/utils` moves to `utils.js`.
26
+ - mongoose 9 drops `RootFilterQuery` (now `QueryFilter`), no longer sets
27
+ `background: true` on schema indexes by default, and no longer declares
28
+ `id` on `Document`, which un-hid a mismatch between
29
+ `updateDappUserCommitment`'s `Hash` parameter and the `string` `id` it
30
+ filters on.
31
+ - mongoose 9 rejects an aggregation-pipeline update (an array) unless the
32
+ call passes `updatePipeline: true`, so the six pipeline writes in
33
+ `ProviderDatabase` now opt in explicitly.
34
+ - mongoose 9's `castUpdate` throws on a `$setOnInsert` key inside `$set`.
35
+ `storeUserImageCaptchaSolution` passed its record straight in as the
36
+ update, and mongoose's `moveImmutableProperties` mutates that object on
37
+ an upsert -- adding the very `$setOnInsert` key the record then carried
38
+ into `CentralDbStreamer.streamImageRecord`. Image records stopped
39
+ reaching the central DB (the streamer is fire-and-forget, so it only
40
+ logged) and signup verification returned 500. The update is now an
41
+ explicit `$set` over a shallow copy.
42
+ - `@prosopo/database` moves from mongodb 6.20 to 7.5 to match the driver
43
+ mongoose 9 pulls, so bson 7 is the only copy resolvable in the package.
44
+ - `vitest`/`@vitest/coverage-v8` go to 4.1.11 alongside dependabot's
45
+ `@vitest/spy` bump; leaving them at 4.1.10 installed a second copy of
46
+ `@vitest/spy` and broke type inference in the provider test utils.
47
+ - Updated dependencies [89dd38a]
48
+ - Updated dependencies [80f73c1]
49
+ - Updated dependencies [8a670d3]
50
+ - @prosopo/types@5.6.0
51
+
3
52
  ## 3.5.35
4
53
  ### Patch Changes
5
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/detector",
3
- "version": "3.5.35",
3
+ "version": "3.5.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "engines": {
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "type": "module",
27
27
  "dependencies": {
28
- "@prosopo/types": "5.5.3",
28
+ "@prosopo/types": "5.7.0",
29
29
  "dotenv": "16.4.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@prosopo/config": "3.3.12",
32
+ "@prosopo/config": "3.3.14",
33
33
  "@types/node": "22.10.2",
34
- "@vitest/coverage-v8": "4.1.10",
34
+ "@vitest/coverage-v8": "4.1.11",
35
35
  "concurrently": "9.0.1",
36
36
  "del-cli": "6.0.0",
37
37
  "npm-run-all": "4.1.5",
@@ -39,7 +39,7 @@
39
39
  "tsx": "4.20.3",
40
40
  "typescript": "5.6.2",
41
41
  "vite": "8.1.5",
42
- "vitest": "4.1.10"
42
+ "vitest": "4.1.11"
43
43
  },
44
44
  "repository": {
45
45
  "type": "git",