@prosopo/detector 3.5.17 → 3.5.18

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.17 build:cjs
2
+ > @prosopo/detector@3.5.18 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -26,12 +26,8 @@ Bundle build started
26
26
  ✓ 2 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/cjs/index.cjs 940.30 kB │ gzip: 353.37 kB
29
+ dist/cjs/index.cjs 639.28 kB │ gzip: 196.06 kB
30
30
 
31
- [COMMONJS_VARIABLE_IN_ESM] The CommonJS `module` variable is treated as a global variable in an ECMAScript module and may not work as expected
32
- - in src/index.js at 846915..846921
33
- - This file is considered to be an ECMAScript module because of the `export` keyword here: in src/index.js at 880799..880805
34
- 
35
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.
36
32
  
37
- ✓ built in 226ms
33
+ ✓ built in 147ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/detector@3.5.17 build:tsc
2
+ > @prosopo/detector@3.5.18 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 5:52:59 PM - Projects in this build:
5
+ 7:04:58 AM - 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
- 5:52:59 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
+ 7:04:58 AM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/vite/vite-plugin-copy.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
14
14
 
15
- 5:52:59 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
15
+ 7:04:58 AM - 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
- 5:53:00 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
+ 7:04:58 AM - 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
- 5:53:00 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
+ 7:04:58 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'
20
20
 
21
- 5:53:00 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'
21
+ 7:04:58 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'
22
22
 
23
- 5:53:00 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
23
+ 7:04:58 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
24
 
25
- 5:53:00 PM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
25
+ 7:04:58 AM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
26
26
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/detector@3.5.17 build
2
+ > @prosopo/detector@3.5.18 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/detector@3.5.17 build:cross-env
6
+ > @prosopo/detector@3.5.18 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -31,10 +31,6 @@ Bundle build started
31
31
  rendering chunks...
32
32
  computing gzip size...
33
33
  dist/_virtual/_rolldown/runtime.js 0.04 kB │ gzip: 0.06 kB
34
- dist/index.js 940.23 kB │ gzip: 353.35 kB
34
+ dist/index.js 639.21 kB │ gzip: 196.02 kB
35
35
 
36
- ✓ built in 152ms
37
- [COMMONJS_VARIABLE_IN_ESM] The CommonJS `module` variable is treated as a global variable in an ECMAScript module and may not work as expected
38
- - in src/index.js at 846915..846921
39
- - This file is considered to be an ECMAScript module because of the `export` keyword here: in src/index.js at 880799..880805
40
- 
36
+ ✓ built in 144ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.5.18
4
+ ### Patch Changes
5
+
6
+ - 1f55e02: Add contract tests pinning the shipped bundle's export surface and encryptData's
7
+ failure behaviour when web crypto is unavailable, and wire up the test script.
8
+ - 063e69d: Add optional `g` field on `Session`.
9
+ - Updated dependencies [16dbab0]
10
+ - Updated dependencies [063e69d]
11
+ - @prosopo/types@5.0.3
12
+
3
13
  ## 3.5.17
4
14
  ### Patch Changes
5
15