@prosopo/scripts 3.1.25 → 3.1.33

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,89 @@
1
+
2
+ > @prosopo/scripts@3.1.33 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:11:3:
8
+ 11 │ "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:9:3:
14
+ 9 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:10:3:
20
+ 10 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteCommonJSConfig: flux
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/packages/cli/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
33
+ '/home/runner/work/captcha/captcha/packages/dotenv/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/env/tsconfig.json',
35
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
36
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
37
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
38
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
39
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
40
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
41
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
42
+ '/home/runner/work/captcha/captcha/packages/provider/tsconfig.json',
43
+ '/home/runner/work/captcha/captcha/packages/api-express-router/tsconfig.json',
44
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
45
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'
46
+ ]
47
+ }
48
+ {
49
+ externals: [
50
+ '@prosopo/cli',
51
+ '@prosopo/api',
52
+ '@prosopo/types',
53
+ '@prosopo/locale',
54
+ '@prosopo/util',
55
+ '@prosopo/util-crypto',
56
+ '@prosopo/common',
57
+ '@prosopo/dotenv',
58
+ '@prosopo/env',
59
+ '@prosopo/database',
60
+ '@prosopo/types-database',
61
+ '@prosopo/user-access-policy',
62
+ '@prosopo/api-route',
63
+ '@prosopo/redis-client',
64
+ '@prosopo/types-env',
65
+ '@prosopo/keyring',
66
+ '@prosopo/provider',
67
+ '@prosopo/api-express-router',
68
+ '@prosopo/datasets',
69
+ '@prosopo/load-balancer'
70
+ ]
71
+ }
72
+ vite v6.4.1 building SSR bundle for production...
73
+ Bundle build started
74
+ transforming...
75
+ Build end
76
+ ✓ 11 modules transformed.
77
+ rendering chunks...
78
+ dist/cjs/setup/index.cjs 0.29 kB
79
+ dist/cjs/setup/provider.cjs 0.47 kB
80
+ dist/cjs/util/index.cjs 0.50 kB
81
+ dist/cjs/util/fluxLogDappDetails.cjs 0.60 kB
82
+ dist/cjs/index.cjs 0.87 kB
83
+ dist/cjs/setup/site.cjs 0.87 kB
84
+ dist/cjs/util/exec.cjs 1.24 kB
85
+ dist/cjs/util/updateEnv.cjs 2.38 kB
86
+ dist/cjs/cli/index.cjs 3.11 kB
87
+ dist/cjs/scripts/setVersion.cjs 4.48 kB
88
+ dist/cjs/setup/setup.cjs 5.42 kB
89
+ ✓ built in 127ms
@@ -0,0 +1,91 @@
1
+
2
+ > @prosopo/scripts@3.1.33 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:11:3:
8
+ 11 │ "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:9:3:
14
+ 9 │ "import": "./dist/index.js",
15
+ ╵ ~~~~~~~~
16
+
17
+ The "require" condition comes earlier and will be used for all "require" calls:
18
+
19
+ package.json:10:3:
20
+ 10 │ "require": "./dist/cjs/index.cjs",
21
+ ╵ ~~~~~~~~~
22
+
23
+ ViteEsmConfig: .
24
+ {
25
+ tsConfigPaths: [
26
+ '/home/runner/work/captcha/captcha/packages/cli/tsconfig.json',
27
+ '/home/runner/work/captcha/captcha/packages/api/tsconfig.json',
28
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
29
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
30
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
31
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
32
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
33
+ '/home/runner/work/captcha/captcha/packages/dotenv/tsconfig.json',
34
+ '/home/runner/work/captcha/captcha/packages/env/tsconfig.json',
35
+ '/home/runner/work/captcha/captcha/packages/database/tsconfig.json',
36
+ '/home/runner/work/captcha/captcha/packages/types-database/tsconfig.json',
37
+ '/home/runner/work/captcha/captcha/packages/user-access-policy/tsconfig.json',
38
+ '/home/runner/work/captcha/captcha/packages/api-route/tsconfig.json',
39
+ '/home/runner/work/captcha/captcha/packages/redis-client/tsconfig.json',
40
+ '/home/runner/work/captcha/captcha/packages/types-env/tsconfig.json',
41
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json',
42
+ '/home/runner/work/captcha/captcha/packages/provider/tsconfig.json',
43
+ '/home/runner/work/captcha/captcha/packages/api-express-router/tsconfig.json',
44
+ '/home/runner/work/captcha/captcha/packages/datasets/tsconfig.json',
45
+ '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'
46
+ ]
47
+ }
48
+ {
49
+ externals: [
50
+ '@prosopo/cli',
51
+ '@prosopo/api',
52
+ '@prosopo/types',
53
+ '@prosopo/locale',
54
+ '@prosopo/util',
55
+ '@prosopo/util-crypto',
56
+ '@prosopo/common',
57
+ '@prosopo/dotenv',
58
+ '@prosopo/env',
59
+ '@prosopo/database',
60
+ '@prosopo/types-database',
61
+ '@prosopo/user-access-policy',
62
+ '@prosopo/api-route',
63
+ '@prosopo/redis-client',
64
+ '@prosopo/types-env',
65
+ '@prosopo/keyring',
66
+ '@prosopo/provider',
67
+ '@prosopo/api-express-router',
68
+ '@prosopo/datasets',
69
+ '@prosopo/load-balancer'
70
+ ]
71
+ }
72
+ vite v6.4.1 building SSR bundle for production...
73
+ Bundle build started
74
+ transforming...
75
+ Build end
76
+ ✓ 13 modules transformed.
77
+ rendering chunks...
78
+ dist/setup/index.js 0.15 kB
79
+ dist/util/index.js 0.29 kB
80
+ dist/setup/provider.js 0.37 kB
81
+ dist/util/fluxLogDappDetails.js 0.49 kB
82
+ dist/index.js 0.57 kB
83
+ dist/setup/site.js 0.78 kB
84
+ dist/util/exec.js 1.10 kB
85
+ dist/workspace/dist/index.js 1.55 kB
86
+ dist/util/updateEnv.js 2.19 kB
87
+ dist/cli/index.js 3.03 kB
88
+ dist/workspace/dist/projectInfo.js 3.23 kB
89
+ dist/scripts/setVersion.js 4.48 kB
90
+ dist/setup/setup.js 5.25 kB
91
+ ✓ built in 253ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,117 @@
1
1
  # @prosopo/scripts
