@talismn/balances 0.0.0-pr705-20230418063922 → 0.0.0-pr708-20230418111638

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-pr705-20230418063922
3
+ ## 0.0.0-pr708-20230418111638
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-pr705-20230418063922
11
- - @talismn/chain-connector-evm@0.0.0-pr705-20230418063922
12
- - @talismn/chaindata-provider@0.0.0-pr705-20230418063922
13
- - @talismn/token-rates@0.0.0-pr705-20230418063922
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
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-pr705-20230418063922",
70
+ version: "0.0.0-pr708-20230418111638",
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 . --max-warnings 0",
93
+ lint: "eslint src --max-warnings 0",
94
94
  clean: "rm -rf dist && rm -rf .turbo rm -rf node_modules"
95
95
  },
96
96
  dependencies: {
@@ -214,7 +214,11 @@ class StorageHelper {
214
214
  #module;
215
215
  #method;
216
216
  #parameters;
217
+
218
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
217
219
  tags = null;
220
+
221
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
218
222
  constructor(registry, module, method, ...parameters) {
219
223
  this.#registry = registry;
220
224
  this.#module = module;
@@ -248,6 +252,8 @@ class StorageHelper {
248
252
  get parameters() {
249
253
  return this.#parameters;
250
254
  }
255
+
256
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
251
257
  tag(tags) {
252
258
  this.tags = tags;
253
259
  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-pr705-20230418063922",
70
+ version: "0.0.0-pr708-20230418111638",
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 . --max-warnings 0",
93
+ lint: "eslint src --max-warnings 0",
94
94
  clean: "rm -rf dist && rm -rf .turbo rm -rf node_modules"
95
95
  },
96
96
  dependencies: {
@@ -214,7 +214,11 @@ class StorageHelper {
214
214
  #module;
215
215
  #method;
216
216
  #parameters;
217
+
218
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
217
219
  tags = null;
220
+
221
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
218
222
  constructor(registry, module, method, ...parameters) {
219
223
  this.#registry = registry;
220
224
  this.#module = module;
@@ -248,6 +252,8 @@ class StorageHelper {
248
252
  get parameters() {
249
253
  return this.#parameters;
250
254
  }
255
+
256
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
251
257
  tag(tags) {
252
258
  this.tags = tags;
253
259
  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-pr705-20230418063922",
62
+ version: "0.0.0-pr708-20230418111638",
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 . --max-warnings 0",
85
+ lint: "eslint src --max-warnings 0",
86
86
  clean: "rm -rf dist && rm -rf .turbo rm -rf node_modules"
87
87
  },
88
88
  dependencies: {
@@ -206,7 +206,11 @@ class StorageHelper {
206
206
  #module;
207
207
  #method;
208
208
  #parameters;
209
+
210
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
209
211
  tags = null;
212
+
213
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
210
214
  constructor(registry, module, method, ...parameters) {
211
215
  this.#registry = registry;
212
216
  this.#module = module;
@@ -240,6 +244,8 @@ class StorageHelper {
240
244
  get parameters() {
241
245
  return this.#parameters;
242
246
  }
247
+
248
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
243
249
  tag(tags) {
244
250
  this.tags = tags;
245
251
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances",
3
- "version": "0.0.0-pr705-20230418063922",
3
+ "version": "0.0.0-pr708-20230418111638",
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 . --max-warnings 0",
26
+ "lint": "eslint src --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-pr705-20230418063922",
31
- "@talismn/chain-connector-evm": "^0.0.0-pr705-20230418063922",
32
- "@talismn/chaindata-provider": "^0.0.0-pr705-20230418063922",
33
- "@talismn/token-rates": "^0.0.0-pr705-20230418063922",
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",
34
34
  "@talismn/util": "^0.1.8",
35
35
  "anylogger": "^1.0.11",
36
36
  "dexie": "^3.2.3"