@prosopo/svelte-procaptcha-integration-demo 1.1.39 → 1.1.44
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 +36 -0
- package/.turbo/turbo-build.log +40 -0
- package/CHANGELOG.md +32 -0
- package/package.json +6 -5
- package/vite.cjs.config.ts +1 -1
- package/vite.config.ts +1 -1
- package/vite.esm.config.ts +1 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/svelte-procaptcha-integration-demo@1.1.44 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/integration/frameworks/svelte/svelte-procaptcha-wrapper/tsconfig.json',
|
|
9
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json',
|
|
10
|
+
'/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
|
|
11
|
+
'/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
|
|
12
|
+
'/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
|
|
13
|
+
'/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
|
|
14
|
+
'/home/runner/work/captcha/captcha/integration/procaptcha-integration-build-config/tsconfig.json'
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
{
|
|
18
|
+
externals: [
|
|
19
|
+
'@prosopo/svelte-procaptcha-wrapper',
|
|
20
|
+
'@prosopo/procaptcha-wrapper',
|
|
21
|
+
'@prosopo/types',
|
|
22
|
+
'@prosopo/locale',
|
|
23
|
+
'@prosopo/util',
|
|
24
|
+
'@prosopo/util-crypto',
|
|
25
|
+
'@prosopo/procaptcha-integration-build-config'
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
29
|
+
Bundle build started
|
|
30
|
+
transforming...
|
|
31
|
+
Build end
|
|
32
|
+
[32m✓[39m 2 modules transformed.
|
|
33
|
+
rendering chunks...
|
|
34
|
+
[2mdist/cjs/[22m[36mindex.cjs [39m[1m[2m0.31 kB[22m[1m[22m
|
|
35
|
+
[2mdist/cjs/[22m[36mintegrationDemo.svelte.cjs [39m[1m[2m0.67 kB[22m[1m[22m
|
|
36
|
+
[32m✓ built in 174ms[39m
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/svelte-procaptcha-integration-demo@1.1.44 build
|
|
3
|
+
> npm run build:cross-env -- --mode ${NODE_ENV:-development}
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @prosopo/svelte-procaptcha-integration-demo@1.1.44 build:cross-env
|
|
7
|
+
> vite build --config vite.esm.config.ts --mode production
|
|
8
|
+
|
|
9
|
+
ViteEsmConfig: .
|
|
10
|
+
{
|
|
11
|
+
tsConfigPaths: [
|
|
12
|
+
'/home/runner/work/captcha/captcha/integration/frameworks/svelte/svelte-procaptcha-wrapper/tsconfig.json',
|
|
13
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json',
|
|
14
|
+
'/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
|
|
15
|
+
'/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
|
|
16
|
+
'/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
|
|
17
|
+
'/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
|
|
18
|
+
'/home/runner/work/captcha/captcha/integration/procaptcha-integration-build-config/tsconfig.json'
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
{
|
|
22
|
+
externals: [
|
|
23
|
+
'@prosopo/svelte-procaptcha-wrapper',
|
|
24
|
+
'@prosopo/procaptcha-wrapper',
|
|
25
|
+
'@prosopo/types',
|
|
26
|
+
'@prosopo/locale',
|
|
27
|
+
'@prosopo/util',
|
|
28
|
+
'@prosopo/util-crypto',
|
|
29
|
+
'@prosopo/procaptcha-integration-build-config'
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
33
|
+
Bundle build started
|
|
34
|
+
transforming...
|
|
35
|
+
Build end
|
|
36
|
+
[32m✓[39m 2 modules transformed.
|
|
37
|
+
rendering chunks...
|
|
38
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m0.28 kB[22m[1m[22m
|
|
39
|
+
[2mdist/[22m[36mintegrationDemo.svelte.js [39m[1m[2m0.63 kB[22m[1m[22m
|
|
40
|
+
[32m✓ built in 180ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @prosopo/svelte-procaptcha-integration-demo
|
|
2
2
|
|
|
3
|
+
## 1.1.44
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 0a38892: feat/cross-os-testing
|
|
7
|
+
- a8faa9a: bump license year
|
|
8
|
+
- 3acc333: Release 3.3.0
|
|
9
|
+
- Updated dependencies [a8faa9a]
|
|
10
|
+
- Updated dependencies [3acc333]
|
|
11
|
+
- @prosopo/svelte-procaptcha-wrapper@1.1.44
|
|
12
|
+
|
|
13
|
+
## 1.1.43
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @prosopo/svelte-procaptcha-wrapper@1.1.43
|
|
17
|
+
|
|
18
|
+
## 1.1.42
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- @prosopo/svelte-procaptcha-wrapper@1.1.42
|
|
22
|
+
|
|
23
|
+
## 1.1.41
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- @prosopo/svelte-procaptcha-wrapper@1.1.41
|
|
27
|
+
|
|
28
|
+
## 1.1.40
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 7d5eb3f: bump
|
|
32
|
+
- Updated dependencies [7d5eb3f]
|
|
33
|
+
- @prosopo/svelte-procaptcha-wrapper@1.1.40
|
|
34
|
+
|
|
3
35
|
## 1.1.39
|
|
4
36
|
### Patch Changes
|
|
5
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/svelte-procaptcha-integration-demo",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^24",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "
|
|
19
|
+
"build": "npm run build:cross-env -- --mode ${NODE_ENV:-development}",
|
|
20
|
+
"build:cross-env": "vite build --config vite.esm.config.ts",
|
|
20
21
|
"build:cjs": "NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV",
|
|
21
22
|
"typecheck": "svelte-check --tsconfig ./tsconfig.json",
|
|
22
23
|
"bundle": "NODE_ENV=${NODE_ENV:-development}; vite build --config vite.config.ts --mode $NODE_ENV",
|
|
@@ -24,12 +25,12 @@
|
|
|
24
25
|
"clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
|
|
25
26
|
},
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@prosopo/svelte-procaptcha-wrapper": "1.1.
|
|
28
|
+
"@prosopo/svelte-procaptcha-wrapper": "1.1.44",
|
|
28
29
|
"svelte": "^5.0.0"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@prosopo/config": "3.
|
|
32
|
-
"@prosopo/procaptcha-integration-build-config": "1.1.
|
|
32
|
+
"@prosopo/config": "3.3.0",
|
|
33
|
+
"@prosopo/procaptcha-integration-build-config": "1.1.28",
|
|
33
34
|
"@sveltejs/vite-plugin-svelte": "5.1.1",
|
|
34
35
|
"@types/node": "22.10.2",
|
|
35
36
|
"del-cli": "6.0.0",
|
package/vite.cjs.config.ts
CHANGED
package/vite.config.ts
CHANGED
package/vite.esm.config.ts
CHANGED