2
2
 
3
+ ## 3.1.33
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/workspace@3.1.19
9
+ - @prosopo/cli@3.5.8
10
+ - @prosopo/common@3.1.26
11
+ - @prosopo/datasets@3.0.49
12
+ - @prosopo/dotenv@3.0.31
13
+ - @prosopo/env@3.2.28
14
+ - @prosopo/keyring@2.8.40
15
+ - @prosopo/locale@3.1.26
16
+ - @prosopo/provider@3.13.7
17
+ - @prosopo/types@3.6.4
18
+ - @prosopo/types-env@2.7.53
19
+ - @prosopo/util@3.2.4
20
+ - @prosopo/util-crypto@13.5.28
21
+
22
+ ## 3.1.32
23
+ ### Patch Changes
24
+
25
+ - 93d92a7: little bump for publish all
26
+ - Updated dependencies [93d92a7]
27
+ - @prosopo/workspace@3.1.18
28
+ - @prosopo/cli@3.5.7
29
+ - @prosopo/common@3.1.25
30
+ - @prosopo/datasets@3.0.48
31
+ - @prosopo/dotenv@3.0.30
32
+ - @prosopo/env@3.2.27
33
+ - @prosopo/keyring@2.8.39
34
+ - @prosopo/locale@3.1.25
35
+ - @prosopo/provider@3.13.6
36
+ - @prosopo/types@3.6.3
37
+ - @prosopo/types-env@2.7.52
38
+ - @prosopo/util@3.2.3
39
+ - @prosopo/util-crypto@13.5.27
40
+
41
+ ## 3.1.31
42
+ ### Patch Changes
43
+
44
+ - 8ee8434: bump node engines to 24 and npm version to 11
45
+ - cfee479: make @prosopo/config a dev dep
46
+ - Updated dependencies [8ee8434]
47
+ - Updated dependencies [cfee479]
48
+ - Updated dependencies [e843e62]
49
+ - @prosopo/util-crypto@13.5.26
50
+ - @prosopo/types-env@2.7.51
51
+ - @prosopo/datasets@3.0.47
52
+ - @prosopo/provider@3.13.5
53
+ - @prosopo/keyring@2.8.38
54
+ - @prosopo/common@3.1.24
55
+ - @prosopo/dotenv@3.0.29
56
+ - @prosopo/locale@3.1.24
57
+ - @prosopo/types@3.6.2
58
+ - @prosopo/workspace@3.1.17
59
+ - @prosopo/util@3.2.2
60
+ - @prosopo/cli@3.5.6
61
+ - @prosopo/env@3.2.26
62
+
63
+ ## 3.1.30
64
+ ### Patch Changes
65
+
66
+ - e926831: mega mini bump for all to trigger publish all
67
+ - Updated dependencies [e926831]
68
+ - @prosopo/config@3.1.23
69
+ - @prosopo/workspace@3.1.16
70
+ - @prosopo/cli@3.5.5
71
+ - @prosopo/common@3.1.23
72
+ - @prosopo/datasets@3.0.46
73
+ - @prosopo/dotenv@3.0.28
74
+ - @prosopo/env@3.2.25
75
+ - @prosopo/keyring@2.8.37
76
+ - @prosopo/locale@3.1.23
77
+ - @prosopo/provider@3.13.4
78
+ - @prosopo/types@3.6.1
79
+ - @prosopo/types-env@2.7.50
80
+ - @prosopo/util@3.2.1
81
+ - @prosopo/util-crypto@13.5.25
82
+
83
+ ## 3.1.29
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [5adeb05]
87
+ - @prosopo/cli@3.5.4
88
+
89
+ ## 3.1.28
90
+ ### Patch Changes
91
+
92
+ - Updated dependencies [3be9174]
93
+ - @prosopo/provider@3.13.3
94
+ - @prosopo/datasets@3.0.45
95
+ - @prosopo/types-env@2.7.49
96
+ - @prosopo/cli@3.5.3
97
+ - @prosopo/env@3.2.24
98
+
99
+ ## 3.1.27
100
+ ### Patch Changes
101
+
102
+ - @prosopo/datasets@3.0.44
103
+ - @prosopo/provider@3.13.2
104
+ - @prosopo/types-env@2.7.48
105
+ - @prosopo/env@3.2.23
106
+ - @prosopo/cli@3.5.2
107
+
108
+ ## 3.1.26
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [447179c]
112
+ - @prosopo/provider@3.13.1
113
+ - @prosopo/cli@3.5.1
114
+
3
115
  ## 3.1.25
