@pioneer-platform/pioneer-router 8.4.104 → 8.4.106
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/lib/index.js +2 -2
- package/package.json +14 -12
package/lib/index.js
CHANGED
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
48
48
|
});
|
49
49
|
};
|
50
50
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
52
|
-
return g =
|
51
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
52
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
53
53
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
54
54
|
function step(op) {
|
55
55
|
if (f) throw new TypeError("Generator is already executing.");
|
package/package.json
CHANGED
@@ -1,33 +1,35 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pioneer-platform/pioneer-router",
|
3
|
-
"version": "8.4.
|
3
|
+
"version": "8.4.106",
|
4
4
|
"main": "./lib/index.js",
|
5
5
|
"types": "./lib/index.d.ts",
|
6
6
|
"scripts": {
|
7
|
-
"npm": "
|
8
|
-
"npm-update": "
|
9
|
-
"test": "
|
10
|
-
"test-cli-export": "
|
7
|
+
"npm": "pnpm i",
|
8
|
+
"npm-update": "pnpm update",
|
9
|
+
"test": "pnpm run build && node __tests__/test-module.js",
|
10
|
+
"test-cli-export": "pnpm run build && node __tests__/reference-test-cli-export.js",
|
11
11
|
"lint": "prettier --write '**/**/*.ts'",
|
12
12
|
"start": "nodemon --watch 'src/**/*.ts' --exec ts-node __tests__node",
|
13
13
|
"build": "tsc -p .",
|
14
|
-
"prepublish": "
|
15
|
-
"refresh": "rm -rf ./node_modules ./package-lock.json &&
|
14
|
+
"prepublish": "pnpm run build",
|
15
|
+
"refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install",
|
16
16
|
"test-jest": "jest --coverage",
|
17
17
|
"test:watch": "jest --coverage --watchAll",
|
18
|
-
"build:watch": "onchange 'src/**/*.ts' --
|
18
|
+
"build:watch": "onchange 'src/**/*.ts' -- pnpm run build",
|
19
19
|
"view:coverage": "serve coverage/lcov-report",
|
20
20
|
"clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
|
21
21
|
},
|
22
22
|
"dependencies": {
|
23
|
+
"@coinmasters/types": "^4.10.2",
|
23
24
|
"@pioneer-platform/chainflip-client": "^0.0.10",
|
24
25
|
"@pioneer-platform/changelly-client": "^8.3.20",
|
26
|
+
"@pioneer-platform/loggerdog": "^8.3.1",
|
25
27
|
"@pioneer-platform/mayachain-client": "^0.0.37",
|
26
28
|
"@pioneer-platform/osmosis-client": "^0.0.16",
|
27
29
|
"@pioneer-platform/pioneer-caip": "^9.2.34",
|
28
30
|
"@pioneer-platform/pro-token": "^0.0.3",
|
29
31
|
"@pioneer-platform/rango-client": "^8.3.23",
|
30
|
-
"@pioneer-platform/thorchain-client": "^0.0.
|
32
|
+
"@pioneer-platform/thorchain-client": "^0.0.35",
|
31
33
|
"@pioneer-platform/uniswap-client": "^0.0.29",
|
32
34
|
"@uniswap/sdk-core": "^4.2.0",
|
33
35
|
"@uniswap/universal-router-sdk": "^1.9.0",
|
@@ -36,14 +38,14 @@
|
|
36
38
|
},
|
37
39
|
"devDependencies": {
|
38
40
|
"@types/jest": "^25.2.3",
|
39
|
-
"@types/node": "^
|
41
|
+
"@types/node": "^18.16.0",
|
40
42
|
"@types/source-map-support": "^0.5.3",
|
41
43
|
"jest": "^26.6.3",
|
42
44
|
"onchange": "^7.1.0",
|
43
45
|
"serve": "^11.3.2",
|
44
46
|
"source-map-support": "^0.5.19",
|
45
47
|
"ts-jest": "^29.0.5",
|
46
|
-
"typescript": "^5.0.
|
48
|
+
"typescript": "^5.0.4"
|
47
49
|
},
|
48
50
|
"gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
|
49
|
-
}
|
51
|
+
}
|