claudeunmask 1.0.3 → 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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -57,7 +57,7 @@
57
57
  return getMessageDecoding(new Uint8Array(plaintextBuffer));
58
58
  }
59
59
  async function decryptData(inData) {
60
- console.log ("hello from decryptData!");
60
+ console.log ("hello from decryptData");
61
61
  var retVal = [];
62
62
  var enc = new TextEncoder();
63
63
  const password = "a-strong-password-123";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudeunmask",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "claude unmask test",
5
5
  "main": "index.js",
6
6
  "scripts": {