@prosopo/detector 3.5.21 → 3.5.23

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.21 build:cjs
2
+ > @prosopo/detector@3.5.23 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -12,6 +12,7 @@ ViteCommonJSConfig: .
12
12
  ]
13
13
  }
14
14
  {
15
+ 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.
15
16
  externals: [
16
17
  '@prosopo/types',
17
18
  '@prosopo/locale',
@@ -19,7 +20,6 @@ ViteCommonJSConfig: .
19
20
  '@prosopo/util-crypto'
20
21
  ]
21
22
  }
22
- 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.
23
23
  vite v8.1.5 building ssr environment for production...
24
24
  Bundle build started
25
25
  
@@ -30,4 +30,4 @@ 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
32
  
33
- ✓ built in 182ms
33
+ ✓ built in 110ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/detector@3.5.21 build:tsc
2
+ > @prosopo/detector@3.5.23 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 8:01:29 PM - Projects in this build:
5
+ 11:33:41 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
- 8:01:29 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
+ 11:33:41 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'
14
14
 
15
- 8:01:29 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
15
+ 11:33:41 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
- 8:01:29 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
17
+ 11:33:41 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
- 8:01:29 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
+ 11:33:41 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
- 8:01:29 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
+ 11:33:41 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
- 8:01:29 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
23
+ 11:33:41 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
24
24
 
25
- 8:01:29 PM - Building project '/home/runner/work/captcha/captcha/packages/detector/tsconfig.json'...
25
+ 11:33:41 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.21 build
2
+ > @prosopo/detector@3.5.23 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/detector@3.5.21 build:cross-env
6
+ > @prosopo/detector@3.5.23 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 154ms
36
+ ✓ built in 131ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.5.23
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [234c737]
7
+ - @prosopo/types@5.2.0
8
+
9
+ ## 3.5.22
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [ee5d250]
13
+ - @prosopo/types@5.1.2
14
+
3
15
  ## 3.5.21
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/detector",
3
- "version": "3.5.21",
3
+ "version": "3.5.23",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "engines": {
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "type": "module",
27
27
  "dependencies": {
28
- "@prosopo/types": "5.1.1",
28
+ "@prosopo/types": "5.2.0",
29
29
  "dotenv": "16.4.5"
30
30
  },
31
31
  "devDependencies": {