@talismn/on-chain-id 0.0.0-pr997-20231116062730 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/on-chain-id",
3
- "version": "0.0.0-pr997-20231116062730",
3
+ "version": "0.1.1",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -20,33 +20,39 @@
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
23
- "scripts": {
24
- "test": "jest",
25
- "lint": "eslint src --max-warnings 0",
26
- "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
27
- },
28
23
  "dependencies": {
29
- "@talismn/balances": "0.0.0-pr997-20231116062730",
30
- "@talismn/util": "0.0.0-pr997-20231116062730",
31
- "anylogger": "^1.0.11"
24
+ "anylogger": "^1.0.11",
25
+ "@talismn/balances": "0.7.1",
26
+ "@talismn/util": "0.3.1"
32
27
  },
33
28
  "devDependencies": {
34
- "@polkadot/types": "^10.1.4",
35
- "@talismn/eslint-config": "0.0.0-pr997-20231116062730",
36
- "@talismn/tsconfig": "0.0.2",
37
- "@types/jest": "^27.5.1",
38
- "eslint": "^8.52.0",
39
- "jest": "^28.1.0",
40
- "ts-jest": "^28.0.2",
41
- "typescript": "^5.2.2"
29
+ "@polkadot/api-contract": "15.8.1",
30
+ "@polkadot/rpc-provider": "15.8.1",
31
+ "@polkadot/types": "15.8.1",
32
+ "@polkadot/util": "13.4.3",
33
+ "@types/jest": "^29.5.14",
34
+ "eslint": "^8.57.1",
35
+ "jest": "^29.7.0",
36
+ "ts-jest": "^29.2.5",
37
+ "typescript": "^5.6.3",
38
+ "@talismn/eslint-config": "0.0.3",
39
+ "@talismn/tsconfig": "0.0.2"
42
40
  },
43
41
  "peerDependencies": {
44
- "@polkadot/types": "10.x"
42
+ "@polkadot/api-contract": "*",
43
+ "@polkadot/rpc-provider": "*",
44
+ "@polkadot/types": "*",
45
+ "@polkadot/util": "*"
45
46
  },
46
47
  "eslintConfig": {
47
48
  "root": true,
48
49
  "extends": [
49
50
  "@talismn/eslint-config/base"
50
51
  ]
52
+ },
53
+ "scripts": {
54
+ "test": "jest",
55
+ "lint": "eslint src --max-warnings 0",
56
+ "clean": "rm -rf dist .turbo node_modules"
51
57
  }
52
58
  }
package/CHANGELOG.md DELETED
@@ -1,20 +0,0 @@
1
- # @talismn/on-chain-id
2
-
3
- ## 0.0.0-pr997-20231116062730
4
-
5
- ### Minor Changes
6
-
7
- - 372f9951: replace ethers by viem
8
-
9
- ### Patch Changes
10
-
11
- - c4d59671: bump typescript version
12
- - 850381a5: feat: onchain id support
13
- - Updated dependencies [d2ccdafb]
14
- - Updated dependencies [372f9951]
15
- - Updated dependencies [c4d59671]
16
- - Updated dependencies [a916db00]
17
- - Updated dependencies [a3a1bd7c]
18
- - Updated dependencies [e0eb84ad]
19
- - @talismn/balances@0.0.0-pr997-20231116062730
20
- - @talismn/util@0.0.0-pr997-20231116062730
@@ -1 +0,0 @@
1
- export declare const isPotentialEns: (name?: string) => boolean;