@prosopo/cli 3.5.0 → 3.5.8

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,77 @@
1
+
2
+ > @prosopo/cli@3.5.8 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/api/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/dotenv/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/env/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/provider/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/api-express-router/tsconfig.json',
25
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
26
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'
27
+ ]
28
+ }
29
+ {
30
+ externals: [
31
+ '@prosopo/api',
32
+ '@prosopo/types',
33
+ '@prosopo/locale',
34
+ '@prosopo/util',
35
+ '@prosopo/util-crypto',
36
+ '@prosopo/common',
37
+ '@prosopo/dotenv',
38
+ '@prosopo/env',
39
+ '@prosopo/database',
40
+ '@prosopo/types-database',
41
+ '@prosopo/user-access-policy',
42
+ '@prosopo/api-route',
43
+ '@prosopo/redis-client',
44
+ '@prosopo/types-env',
45
+ '@prosopo/keyring',
46
+ '@prosopo/provider',
47
+ '@prosopo/api-express-router',
48
+ '@prosopo/datasets',
49
+ '@prosopo/load-balancer'
50
+ ]
51
+ }
52
+ vite v6.4.1 building SSR bundle for production...
53
+ Bundle build started
54
+ transforming...
55
+ Build end
56
+ ✓ 18 modules transformed.
57
+ Entry module "src/commands/siteKeyRegister.ts" is using named 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.
58
+ rendering chunks...
59
+ dist/cjs/commands/version.cjs 0.48 kB
60
+ dist/cjs/index.cjs 0.83 kB
61
+ dist/cjs/commands/ensureIndexes.cjs 0.88 kB
62
+ dist/cjs/commands/index.cjs 0.89 kB
63
+ dist/cjs/commands/storeCaptchasExternally.cjs 0.90 kB
64
+ dist/cjs/commands/ensureExternalIndexes.cjs 1.05 kB
65
+ dist/cjs/files.cjs 1.17 kB
66
+ dist/cjs/process.env.cjs 1.28 kB
67
+ dist/cjs/commands/validators.cjs 1.35 kB
68
+ dist/cjs/argv.cjs 1.76 kB
69
+ dist/cjs/cli.cjs 1.78 kB
70
+ dist/cjs/reloader.cjs 1.80 kB
71
+ dist/cjs/commands/providerSetDataset.cjs 1.89 kB
72
+ dist/cjs/RateLimiter.cjs 2.91 kB
73
+ dist/cjs/commands/siteKeyRegisterApi.cjs 3.21 kB
74
+ dist/cjs/commands/siteKeyRegister.cjs 3.39 kB
75
+ dist/cjs/prosopo.config.cjs 4.35 kB
76
+ dist/cjs/start.cjs 5.62 kB
77
+ ✓ built in 213ms
@@ -0,0 +1,76 @@
1
+
2
+ > @prosopo/cli@3.5.8 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/api/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/dotenv/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/env/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
21
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
22
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
23
+ '/home/runner/work/captcha/captcha/packages/provider/tsconfig.json',
24
+ '/home/runner/work/captcha/captcha/packages/api-express-router/tsconfig.json',
25
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
26
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'
27
+ ]
28
+ }
29
+ {
30
+ externals: [
31
+ '@prosopo/api',
32
+ '@prosopo/types',
33
+ '@prosopo/locale',
34
+ '@prosopo/util',
35
+ '@prosopo/util-crypto',
36
+ '@prosopo/common',
37
+ '@prosopo/dotenv',
38
+ '@prosopo/env',
39
+ '@prosopo/database',
40
+ '@prosopo/types-database',
41
+ '@prosopo/user-access-policy',
42
+ '@prosopo/api-route',
43
+ '@prosopo/redis-client',
44
+ '@prosopo/types-env',
45
+ '@prosopo/keyring',
46
+ '@prosopo/provider',
47
+ '@prosopo/api-express-router',
48
+ '@prosopo/datasets',
49
+ '@prosopo/load-balancer'
50
+ ]
51
+ }
52
+ vite v6.4.1 building SSR bundle for production...
53
+ Bundle build started
54
+ transforming...
55
+ Build end
56
+ ✓ 18 modules transformed.
57
+ rendering chunks...
58
+ dist/commands/version.js 0.46 kB
59
+ dist/index.js 0.52 kB
60
+ dist/commands/index.js 0.72 kB
61
+ dist/commands/ensureIndexes.js 0.87 kB
62
+ dist/commands/storeCaptchasExternally.js 0.88 kB
63
+ dist/commands/ensureExternalIndexes.js 1.03 kB
64
+ dist/files.js 1.03 kB
65
+ dist/process.env.js 1.09 kB
66
+ dist/commands/validators.js 1.15 kB
67
+ dist/commands/providerSetDataset.js 1.38 kB
68
+ dist/cli.js 1.39 kB
69
+ dist/argv.js 1.70 kB
70
+ dist/reloader.js 1.77 kB
71
+ dist/RateLimiter.js 2.76 kB
72
+ dist/commands/siteKeyRegisterApi.js 3.19 kB
73
+ dist/commands/siteKeyRegister.js 3.22 kB
74
+ dist/prosopo.config.js 3.98 kB
75
+ dist/start.js 5.50 kB
76
+ ✓ built in 328ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,112 @@
1
1
  # @prosopo/cli
