@diviswap/sdk 1.7.6 → 1.7.7

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.
File without changes
File without changes
package/dist/cli/index.js CHANGED
@@ -1874,7 +1874,7 @@ async function uninstall(options = {}) {
1874
1874
  }
1875
1875
 
1876
1876
  // package.json
1877
- var version = "1.7.6";
1877
+ var version = "1.7.7";
1878
1878
 
1879
1879
  // src/cli/index.ts
1880
1880
  var program = new commander.Command();
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@diviswap/sdk",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "description": "Official Diviswap SDK - Crypto rails made simple",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
8
8
  "bin": {
9
+ "sdk": "bin/diviswap-sdk.js",
9
10
  "diviswap-sdk": "bin/diviswap-sdk.js",
10
11
  "create-diviswap-app": "bin/create-diviswap-app.js"
11
12
  },