@prosopo/client-bundle-example 2.10.7 → 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,29 @@
1
1
  # @prosopo/client-bundle-example
2
2
 
3
+ ## 2.10.11
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+
8
+ ## 2.10.10
9
+ ### Patch Changes
10
+
11
+ - 93d92a7: little bump for publish all
12
+
13
+ ## 2.10.9
14
+ ### Patch Changes
15
+
16
+ - 8ee8434: bump node engines to 24 and npm version to 11
17
+ - 9a853c3: missing deps
18
+ - cfee479: make @prosopo/config a dev dep
19
+
20
+ ## 2.10.8
21
+ ### Patch Changes
22
+
23
+ - e926831: mega mini bump for all to trigger publish all
24
+ - Updated dependencies [e926831]
25
+ - @prosopo/config@3.1.23
26
+
3
27
  ## 2.10.7
4
28
  ### Patch Changes
5
29
 
package/package.json CHANGED
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=v20.0.0",
15
- "npm": ">=10.6.0"
14
+ "node": "^24",
15
+ "npm": "^11"
16
16
  },
17
17
  "scripts": {
18
18
  "clean": "del-cli --verbose dist tsconfig.tsbuildinfo",
@@ -23,17 +23,20 @@
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.7",
27
- "dependencies": {
28
- "@prosopo/config": "3.1.22"
29
- },
26
+ "version": "2.10.11",
30
27
  "devDependencies": {
31
- "@prosopo/dotenv": "3.0.27",
28
+ "@emotion/cache": "11.11.0",
29
+ "@prosopo/config": "3.1.26",
30
+ "@prosopo/dotenv": "3.0.31",
31
+ "@prosopo/locale": "3.1.26",
32
+ "@prosopo/types": "3.6.4",
32
33
  "@types/node": "22.5.5",
33
34
  "@vitest/coverage-v8": "3.2.4",
34
35
  "concurrently": "9.0.1",
35
36
  "del-cli": "6.0.0",
36
37
  "npm-run-all": "4.1.5",
38
+ "react": "18.3.1",
39
+ "react-dom": "18.3.1",
37
40
  "tslib": "2.7.0",
38
41
  "tsx": "4.20.3",
39
42
  "typescript": "5.6.2",