@pioneer-platform/markets 8.15.10 → 8.15.13
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/.turbo/turbo-build.log +2 -1
- package/CHANGELOG.md +15 -0
- package/lib/index.js +1 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mtsc -p .[0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @pioneer-platform/markets
|
|
2
2
|
|
|
3
|
+
## 8.15.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: fix: 📦 Add tsoa.json to Docker build
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pioneer-platform/pioneer-coins@9.11.1
|
|
10
|
+
- @pioneer-platform/pioneer-discovery@8.15.13
|
|
11
|
+
|
|
12
|
+
## 8.15.11
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Replace all workspace:\* references with proper npm version numbers to fix Docker builds
|
|
17
|
+
|
|
3
18
|
## 8.15.10
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/lib/index.js
CHANGED
|
@@ -148,6 +148,7 @@ var MAJOR_CRYPTO_WHITELIST = new Set([
|
|
|
148
148
|
'bip122:00000000001a91e3dace36e2be3bf030/slip44:3', // Dogecoin
|
|
149
149
|
'bip122:000007d91d1254d60e2dd1ae58038307/slip44:5', // Dash
|
|
150
150
|
'bip122:000000000000000000651ef99cb9fcbe/slip44:145', // Bitcoin Cash
|
|
151
|
+
'bip122:4da631f2ac1bed857bd968c67c913978/slip44:20', // DigiByte
|
|
151
152
|
]);
|
|
152
153
|
// NOTE: Rate limiting is now enforced at the worker level (pioneer-server)
|
|
153
154
|
// using a Redis mutex to ensure ONLY ONE market API call at a time across all processes
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/markets",
|
|
3
|
-
"version": "8.15.
|
|
3
|
+
"version": "8.15.13",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@pioneer-platform/default-mongo-v2": "
|
|
7
|
+
"@pioneer-platform/default-mongo-v2": "^1.7.1",
|
|
8
8
|
"@pioneer-platform/default-redis": "^8.11.7",
|
|
9
9
|
"@pioneer-platform/loggerdog": "^8.11.0",
|
|
10
|
-
"@pioneer-platform/pioneer-coins": "^9.11.
|
|
11
|
-
"@pioneer-platform/pioneer-discovery": "^8.
|
|
10
|
+
"@pioneer-platform/pioneer-coins": "^9.11.1",
|
|
11
|
+
"@pioneer-platform/pioneer-discovery": "^8.15.13",
|
|
12
12
|
"@pioneer-platform/pioneer-types": "^8.11.0",
|
|
13
13
|
"@pioneer-platform/pro-token": "^0.9.0",
|
|
14
14
|
"@shapeshiftoss/caip": "^9.0.0-alpha.0",
|