@talismn/token-rates 0.0.0-pr956-20230721073229 → 0.0.0-pr972-20230728045824
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 +8 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
# @talismn/token-rates
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-pr972-20230728045824
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- @talismn/chaindata-provider@0.0.0-pr972-20230728045824
|
8
|
+
|
9
|
+
## 0.2.0
|
4
10
|
|
5
11
|
### Minor Changes
|
6
12
|
|
@@ -11,7 +17,7 @@
|
|
11
17
|
- 3c1a8b10: Dependency updates
|
12
18
|
- Updated dependencies [3c1a8b10]
|
13
19
|
- Updated dependencies [b920ab98]
|
14
|
-
- @talismn/chaindata-provider@0.
|
20
|
+
- @talismn/chaindata-provider@0.7.0
|
15
21
|
|
16
22
|
## 0.1.18
|
17
23
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/token-rates",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-pr972-20230728045824",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -26,7 +26,7 @@
|
|
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-
|
29
|
+
"@talismn/chaindata-provider": "0.0.0-pr972-20230728045824",
|
30
30
|
"axios": "^0.27.2",
|
31
31
|
"dexie": "^3.2.4"
|
32
32
|
},
|