@triadxyz/triad-protocol 0.4.8-beta → 0.5.0-beta

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/dist/stake.js +2 -3
  2. package/package.json +2 -2
package/dist/stake.js CHANGED
@@ -105,9 +105,8 @@ class Stake {
105
105
  collections
106
106
  });
107
107
  }
108
- catch (error) {
109
- console.log(error);
110
- }
108
+ catch (_a) { }
109
+ yield new Promise((resolve) => setTimeout(resolve, 500));
111
110
  data.push(Object.assign(Object.assign({}, stake), { available }));
112
111
  }
113
112
  return data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "0.4.8-beta",
3
+ "version": "0.5.0-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@coral-xyz/anchor": "0.30.0",
36
36
  "@solana/spl-token": "0.4.1",
37
- "@solana/web3.js": "1.89.1",
37
+ "@solana/web3.js": "^1.95.3",
38
38
  "axios": "^1.5.1",
39
39
  "base64-js": "^1.5.1",
40
40
  "bn.js": "^5.2.1",