@pioneer-platform/binance-network 8.17.0 → 8.22.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @pioneer-platform/binance-network
2
2
 
3
+ ## 8.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: feat(pioneer-server): Migrate from Bun to Node.js for Blockbook WebSocket compatibility
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/nodes@8.24.0
13
+
14
+ ## 8.21.0
15
+
16
+ ### Minor Changes
17
+
18
+ - feat(pioneer-server): Migrate from Bun to Node.js for Blockbook WebSocket compatibility
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @pioneer-platform/nodes@8.23.0
24
+
25
+ ## 8.20.0
26
+
27
+ ### Minor Changes
28
+
29
+ - feat(pioneer-server): Migrate from Bun to Node.js for Blockbook WebSocket compatibility
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @pioneer-platform/nodes@8.22.0
35
+
36
+ ## 8.19.0
37
+
38
+ ### Minor Changes
39
+
40
+ - chore: Merge pull request #10 from coinmastersguild/feature/fix-blockbook-websocket-subscriptions
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies
45
+ - @pioneer-platform/nodes@8.19.0
46
+
47
+ ## 8.18.0
48
+
49
+ ### Minor Changes
50
+
51
+ - Merge pull request #10 from coinmastersguild/feature/fix-blockbook-websocket-subscriptions
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies
56
+ - @pioneer-platform/nodes@8.18.0
57
+
3
58
  ## 8.17.0
4
59
 
5
60
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/binance-network",
3
- "version": "8.17.0",
3
+ "version": "8.22.0",
4
4
  "scripts": {
5
5
  "create": "pnpm run build && pnpm run test",
6
6
  "build": "tsc -p .",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@crypto-hex-decoder/bnb": "^2.1.0",
13
13
  "@pioneer-platform/loggerdog": "^8.11.0",
14
- "@pioneer-platform/nodes": "^8.17.0",
14
+ "@pioneer-platform/nodes": "^8.24.0",
15
15
  "axios": "^1.6.0",
16
16
  "dotenv": "^8.2.0",
17
17
  "https": "^1.0.0",