psffpp 1.2.1 → 1.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "psffpp",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "description": "PS010 PSF File Pinning Protocol",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -34,16 +34,16 @@
34
34
  "repository": "Permissionless-Software-Foundation/psffpp",
35
35
  "dependencies": {
36
36
  "axios": "1.3.5",
37
- "psf-multisig-approval": "2.1.0"
37
+ "psf-multisig-approval": "2.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@psf/bch-js": "6.8.0",
40
+ "@psf/bch-js": "7.1.10",
41
41
  "apidoc": "0.54.0",
42
42
  "c8": "9.1.0",
43
43
  "chai": "4.3.7",
44
44
  "husky": "8.0.3",
45
45
  "lodash.clonedeep": "4.5.0",
46
- "minimal-slp-wallet": "5.12.0",
46
+ "minimal-slp-wallet": "7.1.3",
47
47
  "mocha": "10.2.0",
48
48
  "semantic-release": "19.0.5",
49
49
  "sinon": "15.0.3",
@@ -17,7 +17,7 @@ class MockBchWallet {
17
17
  this.walletInfoPromise = true
18
18
  this.walletInfo = mockWallet
19
19
  this.initialize = async () => {}
20
- this.bchjs = new BCHJS()
20
+ this.bchjs = new BCHJS({ restURL: 'https://bch.fullstack.cash/v6/' })
21
21
  this.burnTokens = async () => {
22
22
  return 'txid'
23
23
  }