@talismn/balances 0.0.0-pr708-20230418111638 → 0.0.0-pr709-20230418123454

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/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @talismn/balances
2
2
 
3
- ## 0.0.0-pr708-20230418111638
3
+ ## 0.0.0-pr709-20230418123454
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - fb8ee962: feat: proxy dapp websocket requests to talisman wallet backend when available
8
8
  - Updated dependencies [fb8ee962]
9
9
  - Updated dependencies [c898da98]
10
- - @talismn/chain-connector@0.0.0-pr708-20230418111638
11
- - @talismn/chain-connector-evm@0.0.0-pr708-20230418111638
12
- - @talismn/chaindata-provider@0.0.0-pr708-20230418111638
13
- - @talismn/token-rates@0.0.0-pr708-20230418111638
10
+ - @talismn/chain-connector@0.0.0-pr709-20230418123454
11
+ - @talismn/chain-connector-evm@0.0.0-pr709-20230418123454
12
+ - @talismn/chaindata-provider@0.0.0-pr709-20230418123454
13
+ - @talismn/token-rates@0.0.0-pr709-20230418123454
14
14
 
15
15
  ## 0.4.0
16
16
 
@@ -67,7 +67,7 @@ const db = new TalismanBalancesDatabase();
67
67
 
68
68
  var packageJson = {
69
69
  name: "@talismn/balances",
70
- version: "0.0.0-pr708-20230418111638",
70
+ version: "0.0.0-pr709-20230418123454",
71
71
  author: "Talisman",
72
72
  homepage: "https://talisman.xyz",
73
73
  license: "UNLICENSED",
@@ -90,7 +90,7 @@ var packageJson = {
90
90
  },
91
91
  scripts: {
92
92
  test: "jest",
93
- lint: "eslint src --max-warnings 0",
93
+ lint: "eslint . --max-warnings 0",
94
94
  clean: "rm -rf dist && rm -rf .turbo rm -rf node_modules"
95
95
  },
96
96
  dependencies: {
@@ -214,11 +214,7 @@ class StorageHelper {
214
214
  #module;
215
215
  #method;
216
216
  #parameters;
217
-
218
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
219
217
  tags = null;
220
-
221
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
222
218
  constructor(registry, module, method, ...parameters) {
223
219
  this.#registry = registry;
224
220
  this.#module = module;
@@ -252,8 +248,6 @@ class StorageHelper {
252
248
  get parameters() {
253
249
  return this.#parameters;
254
250
  }
255
-
256
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
257
251
  tag(tags) {
258
252
  this.tags = tags;
259
253
  return this;
@@ -67,7 +67,7 @@ const db = new TalismanBalancesDatabase();
67
67
 
68
68
  var packageJson = {
69
69
  name: "@talismn/balances",
70
- version: "0.0.0-pr708-20230418111638",
70
+ version: "0.0.0-pr709-20230418123454",
71
71
  author: "Talisman",
72
72
  homepage: "https://talisman.xyz",
73
73
  license: "UNLICENSED",
@@ -90,7 +90,7 @@ var packageJson = {
90
90
  },
91
91
  scripts: {
92
92
  test: "jest",
93
- lint: "eslint src --max-warnings 0",
93
+ lint: "eslint . --max-warnings 0",
94
94
  clean: "rm -rf dist && rm -rf .turbo rm -rf node_modules"
95
95
  },
96
96
  dependencies: {
@@ -214,11 +214,7 @@ class StorageHelper {
214
214
  #module;
215
215
  #method;
216
216
  #parameters;
217
-
218
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
219
217
  tags = null;
220
-
221
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
222
218
  constructor(registry, module, method, ...parameters) {
223
219
  this.#registry = registry;
224
220
  this.#module = module;
@@ -252,8 +248,6 @@ class StorageHelper {
252
248
  get parameters() {
253
249
  return this.#parameters;
254
250
  }
255
-
256
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
257
251
  tag(tags) {
258
252
  this.tags = tags;
259
253
  return this;
@@ -59,7 +59,7 @@ const db = new TalismanBalancesDatabase();
59
59
 
60
60
  var packageJson = {
61
61
  name: "@talismn/balances",
62
- version: "0.0.0-pr708-20230418111638",
62
+ version: "0.0.0-pr709-20230418123454",
63
63
  author: "Talisman",
64
64
  homepage: "https://talisman.xyz",
65
65
  license: "UNLICENSED",
@@ -82,7 +82,7 @@ var packageJson = {
82
82
  },
83
83
  scripts: {
84
84
  test: "jest",
85
- lint: "eslint src --max-warnings 0",
85
+ lint: "eslint . --max-warnings 0",
86
86
  clean: "rm -rf dist && rm -rf .turbo rm -rf node_modules"
87
87
  },
88
88
  dependencies: {
@@ -206,11 +206,7 @@ class StorageHelper {
206
206
  #module;
207
207
  #method;
208
208
  #parameters;
209
-
210
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
211
209
  tags = null;
212
-
213
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
214
210
  constructor(registry, module, method, ...parameters) {
215
211
  this.#registry = registry;
216
212
  this.#module = module;
@@ -244,8 +240,6 @@ class StorageHelper {
244
240
  get parameters() {
245
241
  return this.#parameters;
246
242
  }
247
-
248
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
249
243
  tag(tags) {
250
244
  this.tags = tags;
251
245
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances",
3
- "version": "0.0.0-pr708-20230418111638",
3
+ "version": "0.0.0-pr709-20230418123454",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "scripts": {
25
25
  "test": "jest",
26
- "lint": "eslint src --max-warnings 0",
26
+ "lint": "eslint . --max-warnings 0",
27
27
  "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
28
28
  },
29
29
  "dependencies": {
30
- "@talismn/chain-connector": "^0.0.0-pr708-20230418111638",
31
- "@talismn/chain-connector-evm": "^0.0.0-pr708-20230418111638",
32
- "@talismn/chaindata-provider": "^0.0.0-pr708-20230418111638",
33
- "@talismn/token-rates": "^0.0.0-pr708-20230418111638",
30
+ "@talismn/chain-connector": "^0.0.0-pr709-20230418123454",
31
+ "@talismn/chain-connector-evm": "^0.0.0-pr709-20230418123454",
32
+ "@talismn/chaindata-provider": "^0.0.0-pr709-20230418123454",
33
+ "@talismn/token-rates": "^0.0.0-pr709-20230418123454",
34
34
  "@talismn/util": "^0.1.8",
35
35
  "anylogger": "^1.0.11",
36
36
  "dexie": "^3.2.3"