@talismn/balances 0.0.0-pr675-20230413170259 → 0.0.0-pr675-20230413210942

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,16 +1,16 @@
1
1
  # @talismn/balances
2
2
 
3
- ## 0.0.0-pr675-20230413170259
3
+ ## 0.0.0-pr675-20230413210942
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - fb8ee962: feat: proxy dapp websocket requests to talisman wallet backend when available
8
8
  - Updated dependencies [fb8ee962]
9
9
  - Updated dependencies [c898da98]
10
- - @talismn/chain-connector@0.0.0-pr675-20230413170259
11
- - @talismn/chain-connector-evm@0.0.0-pr675-20230413170259
12
- - @talismn/chaindata-provider@0.0.0-pr675-20230413170259
13
- - @talismn/token-rates@0.0.0-pr675-20230413170259
10
+ - @talismn/chain-connector@0.0.0-pr675-20230413210942
11
+ - @talismn/chain-connector-evm@0.0.0-pr675-20230413210942
12
+ - @talismn/chaindata-provider@0.0.0-pr675-20230413210942
13
+ - @talismn/token-rates@0.0.0-pr675-20230413210942
14
14
 
15
15
  ## 0.4.0
16
16
 
@@ -67,7 +67,7 @@ const db = new TalismanBalancesDatabase();
67
67
 
68
68
  var packageJson = {
69
69
  name: "@talismn/balances",
70
- version: "0.0.0-pr675-20230413170259",
70
+ version: "0.0.0-pr675-20230413210942",
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-pr675-20230413170259",
70
+ version: "0.0.0-pr675-20230413210942",
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-pr675-20230413170259",
62
+ version: "0.0.0-pr675-20230413210942",
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-pr675-20230413170259",
3
+ "version": "0.0.0-pr675-20230413210942",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -27,10 +27,10 @@
27
27
  "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
28
28
  },
29
29
  "dependencies": {
30
- "@talismn/chain-connector": "^0.0.0-pr675-20230413170259",
31
- "@talismn/chain-connector-evm": "^0.0.0-pr675-20230413170259",
32
- "@talismn/chaindata-provider": "^0.0.0-pr675-20230413170259",
33
- "@talismn/token-rates": "^0.0.0-pr675-20230413170259",
30
+ "@talismn/chain-connector": "^0.0.0-pr675-20230413210942",
31
+ "@talismn/chain-connector-evm": "^0.0.0-pr675-20230413210942",
32
+ "@talismn/chaindata-provider": "^0.0.0-pr675-20230413210942",
33
+ "@talismn/token-rates": "^0.0.0-pr675-20230413210942",
34
34
  "@talismn/util": "^0.1.8",
35
35
  "anylogger": "^1.0.11",
36
36
  "dexie": "^3.2.3"