@prosopo/client-bundle-example 2.10.10 → 2.10.11

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,33 @@
1
+
2
+ > @prosopo/client-bundle-example@2.10.11 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/dotenv/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
14
+ ]
15
+ }
16
+ {
17
+ externals: [
18
+ '@prosopo/dotenv',
19
+ '@prosopo/common',
20
+ '@prosopo/locale',
21
+ '@prosopo/types',
22
+ '@prosopo/util',
23
+ '@prosopo/util-crypto'
24
+ ]
25
+ }
26
+ vite v6.4.1 building SSR bundle for production...
27
+ Bundle build started
28
+ transforming...
29
+ Build end
30
+ ✓ 1 modules transformed.
31
+ rendering chunks...
32
+ dist/cjs/index.cjs 1.62 kB
33
+ ✓ built in 144ms
@@ -0,0 +1,33 @@
1
+
2
+ > @prosopo/client-bundle-example@2.10.11 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/dotenv/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
14
+ ]
15
+ }
16
+ {
17
+ externals: [
18
+ '@prosopo/dotenv',
19
+ '@prosopo/common',
20
+ '@prosopo/locale',
21
+ '@prosopo/types',
22
+ '@prosopo/util',
23
+ '@prosopo/util-crypto'
24
+ ]
25
+ }
26
+ vite v6.4.1 building SSR bundle for production...
27
+ Bundle build started
28
+ transforming...
29
+ Build end
30
+ ✓ 1 modules transformed.
31
+ rendering chunks...
32
+ dist/index.js 1.61 kB
33
+ ✓ built in 169ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @prosopo/client-bundle-example
2
2
 
3
+ ## 2.10.11
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+
3
8
  ## 2.10.10
4
9
  ### Patch Changes
5
10
 
package/package.json CHANGED
@@ -23,13 +23,13 @@
23
23
  "typecheck": "tsc --project tsconfig.types.json",
24
24
  "start": "NODE_ENV=${NODE_ENV:-development}; vite serve ./src --port 9232 --config vite.config.ts --mode=$NODE_ENV"
25
25
  },
26
- "version": "2.10.10",
26
+ "version": "2.10.11",
27
27
  "devDependencies": {
28
28
  "@emotion/cache": "11.11.0",
29
- "@prosopo/config": "3.1.25",
30
- "@prosopo/dotenv": "3.0.30",
31
- "@prosopo/locale": "3.1.25",
32
- "@prosopo/types": "3.6.3",
29
+ "@prosopo/config": "3.1.26",
30
+ "@prosopo/dotenv": "3.0.31",
31
+ "@prosopo/locale": "3.1.26",
32
+ "@prosopo/types": "3.6.4",
33
33
  "@types/node": "22.5.5",
34
34
  "@vitest/coverage-v8": "3.2.4",
35
35
  "concurrently": "9.0.1",