2
2
 
3
+ ## 3.5.8
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/workspace@3.1.19
9
+ - @prosopo/api@3.1.37
10
+ - @prosopo/api-express-router@3.0.40
11
+ - @prosopo/common@3.1.26
12
+ - @prosopo/dotenv@3.0.31
13
+ - @prosopo/env@3.2.28
14
+ - @prosopo/keyring@2.8.40
15
+ - @prosopo/locale@3.1.26
16
+ - @prosopo/provider@3.13.7
17
+ - @prosopo/types@3.6.4
18
+ - @prosopo/user-access-policy@3.5.32
19
+ - @prosopo/util@3.2.4
20
+ - @prosopo/util-crypto@13.5.28
21
+
22
+ ## 3.5.7
23
+ ### Patch Changes
24
+
25
+ - 93d92a7: little bump for publish all
26
+ - Updated dependencies [93d92a7]
27
+ - @prosopo/workspace@3.1.18
28
+ - @prosopo/api@3.1.36
29
+ - @prosopo/api-express-router@3.0.39
30
+ - @prosopo/common@3.1.25
31
+ - @prosopo/dotenv@3.0.30
32
+ - @prosopo/env@3.2.27
33
+ - @prosopo/keyring@2.8.39
34
+ - @prosopo/locale@3.1.25
35
+ - @prosopo/provider@3.13.6
36
+ - @prosopo/types@3.6.3
37
+ - @prosopo/user-access-policy@3.5.31
38
+ - @prosopo/util@3.2.3
39
+ - @prosopo/util-crypto@13.5.27
40
+
41
+ ## 3.5.6
42
+ ### Patch Changes
43
+
44
+ - 8ee8434: bump node engines to 24 and npm version to 11
45
+ - cfee479: make @prosopo/config a dev dep
46
+ - Updated dependencies [8ee8434]
47
+ - Updated dependencies [cfee479]
48
+ - Updated dependencies [e843e62]
49
+ - @prosopo/api-express-router@3.0.38
50
+ - @prosopo/user-access-policy@3.5.30
51
+ - @prosopo/util-crypto@13.5.26
52
+ - @prosopo/provider@3.13.5
53
+ - @prosopo/keyring@2.8.38
54
+ - @prosopo/common@3.1.24
55
+ - @prosopo/dotenv@3.0.29
56
+ - @prosopo/locale@3.1.24
57
+ - @prosopo/types@3.6.2
58
+ - @prosopo/workspace@3.1.17
59
+ - @prosopo/util@3.2.2
60
+ - @prosopo/api@3.1.35
61
+ - @prosopo/env@3.2.26
62
+
63
+ ## 3.5.5
64
+ ### Patch Changes
65
+
66
+ - e926831: mega mini bump for all to trigger publish all
67
+ - Updated dependencies [e926831]
68
+ - @prosopo/config@3.1.23
69
+ - @prosopo/workspace@3.1.16
70
+ - @prosopo/api@3.1.34
71
+ - @prosopo/api-express-router@3.0.37
72
+ - @prosopo/common@3.1.23
73
+ - @prosopo/dotenv@3.0.28
74
+ - @prosopo/env@3.2.25
75
+ - @prosopo/keyring@2.8.37
76
+ - @prosopo/locale@3.1.23
77
+ - @prosopo/provider@3.13.4
78
+ - @prosopo/types@3.6.1
79
+ - @prosopo/user-access-policy@3.5.29
80
+ - @prosopo/util@3.2.1
81
+ - @prosopo/util-crypto@13.5.25
82
+
83
+ ## 3.5.4
84
+ ### Patch Changes
85
+
86
+ - 5adeb05: fixing biome ignore that not used
87
+
88
+ ## 3.5.3
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [3be9174]
92
+ - @prosopo/provider@3.13.3
93
+ - @prosopo/env@3.2.24
94
+ - @prosopo/api-express-router@3.0.36
95
+
96
+ ## 3.5.2
97
+ ### Patch Changes
98
+
99
+ - @prosopo/provider@3.13.2
100
+ - @prosopo/env@3.2.23
101
+ - @prosopo/api-express-router@3.0.35
102
+
103
+ ## 3.5.1
104
+ ### Patch Changes
105
+
106
+ - 447179c: Fix config and client getter
107
+ - Updated dependencies [447179c]
108
+ - @prosopo/provider@3.13.1
109
+
3
110
  ## 3.5.0
4
111
  ### Minor Changes
5
112