@usherlabs/cex-broker 0.2.27 → 0.2.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usherlabs/cex-broker",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
4
4
  "description": "Unified gRPC API to CEXs by Usher Labs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "scripts": {
33
33
  "proto-gen": "./proto-gen.sh",
34
34
  "start": "bun run ./src/index.ts",
35
- "build": "bun run proto-gen && bun run ./build.ts && bun run build:ts && bun run copy:dts && bun run copy:proto",
35
+ "build": "bun run proto-gen && bun run ./build.ts && bun run build:ts && bun run copy:dts && bun run copy:proto && node scripts/check-node-package.mjs",
36
36
  "prepack": "bun run build",
37
37
  "start-broker": "bun run ./src/cli.ts",
38
38
  "start-archive-forwarder": "bun run services/archive-forwarder/index.ts",