@prosopo/types-env 2.7.52 → 2.7.53

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,63 @@
1
+
2
+ > @prosopo/types-env@2.7.53 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:16:3:
8
+ 16 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:14:3:
14
+ 14 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:15:3:
20
+ 15 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteCommonJSConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
33
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
35
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
36
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
37
+ ]
38
+ }
39
+ {
40
+ externals: [
41
+ '@prosopo/common',
42
+ '@prosopo/locale',
43
+ '@prosopo/types',
44
+ '@prosopo/util',
45
+ '@prosopo/util-crypto',
46
+ '@prosopo/types-database',
47
+ '@prosopo/user-access-policy',
48
+ '@prosopo/api-route',
49
+ '@prosopo/redis-client',
50
+ '@prosopo/api',
51
+ '@prosopo/keyring'
52
+ ]
53
+ }
54
+ vite v6.4.1 building SSR bundle for production...
55
+ Bundle build started
56
+ transforming...
57
+ Build end
58
+ ✓ 3 modules transformed.
59
+ rendering chunks...
60
+ dist/cjs/env.cjs 0.01 kB
61
+ dist/cjs/provider.cjs 0.01 kB
62
+ dist/cjs/index.cjs 0.06 kB
63
+ ✓ built in 101ms
@@ -0,0 +1,63 @@
1
+
2
+ > @prosopo/types-env@2.7.53 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
6
+
7
+ package.json:16:3:
8
+ 16 │ "types": "./dist/index.d.ts"
9
+ ╵ ~~~~~~~
10
+
11
+ The "import" condition comes earlier and will be used for all "import" statements:
12
+
13
+ package.json:14:3:
14
+ 14 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:15:3:
20
+ 15 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteEsmConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
33
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
35
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
36
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
37
+ ]
38
+ }
39
+ {
40
+ externals: [
41
+ '@prosopo/common',
42
+ '@prosopo/locale',
43
+ '@prosopo/types',
44
+ '@prosopo/util',
45
+ '@prosopo/util-crypto',
46
+ '@prosopo/types-database',
47
+ '@prosopo/user-access-policy',
48
+ '@prosopo/api-route',
49
+ '@prosopo/redis-client',
50
+ '@prosopo/api',
51
+ '@prosopo/keyring'
52
+ ]
53
+ }
54
+ vite v6.4.1 building SSR bundle for production...
55
+ Bundle build started
56
+ transforming...
57
+ Build end
58
+ ✓ 3 modules transformed.
59
+ rendering chunks...
60
+ dist/env.js 0.00 kB
61
+ dist/provider.js 0.00 kB
62
+ dist/index.js 0.04 kB
63
+ ✓ built in 130ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @prosopo/types-env
2
2
 
3
+ ## 2.7.53
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/common@3.1.26
9
+ - @prosopo/keyring@2.8.40
10
+ - @prosopo/types@3.6.4
11
+ - @prosopo/types-database@4.0.6
12
+
3
13
  ## 2.7.52
4
14
  ### Patch Changes
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/types-env",
3
- "version": "2.7.52",
3
+ "version": "2.7.53",
4
4
  "description": "Types for prosopo environment",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "homepage": "https://github.com/prosopo/captcha#readme",
36
36
  "dependencies": {
37
- "@prosopo/common": "3.1.25",
38
- "@prosopo/keyring": "2.8.39",
39
- "@prosopo/types": "3.6.3",
40
- "@prosopo/types-database": "4.0.5"
37
+ "@prosopo/common": "3.1.26",
38
+ "@prosopo/keyring": "2.8.40",
39
+ "@prosopo/types": "3.6.4",
40
+ "@prosopo/types-database": "4.0.6"
41
41
  },
42
42
  "devDependencies": {
43
- "@prosopo/config": "3.1.25",
43
+ "@prosopo/config": "3.1.26",
44
44
  "@types/node": "22.10.2",
45
45
  "@vitest/coverage-v8": "3.2.4",
46
46
  "concurrently": "9.0.1",