@prosopo/svelte-procaptcha-integration-demo 1.1.36 → 1.1.40

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,36 @@
1
+
2
+ > @prosopo/svelte-procaptcha-integration-demo@1.1.40 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
+ vite v6.4.1 building SSR bundle for production...
29
+ Bundle build started
30
+ transforming...
31
+ Build end
32
+ ✓ 2 modules transformed.
33
+ rendering chunks...
34
+ dist/cjs/index.cjs 0.31 kB
35
+ dist/cjs/integrationDemo.svelte.cjs 0.67 kB
36
+ ✓ built in 158ms
@@ -0,0 +1,36 @@
1
+
2
+ > @prosopo/svelte-procaptcha-integration-demo@1.1.40 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/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
+ vite v6.4.1 building SSR bundle for production...
29
+ Bundle build started
30
+ transforming...
31
+ Build end
32
+ ✓ 2 modules transformed.
33
+ rendering chunks...
34
+ dist/index.js 0.28 kB
35
+ dist/integrationDemo.svelte.js 0.63 kB
36
+ ✓ built in 178ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @prosopo/svelte-procaptcha-integration-demo
2
2
 
3
+ ## 1.1.40
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/svelte-procaptcha-wrapper@1.1.40
9
+
10
+ ## 1.1.39
11
+ ### Patch Changes
12
+
13
+ - 93d92a7: little bump for publish all
14
+ - Updated dependencies [93d92a7]
15
+ - @prosopo/svelte-procaptcha-wrapper@1.1.39
16
+
17
+ ## 1.1.38
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/svelte-procaptcha-wrapper@1.1.38
25
+
26
+ ## 1.1.37
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/svelte-procaptcha-wrapper@1.1.37
33
+
3
34
  ## 1.1.36
4
35
  ### Patch Changes
5
36
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@prosopo/svelte-procaptcha-integration-demo",
3
- "version": "1.1.36",
3
+ "version": "1.1.40",
4
4
  "type": "module",
5
5
  "engines": {
6
- "node": ">=v20.0.0",
7
- "npm": ">=10.6.0"
6
+ "node": "^24",
7
+ "npm": "^11"
8
8
  },
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -24,12 +24,12 @@
24
24
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/svelte-procaptcha-wrapper": "1.1.36",
28
- "@prosopo/config": "3.1.22",
27
+ "@prosopo/svelte-procaptcha-wrapper": "1.1.40",
29
28
  "svelte": "^5.0.0"
30
29
  },
31
30
  "devDependencies": {
32
- "@prosopo/procaptcha-integration-build-config": "1.1.23",
31
+ "@prosopo/config": "3.1.26",
32
+ "@prosopo/procaptcha-integration-build-config": "1.1.27",
33
33
  "@sveltejs/vite-plugin-svelte": "5.1.1",
34
34
  "@types/node": "22.10.2",
35
35
  "del-cli": "6.0.0",