@talismn/balances 0.0.0-pr610-20230310075120 → 0.0.0-pr611-20230313203313

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 CHANGED
@@ -1,13 +1,13 @@
1
1
  # @talismn/balances
2
2
 
3
- ## 0.0.0-pr610-20230310075120
3
+ ## 0.0.0-pr611-20230313203313
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6643a4e: fix: tokenRates in @talismn/balances-react
8
8
  - 6643a4e: fix: ported useDbCache related perf fixes to @talismn/balances-react
9
9
  - Updated dependencies [6643a4e]
10
- - @talismn/token-rates@0.0.0-pr610-20230310075120
10
+ - @talismn/token-rates@0.0.0-pr611-20230313203313
11
11
 
12
12
  ## 0.3.3
13
13
 
@@ -23,7 +23,7 @@ export type BalanceTypes = {
23
23
  export type BalanceJson = BalanceTypes[keyof BalanceTypes] extends never ? IBalance : BalanceTypes[keyof BalanceTypes];
24
24
  /** A collection of `BalanceJson` objects */
25
25
  export type BalanceJsonList = Record<string, BalanceJson>;
26
- export type BalanceStatus = "live" | "cache";
26
+ export type BalanceStatus = "live" | "cache" | "stale";
27
27
  /** `IBalance` is a common interface which all balance types must implement. */
28
28
  export type IBalance = {
29
29
  /** The module that this balance was retrieved by */
@@ -67,7 +67,7 @@ const db = new TalismanBalancesDatabase();
67
67
 
68
68
  var packageJson = {
69
69
  name: "@talismn/balances",
70
- version: "0.0.0-pr610-20230310075120",
70
+ version: "0.0.0-pr611-20230313203313",
71
71
  author: "Talisman",
72
72
  homepage: "https://talisman.xyz",
73
73
  license: "UNLICENSED",
@@ -67,7 +67,7 @@ const db = new TalismanBalancesDatabase();
67
67
 
68
68
  var packageJson = {
69
69
  name: "@talismn/balances",
70
- version: "0.0.0-pr610-20230310075120",
70
+ version: "0.0.0-pr611-20230313203313",
71
71
  author: "Talisman",
72
72
  homepage: "https://talisman.xyz",
73
73
  license: "UNLICENSED",
@@ -59,7 +59,7 @@ const db = new TalismanBalancesDatabase();
59
59
 
60
60
  var packageJson = {
61
61
  name: "@talismn/balances",
62
- version: "0.0.0-pr610-20230310075120",
62
+ version: "0.0.0-pr611-20230313203313",
63
63
  author: "Talisman",
64
64
  homepage: "https://talisman.xyz",
65
65
  license: "UNLICENSED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances",
3
- "version": "0.0.0-pr610-20230310075120",
3
+ "version": "0.0.0-pr611-20230313203313",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -30,7 +30,7 @@
30
30
  "@talismn/chain-connector": "^0.4.2",
31
31
  "@talismn/chain-connector-evm": "^0.4.2",
32
32
  "@talismn/chaindata-provider": "^0.4.2",
33
- "@talismn/token-rates": "^0.0.0-pr610-20230310075120",
33
+ "@talismn/token-rates": "^0.0.0-pr611-20230313203313",
34
34
  "@talismn/util": "^0.1.7",
35
35
  "anylogger": "^1.0.11",
36
36
  "dexie": "^3.2.3"