@talismn/token-rates 0.0.0-pr710-20230418132646 → 0.0.0-pr716-20230419110638

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 +6 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # @talismn/token-rates
2
2
 
3
- ## 0.0.0-pr710-20230418132646
3
+ ## 0.0.0-pr716-20230419110638
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @talismn/chaindata-provider@0.0.0-pr710-20230418132646
7
+ - f7aca48b: eslint rules
8
+ - 01bf239b: fix: packages publishing with incorrect interdependency versions
9
+ - Updated dependencies [f7aca48b]
10
+ - Updated dependencies [01bf239b]
11
+ - @talismn/chaindata-provider@0.0.0-pr716-20230419110638
8
12
 
9
13
  ## 0.1.15
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/token-rates",
3
- "version": "0.0.0-pr710-20230418132646",
3
+ "version": "0.0.0-pr716-20230419110638",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -22,17 +22,17 @@
22
22
  },
23
23
  "scripts": {
24
24
  "test": "jest",
25
- "lint": "eslint . --max-warnings 0",
25
+ "lint": "eslint src --max-warnings 0",
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-pr710-20230418132646",
29
+ "@talismn/chaindata-provider": "0.0.0-pr716-20230419110638",
30
30
  "axios": "^0.27.2",
31
31
  "dexie": "^3.2.3"
32
32
  },
33
33
  "devDependencies": {
34
- "@talismn/eslint-config": "^0.0.1",
35
- "@talismn/tsconfig": "^0.0.2",
34
+ "@talismn/eslint-config": "0.0.0-pr716-20230419110638",
35
+ "@talismn/tsconfig": "0.0.2",
36
36
  "@types/jest": "^27.5.1",
37
37
  "eslint": "^8.4.0",
38
38
  "jest": "^28.1.0",