@pioneer-platform/binance-network 8.3.3 → 8.4.1

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 ADDED
@@ -0,0 +1,22 @@
1
+ # @pioneer-platform/binance-network
2
+
3
+ ## 8.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Automated patch version bump for all packages
8
+ - Updated dependencies
9
+ - @pioneer-platform/loggerdog@8.4.1
10
+ - @pioneer-platform/nodes@8.4.1
11
+
12
+ ## 8.4.0
13
+
14
+ ### Minor Changes
15
+
16
+ - Release: minor version bump for all packages
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @pioneer-platform/loggerdog@8.4.0
22
+ - @pioneer-platform/nodes@8.4.0
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@pioneer-platform/binance-network",
3
- "version": "8.3.3",
3
+ "version": "8.4.1",
4
4
  "scripts": {
5
- "create": "npm run build && npm run test",
5
+ "create": "pnpm run build && pnpm run test",
6
6
  "build": "tsc -p .",
7
- "test": "npm run build && node __tests__/test-module.js",
8
- "prepublish": "rm -Rf lib && npm run build",
9
- "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
7
+ "test": "pnpm run build && node __tests__/test-module.js",
8
+ "prepublish": "rm -Rf lib && pnpm run build",
9
+ "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
10
10
  },
11
11
  "dependencies": {
12
12
  "@crypto-hex-decoder/bnb": "^2.1.0",
13
- "@pioneer-platform/loggerdog": "^8.3.1",
14
- "@pioneer-platform/nodes": "^8.3.10",
15
- "axios": "^1.3.4",
13
+ "@pioneer-platform/loggerdog": "^8.4.1",
14
+ "@pioneer-platform/nodes": "^8.4.1",
15
+ "axios": "^1.6.0",
16
16
  "dotenv": "^8.2.0",
17
17
  "https": "^1.0.0",
18
18
  "moment": "^2.29.1",
19
- "typescript": "^5.0.2",
19
+ "typescript": "^5.0.4",
20
20
  "wait-promise": "^0.4.1"
21
21
  },
22
22
  "description": "Cosmos events to redis pub/sub",
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "author": "Bithighlander <pioneer@gmail.com>",
29
29
  "license": "ISC",
30
- "gitHead": "e4a7114f00103ee48533c369dba4a02021ddcbe4"
31
- }
30
+ "gitHead": "aeae28273014ab69b42f22abec159c6693a56c40"
31
+ }