@develit-services/blockchain 0.7.1 → 0.8.0
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@develit-services/blockchain",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"author": "Develit.io s.r.o.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"types": "bash typegen.sh",
|
|
45
45
|
"lint": "biome check",
|
|
46
46
|
"lint:fix": "biome check --fix",
|
|
47
|
-
"test": "vitest",
|
|
48
|
-
"test:cov": "vitest run --coverage",
|
|
49
|
-
"test:unit": "vitest unit fixtures",
|
|
50
|
-
"test:int": "vitest integration",
|
|
47
|
+
"test": "cd ../.. && vitest --project @develit-services/blockchain",
|
|
48
|
+
"test:cov": "cd ../.. && vitest run --coverage --project @develit-services/blockchain",
|
|
49
|
+
"test:unit": "cd ../.. && vitest --project @develit-services/blockchain test/unit test/fixtures",
|
|
50
|
+
"test:int": "cd ../.. && vitest --project @develit-services/blockchain test/integration",
|
|
51
51
|
"build": "unbuild"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|