@talismn/token-rates 0.0.0-pr548-20230213142852 → 0.0.0-pr557-20230216040942

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 +10 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # @talismn/token-rates
2
2
 
3
- ## 0.0.0-pr548-20230213142852
3
+ ## 0.0.0-pr557-20230216040942
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 8adc7f0: feat: switched build tool to preconstruct
8
- - Updated dependencies [8adc7f0]
9
- - @talismn/chaindata-provider@0.0.0-pr548-20230213142852
7
+ - @talismn/chaindata-provider@0.0.0-pr557-20230216040942
8
+
9
+ ## 0.1.13
10
+
11
+ ### Patch Changes
12
+
13
+ - 8adc7f06: feat: switched build tool to preconstruct
14
+ - Updated dependencies [8adc7f06]
15
+ - @talismn/chaindata-provider@0.4.1
10
16
 
11
17
  ## 0.1.12
12
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/token-rates",
3
- "version": "0.0.0-pr548-20230213142852",
3
+ "version": "0.0.0-pr557-20230216040942",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -26,12 +26,12 @@
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-pr548-20230213142852",
29
+ "@talismn/chaindata-provider": "^0.0.0-pr557-20230216040942",
30
30
  "axios": "^0.27.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@talismn/eslint-config": "^0.0.0-pr548-20230213142852",
34
- "@talismn/tsconfig": "^0.0.0-pr548-20230213142852",
33
+ "@talismn/eslint-config": "^0.0.1",
34
+ "@talismn/tsconfig": "^0.0.2",
35
35
  "@types/jest": "^27.5.1",
36
36
  "eslint": "^8.4.0",
37
37
  "jest": "^28.1.0",