@rosen-bridge/minimum-fee 3.1.0 → 3.1.1-6083137b
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/CHANGELOG.md +9 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rosen-bridge/minimum-fee",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1-6083137b",
|
|
4
4
|
"description": "this project gets minimum fee of the bridge for supported tokens from blockchain",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,22 +22,21 @@
|
|
|
22
22
|
"lint:check": "eslint . && npm run prettify:check",
|
|
23
23
|
"build": "tsc --build tsconfig.build.json",
|
|
24
24
|
"type-check": "tsc --noEmit",
|
|
25
|
-
"test": "
|
|
25
|
+
"test": "NODE_OPTIONS='--import tsx' vitest",
|
|
26
26
|
"coverage": "npm run test -- --coverage",
|
|
27
27
|
"release": "npm run test && npm run build && npm publish --access public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@rosen-bridge/abstract-logger": "
|
|
30
|
+
"@rosen-bridge/abstract-logger": "4.0.0-6083137b",
|
|
31
31
|
"@rosen-bridge/json-bigint": "^1.1.0",
|
|
32
32
|
"@rosen-clients/ergo-explorer": "^2.1.0",
|
|
33
33
|
"@rosen-clients/ergo-node": "^3.1.0",
|
|
34
34
|
"ergo-lib-wasm-nodejs": "^0.24.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"ts-jest": "^29.0.3"
|
|
37
|
+
"@vitest/coverage-istanbul": "^3.1.4",
|
|
38
|
+
"tsx": "^4.20.5",
|
|
39
|
+
"vitest": "^3.1.4"
|
|
41
40
|
},
|
|
42
41
|
"directories": {
|
|
43
42
|
"lib": "lib",
|
|
@@ -47,6 +46,7 @@
|
|
|
47
46
|
"rosen"
|
|
48
47
|
],
|
|
49
48
|
"engines": {
|
|
50
|
-
"node": ">=22.18.0"
|
|
49
|
+
"node": ">=22.18.0",
|
|
50
|
+
"npm": "11.6.2"
|
|
51
51
|
}
|
|
52
52
|
}
|