@talismn/util 0.3.0 → 0.3.1

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/README.md +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # @talismn/util
2
2
 
3
3
  This library hosts non-UI code meant to be shared between Talisman projects
4
-
5
- It doesn't need to be published as npm package, therefore it is simply transpiled with tsc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/util",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -34,8 +34,8 @@
34
34
  "jest": "^29.7.0",
35
35
  "ts-jest": "^29.2.5",
36
36
  "typescript": "^5.6.3",
37
- "@talismn/eslint-config": "0.0.3",
38
- "@talismn/tsconfig": "0.0.2"
37
+ "@talismn/tsconfig": "0.0.2",
38
+ "@talismn/eslint-config": "0.0.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@polkadot/keyring": "*",