@pioneer-platform/pioneer-router 8.4.106 → 8.5.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/CHANGELOG.md +21 -0
- package/package.json +28 -28
package/CHANGELOG.md
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
# @pioneer-platform/pioneer-router
|
2
|
+
|
3
|
+
## 8.5.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- Release: minor version bump for all packages
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- Updated dependencies
|
12
|
+
- @pioneer-platform/uniswap-client@0.1.0
|
13
|
+
- @pioneer-platform/thorchain-client@0.1.0
|
14
|
+
- @pioneer-platform/pro-token@0.1.0
|
15
|
+
- @pioneer-platform/rango-client@8.4.0
|
16
|
+
- @pioneer-platform/chainflip-client@0.1.0
|
17
|
+
- @pioneer-platform/osmosis-client@0.1.0
|
18
|
+
- @pioneer-platform/mayachain-client@0.1.0
|
19
|
+
- @pioneer-platform/changelly-client@8.4.0
|
20
|
+
- @pioneer-platform/loggerdog@8.4.0
|
21
|
+
- @pioneer-platform/pioneer-caip@9.3.0
|
package/package.json
CHANGED
@@ -1,36 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pioneer-platform/pioneer-router",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.5.0",
|
4
4
|
"main": "./lib/index.js",
|
5
5
|
"types": "./lib/index.d.ts",
|
6
|
-
"scripts": {
|
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
|
-
"lint": "prettier --write '**/**/*.ts'",
|
12
|
-
"start": "nodemon --watch 'src/**/*.ts' --exec ts-node __tests__node",
|
13
|
-
"build": "tsc -p .",
|
14
|
-
"prepublish": "pnpm run build",
|
15
|
-
"refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install",
|
16
|
-
"test-jest": "jest --coverage",
|
17
|
-
"test:watch": "jest --coverage --watchAll",
|
18
|
-
"build:watch": "onchange 'src/**/*.ts' -- pnpm run build",
|
19
|
-
"view:coverage": "serve coverage/lcov-report",
|
20
|
-
"clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
|
21
|
-
},
|
22
6
|
"dependencies": {
|
23
7
|
"@coinmasters/types": "^4.10.2",
|
24
|
-
"@pioneer-platform/chainflip-client": "^0.0
|
25
|
-
"@pioneer-platform/changelly-client": "^8.
|
26
|
-
"@pioneer-platform/loggerdog": "^8.
|
27
|
-
"@pioneer-platform/mayachain-client": "^0.0
|
28
|
-
"@pioneer-platform/osmosis-client": "^0.0
|
29
|
-
"@pioneer-platform/pioneer-caip": "^9.
|
30
|
-
"@pioneer-platform/pro-token": "^0.0
|
31
|
-
"@pioneer-platform/rango-client": "^8.
|
32
|
-
"@pioneer-platform/thorchain-client": "^0.0
|
33
|
-
"@pioneer-platform/uniswap-client": "^0.0
|
8
|
+
"@pioneer-platform/chainflip-client": "^0.1.0",
|
9
|
+
"@pioneer-platform/changelly-client": "^8.4.0",
|
10
|
+
"@pioneer-platform/loggerdog": "^8.4.0",
|
11
|
+
"@pioneer-platform/mayachain-client": "^0.1.0",
|
12
|
+
"@pioneer-platform/osmosis-client": "^0.1.0",
|
13
|
+
"@pioneer-platform/pioneer-caip": "^9.3.0",
|
14
|
+
"@pioneer-platform/pro-token": "^0.1.0",
|
15
|
+
"@pioneer-platform/rango-client": "^8.4.0",
|
16
|
+
"@pioneer-platform/thorchain-client": "^0.1.0",
|
17
|
+
"@pioneer-platform/uniswap-client": "^0.1.0",
|
34
18
|
"@uniswap/sdk-core": "^4.2.0",
|
35
19
|
"@uniswap/universal-router-sdk": "^1.9.0",
|
36
20
|
"dotenv": "^8.2.0",
|
@@ -47,5 +31,21 @@
|
|
47
31
|
"ts-jest": "^29.0.5",
|
48
32
|
"typescript": "^5.0.4"
|
49
33
|
},
|
50
|
-
"gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
|
34
|
+
"gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3",
|
35
|
+
"scripts": {
|
36
|
+
"npm": "pnpm i",
|
37
|
+
"npm-update": "pnpm update",
|
38
|
+
"test": "pnpm run build && node __tests__/test-module.js",
|
39
|
+
"test-cli-export": "pnpm run build && node __tests__/reference-test-cli-export.js",
|
40
|
+
"lint": "prettier --write '**/**/*.ts'",
|
41
|
+
"start": "nodemon --watch 'src/**/*.ts' --exec ts-node __tests__node",
|
42
|
+
"build": "tsc -p .",
|
43
|
+
"prepublish": "pnpm run build",
|
44
|
+
"refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install",
|
45
|
+
"test-jest": "jest --coverage",
|
46
|
+
"test:watch": "jest --coverage --watchAll",
|
47
|
+
"build:watch": "onchange 'src/**/*.ts' -- pnpm run build",
|
48
|
+
"view:coverage": "serve coverage/lcov-report",
|
49
|
+
"clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
|
50
|
+
}
|
51
51
|
}
|