stxmap-rank-shell 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/package.json +3 -4
  2. package/tea.yaml +6 -0
  3. package/.cspell.json +0 -16
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "bbguai": "^1.0.0",
4
- "crypto-price-checker-oooooyoung": "^1.0.6",
5
4
  "ethers": "^5.7.2",
6
5
  "lodash": "^4.17.21",
7
6
  "node-fetch": "^2.7.0",
8
- "stxmap-address-rank": "^1.0.6",
9
- "stxmap-rank-cli": "^1.0.6"
7
+ "stxmap-address-rank": "^1.0.7",
8
+ "stxmap-rank-cli": "^1.0.7"
10
9
  },
11
10
  "name": "stxmap-rank-shell",
12
11
  "description": "Some web3 shell",
13
- "version": "1.1.10",
12
+ "version": "1.1.11",
14
13
  "main": "index.js",
15
14
  "devDependencies": {
16
15
  "cspell": "^6.31.2",
package/tea.yaml ADDED
@@ -0,0 +1,6 @@
1
+ # https://tea.xyz/what-is-this-file
2
+ ---
3
+ version: 1.0.0
4
+ codeOwners:
5
+ - '0x5c44cD44a6385C7459af8f5f96ca36c1C95Ae8Fa'
6
+ quorum: 1
package/.cspell.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "version": "0.2",
3
- "language": "en",
4
- "words": [
5
- "addrs",
6
- "aggs"
7
- ],
8
- "flagWords": ["hte", "hight"],
9
- "ignorePaths": [
10
- "node_modules/**",
11
- "other",
12
- "pw-scripts",
13
- "sehll-script",
14
- "**/*.svg"
15
- ]
16
- }