@mainsail/kernel 0.0.1-evm.27 → 0.0.1-evm.29
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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mainsail/kernel",
|
|
3
|
-
"version": "0.0.1-evm.
|
|
3
|
+
"version": "0.0.1-evm.29",
|
|
4
4
|
"description": "Kernel for the Mainsail blockchain",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"contributors": [],
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"/distribution"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"chalk": "5.
|
|
20
|
+
"chalk": "5.5.0",
|
|
21
21
|
"cron": "4.1.0",
|
|
22
22
|
"date-fns": "4.1.0",
|
|
23
23
|
"deepmerge": "4.3.1",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"nsfw": "2.2.5",
|
|
31
31
|
"semver": "7.7.1",
|
|
32
32
|
"split2": "4.2.0",
|
|
33
|
-
"@mainsail/container": "0.0.1-evm.
|
|
34
|
-
"@mainsail/
|
|
35
|
-
"@mainsail/
|
|
33
|
+
"@mainsail/container": "0.0.1-evm.29",
|
|
34
|
+
"@mainsail/contracts": "0.0.1-evm.29",
|
|
35
|
+
"@mainsail/utils": "0.0.1-evm.29"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/capture-console": "1.0.5",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"node": ">=20.x"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
|
-
"build": "
|
|
53
|
+
"build": "tsc -b",
|
|
54
54
|
"build:watch": "pnpm run clean && tsc -w",
|
|
55
|
-
"clean": "del distribution",
|
|
55
|
+
"clean": "del distribution && del tsconfig.tsbuildinfo",
|
|
56
56
|
"release": "pnpm publish --access public",
|
|
57
57
|
"test": "pnpm run uvu source .test.ts",
|
|
58
58
|
"test:coverage": "c8 -r=text -r=lcov --all pnpm run test",
|