@prosopo/env 3.2.27 → 3.2.28

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,49 @@
1
+
2
+ > @prosopo/env@3.2.28 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/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
21
+ ]
22
+ }
23
+ {
24
+ externals: [
25
+ '@prosopo/common',
26
+ '@prosopo/locale',
27
+ '@prosopo/types',
28
+ '@prosopo/util',
29
+ '@prosopo/util-crypto',
30
+ '@prosopo/database',
31
+ '@prosopo/types-database',
32
+ '@prosopo/user-access-policy',
33
+ '@prosopo/api-route',
34
+ '@prosopo/redis-client',
35
+ '@prosopo/api',
36
+ '@prosopo/types-env',
37
+ '@prosopo/keyring'
38
+ ]
39
+ }
40
+ vite v6.4.1 building SSR bundle for production...
41
+ Bundle build started
42
+ transforming...
43
+ Build end
44
+ ✓ 3 modules transformed.
45
+ rendering chunks...
46
+ dist/cjs/index.cjs 0.26 kB
47
+ dist/cjs/provider.cjs 0.56 kB
48
+ dist/cjs/env.cjs 4.01 kB
49
+ ✓ built in 130ms
@@ -0,0 +1,49 @@
1
+
2
+ > @prosopo/env@3.2.28 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/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
15
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
16
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
17
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
18
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
19
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
20
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
21
+ ]
22
+ }
23
+ {
24
+ externals: [
25
+ '@prosopo/common',
26
+ '@prosopo/locale',
27
+ '@prosopo/types',
28
+ '@prosopo/util',
29
+ '@prosopo/util-crypto',
30
+ '@prosopo/database',
31
+ '@prosopo/types-database',
32
+ '@prosopo/user-access-policy',
33
+ '@prosopo/api-route',
34
+ '@prosopo/redis-client',
35
+ '@prosopo/api',
36
+ '@prosopo/types-env',
37
+ '@prosopo/keyring'
38
+ ]
39
+ }
40
+ vite v6.4.1 building SSR bundle for production...
41
+ Bundle build started
42
+ transforming...
43
+ Build end
44
+ ✓ 3 modules transformed.
45
+ rendering chunks...
46
+ dist/index.js 0.14 kB
47
+ dist/provider.js 0.46 kB
48
+ dist/env.js 3.86 kB
49
+ ✓ built in 163ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/env
2
2
 
3
+ ## 3.2.28
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/common@3.1.26
9
+ - @prosopo/database@3.5.6
10
+ - @prosopo/keyring@2.8.40
11
+ - @prosopo/types@3.6.4
12
+ - @prosopo/types-env@2.7.53
13
+ - @prosopo/util-crypto@13.5.28
14
+
3
15
  ## 3.2.27
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/env",
3
- "version": "3.2.27",
3
+ "version": "3.2.28",
4
4
  "description": "Path env prosopo environment",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,16 +24,16 @@
24
24
  "typecheck": "tsc --project tsconfig.types.json"
25
25
  },
26
26
  "dependencies": {
27
- "@prosopo/common": "3.1.25",
28
- "@prosopo/database": "3.5.5",
29
- "@prosopo/keyring": "2.8.39",
30
- "@prosopo/types": "3.6.3",
31
- "@prosopo/types-env": "2.7.52",
32
- "@prosopo/util-crypto": "13.5.27",
27
+ "@prosopo/common": "3.1.26",
28
+ "@prosopo/database": "3.5.6",
29
+ "@prosopo/keyring": "2.8.40",
30
+ "@prosopo/types": "3.6.4",
31
+ "@prosopo/types-env": "2.7.53",
32
+ "@prosopo/util-crypto": "13.5.28",
33
33
  "dotenv": "16.4.5"
34
34
  },
35
35
  "devDependencies": {
36
- "@prosopo/config": "3.1.25",
36
+ "@prosopo/config": "3.1.26",
37
37
  "@types/node": "22.10.2",
38
38
  "@vitest/coverage-v8": "3.2.4",
39
39
  "concurrently": "9.0.1",