@hackthedev/dsync-sign 1.0.12 → 1.0.13

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.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -115,7 +115,7 @@ export class dSyncSign {
115
115
 
116
116
  async getPublicKey() {
117
117
  const {publicKey} = await this.ensureKeyPair();
118
- return this.normalizePublicKey(publicKey);
118
+ return publicKey;
119
119
  }
120
120
 
121
121
  async encrypt(data, recipient) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hackthedev/dsync-sign",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "",
5
5
  "main": "index.mjs",
6
6
  "type": "module",