@buildonspark/issuer-sdk 0.1.9 → 0.1.10

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,5 +1,12 @@
1
1
  # @buildonspark/issuer-sdk
2
2
 
3
+ ## 0.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @buildonspark/spark-sdk@0.5.10
9
+
3
10
  ## 0.1.9
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Spark Issuer SDK
2
2
 
3
+ Spark is the fastest, cheapest, and most UX-friendly way to build financial apps and launch assets natively on Bitcoin. It’s a Bitcoin L2 that lets developers move Bitcoin and Bitcoin-native assets (including stablecoins) instantly, at near-zero cost, while staying fully connected to Bitcoin’s infrastructure.
4
+
3
5
  For complete documentation, visit [https://docs.spark.money](https://docs.spark.money)
4
6
 
5
7
  ## Installation
@@ -123,6 +125,6 @@ for (const tx of transactions) {
123
125
 
124
126
  The SDK supports multiple JavaScript runtimes:
125
127
 
126
- - **Browser** - Web applications with WASM crypto
127
- - **Node.js** - Server-side applications
128
- - **React Native** - Mobile applications
128
+ - **Browser**
129
+ - **Node.js**
130
+ - **React Native**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildonspark/issuer-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Spark Issuer SDK for token issuance",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -82,7 +82,7 @@
82
82
  "types": "tsc"
83
83
  },
84
84
  "dependencies": {
85
- "@buildonspark/spark-sdk": "0.5.9",
85
+ "@buildonspark/spark-sdk": "0.5.10",
86
86
  "@noble/curves": "^1.8.0",
87
87
  "@scure/btc-signer": "^1.5.0",
88
88
  "buffer": "^6.0.3"