@prosopo/detector 3.3.14 → 3.3.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.
@@ -0,0 +1,29 @@
1
+
2
+ > @prosopo/detector@3.3.18 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ViteCommonJSConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
12
+ ]
13
+ }
14
+ {
15
+ externals: [
16
+ '@prosopo/types',
17
+ '@prosopo/locale',
18
+ '@prosopo/util',
19
+ '@prosopo/util-crypto'
20
+ ]
21
+ }
22
+ vite v6.4.1 building SSR bundle for production...
23
+ Bundle build started
24
+ transforming...
25
+ Build end
26
+ ✓ 1 modules transformed.
27
+ rendering chunks...
28
+ dist/cjs/index.cjs 239.52 kB
29
+ ✓ built in 581ms
@@ -0,0 +1,29 @@
1
+
2
+ > @prosopo/detector@3.3.18 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ViteEsmConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
12
+ ]
13
+ }
14
+ {
15
+ externals: [
16
+ '@prosopo/types',
17
+ '@prosopo/locale',
18
+ '@prosopo/util',
19
+ '@prosopo/util-crypto'
20
+ ]
21
+ }
22
+ vite v6.4.1 building SSR bundle for production...
23
+ Bundle build started
24
+ transforming...
25
+ Build end
26
+ ✓ 1 modules transformed.
27
+ rendering chunks...
28
+ dist/index.js 239.52 kB
29
+ ✓ built in 665ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @prosopo/detector
2
2
 
3
+ ## 3.3.18
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/types@3.6.4
9
+
10
+ ## 3.3.17
11
+ ### Patch Changes
12
+
13
+ - 93d92a7: little bump for publish all
14
+ - Updated dependencies [93d92a7]
15
+ - @prosopo/types@3.6.3
16
+
17
+ ## 3.3.16
18
+ ### Patch Changes
19
+
20
+ - 8ee8434: bump node engines to 24 and npm version to 11
21
+ - cfee479: make @prosopo/config a dev dep
22
+ - Updated dependencies [8ee8434]
23
+ - Updated dependencies [cfee479]
24
+ - @prosopo/types@3.6.2
25
+
26
+ ## 3.3.15
27
+ ### Patch Changes
28
+
29
+ - e926831: mega mini bump for all to trigger publish all
30
+ - Updated dependencies [e926831]
31
+ - @prosopo/config@3.1.23
32
+ - @prosopo/types@3.6.1
33
+
3
34
  ## 3.3.14
4
35
  ### Patch Changes
5
36