Comparing version 4.46.0 to 4.46.1
{ | ||
"name": "zenroom", | ||
"version": "4.46.0", | ||
"version": "4.46.1", | ||
"description": "wrapper of Zenroom, a secure and small virtual machine for crypto language processing", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
@@ -50,4 +50,5 @@ # Use Zenroom in JavaScript | ||
- [CONF](https://dev.zenroom.org/#/pages/zenroom-config) | ||
**All in form of strings.** This means that if you want to pass a JSON you have to `JSON.stringify` it before. | ||
**All in form of strings.** This means that if you want to pass a JSON you have to `JSON.stringify` it before. | ||
Both functions return a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). | ||
@@ -104,3 +105,3 @@ | ||
keys: zenKeys, | ||
conf: `color=0, debug=0`, | ||
conf: `debug=1`, | ||
}) | ||
@@ -131,3 +132,3 @@ .then((result) => { | ||
keys: "Some other data", | ||
conf: `color=0, debug=0`, | ||
conf: `debug=1`, | ||
}); | ||
@@ -150,3 +151,3 @@ console.log(result); // => Some data | ||
Copyright (C) 2018-2022 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam | ||
Copyright (C) 2018-2024 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam | ||
@@ -177,3 +178,3 @@ Designed, written and maintained by Puria Nafisi Azizi. | ||
Zenroom js - a javascript wrapper of zenroom | ||
Copyright (c) 2018-2022 Dyne.org foundation, Amsterdam | ||
Copyright (c) 2018-2024 Dyne.org foundation, Amsterdam | ||
@@ -180,0 +181,0 @@ This program is free software: you can redistribute it and/or modify |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5168260
188