@pioneer-platform/binance-network 8.11.0 → 8.11.2

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,2 +1 @@
1
-
2
- $ tsc -p .
1
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pioneer-platform/binance-network
2
2
 
3
+ ## 8.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - cache work
8
+
9
+ ## 8.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - cache work
14
+
3
15
  ## 8.11.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/binance-network",
3
- "version": "8.11.0",
3
+ "version": "8.11.2",
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.11.0",
14
+ "@pioneer-platform/nodes": "^8.11.10",
15
15
  "axios": "^1.6.0",
16
16
  "dotenv": "^8.2.0",
17
17
  "https": "^1.0.0",
@@ -28,4 +28,4 @@
28
28
  "author": "Bithighlander <pioneer@gmail.com>",
29
29
  "license": "ISC",
30
30
  "gitHead": "aeae28273014ab69b42f22abec159c6693a56c40"
31
- }
31
+ }