@airgap/groestlcoin 0.13.8-beta.9 → 0.13.9-beta.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.
@@ -32096,16 +32096,6 @@ module.exports={
32096
32096
  "$ref": "#/definitions/UnsignedBitcoinSegwitTransaction",
32097
32097
  "$schema": "http://json-schema.org/draft-07/schema#",
32098
32098
  "definitions": {
32099
- "RawBitcoinSegwitTransaction": {
32100
- "additionalProperties": false,
32101
- "properties": {
32102
- "psbt": {
32103
- "type": "string"
32104
- }
32105
- },
32106
- "required": ["psbt"],
32107
- "type": "object"
32108
- },
32109
32099
  "UnsignedBitcoinSegwitTransaction": {
32110
32100
  "additionalProperties": false,
32111
32101
  "properties": {
@@ -32116,7 +32106,14 @@ module.exports={
32116
32106
  "type": "string"
32117
32107
  },
32118
32108
  "transaction": {
32119
- "$ref": "#/definitions/RawBitcoinSegwitTransaction"
32109
+ "additionalProperties": false,
32110
+ "properties": {
32111
+ "psbt": {
32112
+ "type": "string"
32113
+ }
32114
+ },
32115
+ "required": ["psbt"],
32116
+ "type": "object"
32120
32117
  }
32121
32118
  },
32122
32119
  "required": ["publicKey", "transaction"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airgap/groestlcoin",
3
- "version": "0.13.8-beta.9",
3
+ "version": "0.13.9-beta.0",
4
4
  "description": "The @airgap/groestlcoin is a Groestlcoin implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "author": "Papers GmbH <contact@papers.ch> (https://papers.ch)",
33
33
  "peerDependencies": {
34
- "@airgap/bitcoin": "^0.13.8-beta.6",
35
- "@airgap/coinlib-core": "^0.13.8-beta.6",
36
- "@airgap/module-kit": "^0.13.8-beta.6",
37
- "@airgap/serializer": "^0.13.8-beta.6"
34
+ "@airgap/bitcoin": "^0.13.9-beta.0",
35
+ "@airgap/coinlib-core": "^0.13.9-beta.0",
36
+ "@airgap/module-kit": "^0.13.9-beta.0",
37
+ "@airgap/serializer": "^0.13.9-beta.0"
38
38
  },
39
39
  "localDependencies": {
40
40
  "groestlcoinjs-message": "2.1.0"