@talismn/token-rates 0.0.0-pr927-20230714061520 → 0.0.0-pr928-20230714072142

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @talismn/token-rates
2
2
 
3
- ## 0.0.0-pr927-20230714061520
3
+ ## 0.0.0-pr928-20230714072142
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,10 +8,8 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - 542d0215: Dependency updates
12
- - Updated dependencies [542d0215]
13
11
  - Updated dependencies [b920ab98]
14
- - @talismn/chaindata-provider@0.0.0-pr927-20230714061520
12
+ - @talismn/chaindata-provider@0.0.0-pr928-20230714072142
15
13
 
16
14
  ## 0.1.18
17
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/token-rates",
3
- "version": "0.0.0-pr927-20230714061520",
3
+ "version": "0.0.0-pr928-20230714072142",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -26,9 +26,9 @@
26
26
  "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
27
27
  },
28
28
  "dependencies": {
29
- "@talismn/chaindata-provider": "0.0.0-pr927-20230714061520",
29
+ "@talismn/chaindata-provider": "0.0.0-pr928-20230714072142",
30
30
  "axios": "^0.27.2",
31
- "dexie": "^3.2.4"
31
+ "dexie": "^3.2.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@talismn/eslint-config": "0.0.2",