4
116
  ### Patch Changes
5
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/scripts",
3
- "version": "3.1.25",
3
+ "version": "3.1.33",
4
4
  "description": "Dev scripts for working with prosopo packages",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,8 +13,8 @@
13
13
  },
14
14
  "type": "module",
15
15
  "engines": {
16
- "node": ">=v20.0.0",
17
- "npm": ">=10.6.0"
16
+ "node": "^24",
17
+ "npm": "^11"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV",
@@ -30,26 +30,26 @@
30
30
  "@iarna/toml": "2.2.5",
31
31
  "@polkadot/util": "13.5.7",
32
32
  "@polkadot/util-crypto": "13.5.7",
33
- "@prosopo/cli": "3.5.0",
34
- "@prosopo/common": "3.1.22",
35
- "@prosopo/config": "3.1.22",
36
- "@prosopo/datasets": "3.0.43",
37
- "@prosopo/dotenv": "3.0.27",
38
- "@prosopo/env": "3.2.22",
39
- "@prosopo/keyring": "2.8.36",
40
- "@prosopo/locale": "3.1.22",
41
- "@prosopo/provider": "3.13.0",
42
- "@prosopo/types": "3.6.0",
43
- "@prosopo/types-env": "2.7.47",
44
- "@prosopo/util": "3.2.0",
45
- "@prosopo/util-crypto": "13.5.24",
46
- "@prosopo/workspace": "3.1.15",
33
+ "@prosopo/cli": "3.5.8",
34
+ "@prosopo/common": "3.1.26",
35
+ "@prosopo/datasets": "3.0.49",
36
+ "@prosopo/dotenv": "3.0.31",
37
+ "@prosopo/env": "3.2.28",
38
+ "@prosopo/keyring": "2.8.40",
39
+ "@prosopo/locale": "3.1.26",
40
+ "@prosopo/provider": "3.13.7",
41
+ "@prosopo/types": "3.6.4",
42
+ "@prosopo/types-env": "2.7.53",
43
+ "@prosopo/util": "3.2.4",
44
+ "@prosopo/util-crypto": "13.5.28",
45
+ "@prosopo/workspace": "3.1.19",
47
46
  "dotenv": "16.4.5",
48
47
  "fast-glob": "3.3.2",
49
48
  "fs-extra": "11.2.0",
50
49
  "yargs": "17.7.2"
51
50
  },
52
51
  "devDependencies": {
52
+ "@prosopo/config": "3.1.26",
53
53
  "@types/fs-extra": "11.0.4",
54
54
  "@types/node": "22.10.2",
55
55
  "@vitest/coverage-v8": "3.2.4",