@riocrypto/common-server 1.0.2790 → 1.0.2791

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.
@@ -24,7 +24,7 @@ interface ExternalTradeAttrs {
24
24
  settlementType?: EmarketsSettlementType;
25
25
  };
26
26
  stonex?: {
27
- valueDate?: Date;
27
+ valueDate?: string;
28
28
  quoteReqId?: string;
29
29
  bidPx?: number;
30
30
  offerPx?: number;
@@ -65,7 +65,7 @@ interface ExternalTradeDoc extends Document {
65
65
  settlementType?: EmarketsSettlementType;
66
66
  };
67
67
  stonex?: {
68
- valueDate?: Date;
68
+ valueDate?: string;
69
69
  quoteReqId?: string;
70
70
  bidPx?: number;
71
71
  offerPx?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2790",
3
+ "version": "1.0.2791",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -28,10 +28,10 @@
28
28
  "@google-cloud/secret-manager": "^5.6.0",
29
29
  "@google-cloud/storage": "^7.19.0",
30
30
  "@hyperdx/node-opentelemetry": "^0.10.3",
31
- "@riocrypto/common": "1.0.2595",
31
+ "@riocrypto/common": "1.0.2596",
32
32
  "@slack/web-api": "^7.15.0",
33
33
  "@types/express": "^4.17.25",
34
- "axios": "1.15.2",
34
+ "axios": "1.16.0",
35
35
  "crypto-js": "^4.2.0",
36
36
  "express": "^4.22.1",
37
37
  "express-rate-limit": "^7.5.1",