dxs-stas-sdk 3.0.2 → 3.0.3

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 (1) hide show
  1. package/package.json +13 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dxs-stas-sdk",
3
- "version": "3.0.2",
4
- "description": "TypeScript SDK for building and validating multiple Bitcoin SV transaction flows, including DSTAS token issue, transfer, split, merge, swap, freeze/unfreeze, and redeem.",
3
+ "version": "3.0.3",
4
+ "description": "TypeScript SDK for Bitcoin SV with first-class DSTAS flows, older STAS helpers, and low-level BSV primitives for transaction and script work.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": {
@@ -93,5 +93,15 @@
93
93
  "default": "./dist/stas.js"
94
94
  },
95
95
  "./package.json": "./package.json"
96
- }
96
+ },
97
+ "homepage": "https://github.com/dxsapp/dxs-stas-sdk",
98
+ "keywords": [
99
+ "bitcoin-sv",
100
+ "dstas",
101
+ "stas",
102
+ "typescript",
103
+ "bsv",
104
+ "bitcoin-script",
105
+ "sdk"
106
+ ]
97
107
  }