@render-foundation/utils 0.0.120 → 0.0.121

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.
@@ -181,7 +181,7 @@ export interface PgClient<DB> {
181
181
  }, log?: RenderLogger): Promise<void>;
182
182
  incrBuyBurnMetrics(log?: RenderLogger): Promise<{
183
183
  outstandingJobs: number;
184
- oldestJobFinishedAt?: Date;
184
+ oldestJobInsertedAt?: Date;
185
185
  }>;
186
186
  fetchBurns(f: {
187
187
  executedAfter?: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"price.d.ts","sourceRoot":"","sources":["../../../../src/client/price.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,WAAW,CAAA;AAEhD,MAAM,WAAW,WAAW;IAC1B,oBAAoB,CAAC,CAAC,EAAE;QACtB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,EAAE,CAAC,EAAE,UAAU,CAAA;QACf,EAAE,EAAE,IAAI,CAAA;KACT,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IAEnB,SAAS,CAAC,EAAE,EAAE,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IAEpC,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,CAAA;CAChC;AAED,eAAO,MAAM,WAAW,QAAO,WA2C9B,CAAA"}
1
+ {"version":3,"file":"price.d.ts","sourceRoot":"","sources":["../../../../src/client/price.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,WAAW,CAAA;AAEhD,MAAM,WAAW,WAAW;IAC1B,oBAAoB,CAAC,CAAC,EAAE;QACtB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,EAAE,CAAC,EAAE,UAAU,CAAA;QACf,EAAE,EAAE,IAAI,CAAA;KACT,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IAEnB,SAAS,CAAC,EAAE,EAAE,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IAEpC,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,CAAA;CAChC;AAED,eAAO,MAAM,WAAW,QAAO,WA2C9B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@render-foundation/utils",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "description": "Utils shared across Render libs",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -47,6 +47,7 @@
47
47
  "ccxt": "^4.2.72",
48
48
  "coingecko-api-v3": "^0.0.29",
49
49
  "kysely": "^0.27.2",
50
+ "moment": "^2.30.1",
50
51
  "pg": "^8.11.3",
51
52
  "uuid": "^9.0.1",
52
53
  "web3-eth-contract": "^4.5.0"