[git] GPGME - branch, javascript-binding, updated. gpgme-1.11.1-100-g3cbafb9
by Maximilian Krambach
cvs at cvs.gnupg.org
Fri Aug 17 18:26:10 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, javascript-binding has been updated
via 3cbafb97ec4d94c1b9a2232a74f19f432ba67384 (commit)
from fff365ffc583ef87ac585df2ac84fd8586202b8e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3cbafb97ec4d94c1b9a2232a74f19f432ba67384
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date: Fri Aug 17 18:25:57 2018 +0200
js: correct decrypt result info (2)
--
* the permittedOperation from last commit ended up in the wrong place.
sign does not return an additional 'info' object.
diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js
index 676ebaf..f9145da 100644
--- a/lang/js/src/permittedOperations.js
+++ b/lang/js/src/permittedOperations.js
@@ -127,7 +127,8 @@ export const permittedOperations = {
'data': 'string',
'base64': 'boolean',
'mime': 'boolean',
- 'signatures': 'object'
+ 'signatures': 'object',
+ 'info': 'object'
}
}
},
@@ -166,8 +167,7 @@ export const permittedOperations = {
type: ['signature', 'ciphertext'],
data: {
'data': 'string',
- 'base64':'boolean',
- 'info': 'object'
+ 'base64':'boolean'
}
}
-----------------------------------------------------------------------
Summary of changes:
lang/js/src/permittedOperations.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list