@prosopo/scripts 3.1.32 → 3.1.34

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.34 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 133ms
@@ -0,0 +1,91 @@
1
+
2
+ > @prosopo/scripts@3.1.34 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 281ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @prosopo/scripts
2
2
 
3
+ ## 3.1.34
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [ce70a2b]
7
+ - Updated dependencies [c2b940f]
8
+ - Updated dependencies [5ad6f48]
9
+ - Updated dependencies [f6b5094]
10
+ - Updated dependencies [e3a8948]
11
+ - Updated dependencies [e01227b]
12
+ - @prosopo/types@3.7.0
13
+ - @prosopo/provider@3.14.0
14
+ - @prosopo/cli@3.5.9
15
+ - @prosopo/locale@3.1.27
16
+ - @prosopo/common@3.1.27
17
+ - @prosopo/datasets@3.0.50
18
+ - @prosopo/env@3.2.29
19
+ - @prosopo/keyring@2.8.41
20
+ - @prosopo/types-env@2.7.54
21
+ - @prosopo/dotenv@3.0.32
22
+
23
+ ## 3.1.33
24
+ ### Patch Changes
25
+
26
+ - 7d5eb3f: bump
27
+ - Updated dependencies [7d5eb3f]
28
+ - @prosopo/workspace@3.1.19
29
+ - @prosopo/cli@3.5.8
30
+ - @prosopo/common@3.1.26
31
+ - @prosopo/datasets@3.0.49
32
+ - @prosopo/dotenv@3.0.31
33
+ - @prosopo/env@3.2.28
34
+ - @prosopo/keyring@2.8.40
35
+ - @prosopo/locale@3.1.26
36
+ - @prosopo/provider@3.13.7
37
+ - @prosopo/types@3.6.4
38
+ - @prosopo/types-env@2.7.53
39
+ - @prosopo/util@3.2.4
40
+ - @prosopo/util-crypto@13.5.28
41
+
3
42
  ## 3.1.32
4
43
  ### Patch Changes
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/scripts",
3
- "version": "3.1.32",
3
+ "version": "3.1.34",
4
4
  "description": "Dev scripts for working with prosopo packages",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -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.7",
34
- "@prosopo/common": "3.1.25",
35
- "@prosopo/datasets": "3.0.48",
36
- "@prosopo/dotenv": "3.0.30",
37
- "@prosopo/env": "3.2.27",
38
- "@prosopo/keyring": "2.8.39",
39
- "@prosopo/locale": "3.1.25",
40
- "@prosopo/provider": "3.13.6",
41
- "@prosopo/types": "3.6.3",
42
- "@prosopo/types-env": "2.7.52",
43
- "@prosopo/util": "3.2.3",
44
- "@prosopo/util-crypto": "13.5.27",
45
- "@prosopo/workspace": "3.1.18",
33
+ "@prosopo/cli": "3.5.9",
34
+ "@prosopo/common": "3.1.27",
35
+ "@prosopo/datasets": "3.0.50",
36
+ "@prosopo/dotenv": "3.0.32",
37
+ "@prosopo/env": "3.2.29",
38
+ "@prosopo/keyring": "2.8.41",
39
+ "@prosopo/locale": "3.1.27",
40
+ "@prosopo/provider": "3.14.0",
41
+ "@prosopo/types": "3.7.0",
42
+ "@prosopo/types-env": "2.7.54",
43
+ "@prosopo/util": "3.2.4",
44
+ "@prosopo/util-crypto": "13.5.28",
45
+ "@prosopo/workspace": "3.1.19",
46
46
  "dotenv": "16.4.5",
47
47
  "fast-glob": "3.3.2",
48
48
  "fs-extra": "11.2.0",
49
49
  "yargs": "17.7.2"
50
50
  },
51
51
  "devDependencies": {
52
- "@prosopo/config": "3.1.25",
52
+ "@prosopo/config": "3.1.27",
53
53
  "@types/fs-extra": "11.0.4",
54
54
  "@types/node": "22.10.2",
55
55
  "@vitest/coverage-v8": "3.2.4",