@prosopo/api 4.1.4 → 4.1.5

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