psffpp 1.1.0 → 1.1.2

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/index.js +2 -2
  2. package/package.json +5 -6
package/index.js CHANGED
@@ -223,8 +223,8 @@ class PSFFPP {
223
223
  const tx = transactionBuilder.build()
224
224
 
225
225
  // output rawhex
226
- const hex = tx.toHex()
227
- // console.log(`TX hex: ${hex}`);
226
+ const hex = tx.toHex().toString()
227
+ console.log(`TX hex: ${hex}`)
228
228
  // console.log(` `);
229
229
 
230
230
  // Broadcast transation to the network
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psffpp",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "PS010 PSF File Pinning Protocol",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -34,17 +34,16 @@
34
34
  "repository": "Permissionless-Software-Foundation/psffpp",
35
35
  "dependencies": {
36
36
  "axios": "1.3.5",
37
- "bitcore-lib-cash": "10.0.2",
38
- "psf-multisig-approval": "2.0.3"
37
+ "psf-multisig-approval": "2.0.5"
39
38
  },
40
39
  "devDependencies": {
41
- "@psf/bch-js": "^6.7.4",
40
+ "@psf/bch-js": "6.7.4",
42
41
  "apidoc": "0.54.0",
43
- "c8": "^9.1.0",
42
+ "c8": "9.1.0",
44
43
  "chai": "4.3.7",
45
44
  "husky": "8.0.3",
46
45
  "lodash.clonedeep": "4.5.0",
47
- "minimal-slp-wallet": "5.8.8",
46
+ "minimal-slp-wallet": "5.11.2",
48
47
  "mocha": "10.2.0",
49
48
  "semantic-release": "19.0.5",
50
49
  "sinon": "15.0.3",