@prosopo/types-env 2.7.47 → 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,60 @@
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
+
13
+ ## 2.7.52
14
+ ### Patch Changes
15
+
16
+ - 93d92a7: little bump for publish all
17
+ - Updated dependencies [93d92a7]
18
+ - @prosopo/common@3.1.25
19
+ - @prosopo/keyring@2.8.39
20
+ - @prosopo/types@3.6.3
21
+ - @prosopo/types-database@4.0.5
22
+
23
+ ## 2.7.51
24
+ ### Patch Changes
25
+
26
+ - 8ee8434: bump node engines to 24 and npm version to 11
27
+ - cfee479: make @prosopo/config a dev dep
28
+ - Updated dependencies [8ee8434]
29
+ - Updated dependencies [cfee479]
30
+ - @prosopo/types-database@4.0.4
31
+ - @prosopo/keyring@2.8.38
32
+ - @prosopo/common@3.1.24
33
+ - @prosopo/types@3.6.2
34
+
35
+ ## 2.7.50
36
+ ### Patch Changes
37
+
38
+ - e926831: mega mini bump for all to trigger publish all
39
+ - Updated dependencies [e926831]
40
+ - @prosopo/config@3.1.23
41
+ - @prosopo/common@3.1.23
42
+ - @prosopo/keyring@2.8.37
43
+ - @prosopo/types@3.6.1
44
+ - @prosopo/types-database@4.0.3
45
+
46
+ ## 2.7.49
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [0a9887c]
50
+ - @prosopo/types-database@4.0.2
51
+
52
+ ## 2.7.48
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [3e5d80a]
56
+ - @prosopo/types-database@4.0.1
57
+
3
58
  ## 2.7.47
4
59
  ### Patch Changes
5
60
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@prosopo/types-env",
3
- "version": "2.7.47",
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",
7
7
  "type": "module",
8
8
  "engines": {
9
- "node": ">=v20.0.0",
10
- "npm": ">=10.6.0"
9
+ "node": "^24",
10
+ "npm": "^11"
11
11
  },
12
12
  "exports": {
13
13
  ".": {
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "homepage": "https://github.com/prosopo/captcha#readme",
36
36
  "dependencies": {
37
- "@prosopo/common": "3.1.22",
38
- "@prosopo/keyring": "2.8.36",
39
- "@prosopo/types": "3.6.0",
40
- "@prosopo/types-database": "4.0.0",
41
- "@prosopo/config": "3.1.22"
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"
42
41
  },
43
42
  "devDependencies": {
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",