asherah 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -113,7 +113,6 @@ function encrypt(partitionId, data) {
113
113
  throw new Error('encrypt failed: ' + result);
114
114
  }
115
115
  const parentKeyId = cobhan.cbuffer_to_string(outputParentKeyIdBuffer);
116
- console.log("Encrypt returned parent key ID: " + parentKeyId);
117
116
  const dataRowRecord = {
118
117
  Data: cobhan.cbuffer_to_buffer(outputEncryptedDataBuffer),
119
118
  Key: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asherah",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Asherah envelope encryption and key rotation library",
5
5
  "main": "index.js",
6
6
  "type": "module",