@streamflow/staking 7.0.0-alpha.7 → 7.0.0-alpha.9

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/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Streamflow Staking
2
2
 
3
- ## JS SDK to interact with Streamflow Staking.
3
+ ## JS SDK to interact with Streamflow Staking protocol.
4
4
 
5
5
  This package allows you to
6
6
  - `create staking pools and rewards pools`;
@@ -11,12 +11,12 @@ This package allows you to
11
11
 
12
12
  with the Streamflow Staking protocol.
13
13
 
14
- This protocol is the complex of several programs which ensures flexibility and accountability for stakers and respective incentives for them.
14
+ This protocol is the complex of several programs that ensure flexibility and accountability for stakers and respective incentives for them.
15
15
 
16
- aforementioned programs are:
16
+ aforementioned programs are:
17
17
  - Stake Pools Program
18
18
  - Reward Pools Program
19
- - Fee Management Program (for streamflow usage, non-required and ommited from further docs)
19
+ - Fee Management Program (for streamflow usage, non-required and omitted from further docs)
20
20
 
21
21
 
22
22
  ## API Reference
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamflow/staking",
3
- "version": "7.0.0-alpha.7",
3
+ "version": "7.0.0-alpha.9",
4
4
  "description": "JavaScript SDK to interact with Streamflow Staking protocol.",
5
5
  "homepage": "https://github.com/streamflow-finance/js-sdk/",
6
6
  "main": "dist/esm/index.js",
@@ -26,9 +26,9 @@
26
26
  "lint": "eslint --fix .",
27
27
  "prepublishOnly": "npm run lint && npm run build"
28
28
  },
29
- "gitHead": "f429880fc0f4a4c623f25f5ca89c6e2a64687b6a",
29
+ "gitHead": "5b3f47ca167e818df9b0d9c0f0818d9a67436c55",
30
30
  "devDependencies": {
31
- "@streamflow/eslint-config": "7.0.0-alpha.7",
31
+ "@streamflow/eslint-config": "7.0.0-alpha.9",
32
32
  "@types/bn.js": "5.1.1",
33
33
  "typescript": "^4.9.5"
34
34
  },
@@ -39,7 +39,7 @@
39
39
  "@solana/spl-token": "0.3.6",
40
40
  "@solana/wallet-adapter-base": "0.9.19",
41
41
  "@solana/web3.js": "1.70.1",
42
- "@streamflow/common": "7.0.0-alpha.7",
42
+ "@streamflow/common": "7.0.0-alpha.9",
43
43
  "bn.js": "5.2.1",
44
44
  "borsh": "^2.0.0",
45
45
  "bs58": "5.0.0",