five-bells-shared
Advanced tools
Comparing version 12.1.2 to 12.2.0
@@ -21,1 +21,2 @@ exports.Config = require('./lib/config') | ||
exports.TransferStateDictionary = require('./lib/transferStateDictionary') | ||
exports.JSONSigning = require('./utils/jsonSigning') |
{ | ||
"name": "five-bells-shared", | ||
"version": "12.1.2", | ||
"version": "12.2.0", | ||
"description": "Shared components for Five Bells projects.", | ||
@@ -36,2 +36,3 @@ "keywords": [ | ||
"co-defer": "^1.0.0", | ||
"jsrsasign": "^5.0.7", | ||
"lodash": "^4.6.1", | ||
@@ -38,0 +39,0 @@ "mag-colored-output": "^1.0.0", |
@@ -17,14 +17,3 @@ { | ||
"description": "Additional information related to the credit", | ||
"type": "object", | ||
"properties": { | ||
"source_transfer_id": { | ||
"description": "The previous transfer in the payment", | ||
"$ref": "Iri.json" | ||
}, | ||
"destination_transfer": { | ||
"description": "The next transfer in the payment", | ||
"$ref": "TransferTemplate.json" | ||
} | ||
}, | ||
"additionalProperties": true | ||
"type": "object" | ||
}, | ||
@@ -31,0 +20,0 @@ "invoice": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1756121
134
3929
17
80
+ Addedjsrsasign@^5.0.7
+ Addedjsrsasign@5.1.0(transitive)