@shakesco/silent 1.0.1 → 1.0.4

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @shakesco/silent
2
2
 
3
+ _special credit to [Ruben Somsen](https://x.com/SomsenRuben) and [Josi Bake](https://x.com/josibake)_
4
+
3
5
  ## Install
4
6
 
5
7
  To get started, install the package with your package manager.
@@ -72,7 +72,7 @@ class SilentPaymentAddress {
72
72
  return this.toString();
73
73
  }
74
74
 
75
- static toString() {
75
+ toString() {
76
76
  const encodedResult = encodeBech32(this.hrp, [
77
77
  this.version,
78
78
  ...convertToBase32([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakesco/silent",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Bitcoin Silent Payments",
5
5
  "main": "index.js",
6
6
  "author": "Shawn Kimtai",