@pioneer-platform/markets 8.11.24 → 8.11.26

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.
@@ -1 +1,2 @@
1
- $ tsc -p .
1
+
2
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.11.26
4
+
5
+ ### Patch Changes
6
+
7
+ - cache work
8
+ - Updated dependencies
9
+ - @pioneer-platform/pro-token@0.8.4
10
+ - @pioneer-platform/pioneer-discovery@8.11.26
11
+
12
+ ## 8.11.25
13
+
14
+ ### Patch Changes
15
+
16
+ - cache work
17
+ - Updated dependencies
18
+ - @pioneer-platform/pro-token@0.8.3
19
+ - @pioneer-platform/pioneer-discovery@8.11.25
20
+
3
21
  ## 8.11.24
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.11.24",
3
+ "version": "8.11.26",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "@pioneer-platform/default-redis": "^8.11.7",
8
8
  "@pioneer-platform/loggerdog": "^8.11.0",
9
9
  "@pioneer-platform/pioneer-coins": "^9.11.0",
10
- "@pioneer-platform/pioneer-discovery": "^8.11.24",
10
+ "@pioneer-platform/pioneer-discovery": "^8.11.26",
11
11
  "@pioneer-platform/pioneer-types": "^8.11.0",
12
- "@pioneer-platform/pro-token": "^0.8.2",
12
+ "@pioneer-platform/pro-token": "^0.8.4",
13
13
  "@shapeshiftoss/caip": "^9.0.0-alpha.0",
14
14
  "axios": "^1.6.0",
15
15
  "axios-retry": "^3.2.0",