@prosopo/api 3.1.36 → 3.1.37
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.
- package/.turbo/turbo-build$colon$cjs.log +35 -0
- package/.turbo/turbo-build.log +34 -0
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/api@3.1.37 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
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
23
|
+
Bundle build started
|
|
24
|
+
transforming...
|
|
25
|
+
Build end
|
|
26
|
+
[32m✓[39m 6 modules transformed.
|
|
27
|
+
[33mEntry module "src/api/HttpClientBase.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.[39m
|
|
28
|
+
rendering chunks...
|
|
29
|
+
[2mdist/cjs/[22m[36mapi/index.cjs [39m[1m[2m0.37 kB[22m[1m[22m
|
|
30
|
+
[2mdist/cjs/[22m[36mapi/HttpError.cjs [39m[1m[2m0.38 kB[22m[1m[22m
|
|
31
|
+
[2mdist/cjs/[22m[36mindex.cjs [39m[1m[2m0.41 kB[22m[1m[22m
|
|
32
|
+
[2mdist/cjs/[22m[36mapi/apiClient.cjs [39m[1m[2m0.42 kB[22m[1m[22m
|
|
33
|
+
[2mdist/cjs/[22m[36mapi/HttpClientBase.cjs [39m[1m[2m2.00 kB[22m[1m[22m
|
|
34
|
+
[2mdist/cjs/[22m[36mapi/ProviderApi.cjs [39m[1m[2m6.30 kB[22m[1m[22m
|
|
35
|
+
[32m✓ built in 222ms[39m
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/api@3.1.37 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
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
23
|
+
Bundle build started
|
|
24
|
+
transforming...
|
|
25
|
+
Build end
|
|
26
|
+
[32m✓[39m 6 modules transformed.
|
|
27
|
+
rendering chunks...
|
|
28
|
+
[2mdist/[22m[36mapi/index.js [39m[1m[2m0.22 kB[22m[1m[22m
|
|
29
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m0.26 kB[22m[1m[22m
|
|
30
|
+
[2mdist/[22m[36mapi/HttpError.js [39m[1m[2m0.29 kB[22m[1m[22m
|
|
31
|
+
[2mdist/[22m[36mapi/apiClient.js [39m[1m[2m0.31 kB[22m[1m[22m
|
|
32
|
+
[2mdist/[22m[36mapi/HttpClientBase.js [39m[1m[2m1.82 kB[22m[1m[22m
|
|
33
|
+
[2mdist/[22m[36mapi/ProviderApi.js [39m[1m[2m6.08 kB[22m[1m[22m
|
|
34
|
+
[32m✓ built in 222ms[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/api",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.37",
|
|
4
4
|
"description": "Wrapper for the provider API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/prosopo/captcha#readme",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@prosopo/types": "3.6.
|
|
37
|
+
"@prosopo/types": "3.6.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@prosopo/config": "3.1.
|
|
40
|
+
"@prosopo/config": "3.1.26",
|
|
41
41
|
"@types/node": "22.10.2",
|
|
42
42
|
"@vitest/coverage-v8": "3.2.4",
|
|
43
43
|
"concurrently": "9.0.1",
|