@talismn/util 0.0.0-pr723-20230421072626 → 0.0.0-pr723-20230426003911

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 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @talismn/util
2
2
 
3
- ## 0.0.0-pr723-20230421072626
3
+ ## 0.0.0-pr723-20230426003911
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f7aca48b: eslint rules
8
8
  - 01bf239b: feat: crowdloan and nom pool balances
9
- - 35c57c65: fix: removed some explicit `any`s
9
+ - 1ad3edd8: fix: removed some explicit `any`s
10
10
  - 01bf239b: fix: packages publishing with incorrect interdependency versions
11
11
 
12
12
  ## 0.1.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/util",
3
- "version": "0.0.0-pr723-20230421072626",
3
+ "version": "0.0.0-pr723-20230426003911",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -32,7 +32,7 @@
32
32
  "@polkadot/keyring": "^11.1.1",
33
33
  "@polkadot/util": "^11.1.1",
34
34
  "@polkadot/util-crypto": "^11.1.1",
35
- "@talismn/eslint-config": "0.0.0-pr723-20230421072626",
35
+ "@talismn/eslint-config": "0.0.0-pr723-20230426003911",
36
36
  "@talismn/tsconfig": "0.0.2",
37
37
  "@types/jest": "^27.5.1",
38
38
  "eslint": "^8.4.0",