@secrecy/lib 1.62.0-feat-node-sharing.7 → 1.62.0-feat-node-sharing.8

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.
@@ -299,7 +299,7 @@ export class SecrecyCloudClient {
299
299
  const createdFolder = await this.#apiClient.cloud.createFolder.mutate({
300
300
  name: encryptedName,
301
301
  parentId: parentFolderId ?? null,
302
- nameKey: sodium.to_hex(encryptedNameKey),
302
+ nameKey: encryptedNameKey,
303
303
  });
304
304
  const folder = await apiNodeToExternalNodeFull(createdFolder, this.#keys);
305
305
  const users = folder.parent?.users?.filter(([u]) => u.id !== this.#client.app.userId) ??
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.62.0-feat-node-sharing.7",
5
+ "version": "1.62.0-feat-node-sharing.8",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/anonymize-org/lib.git"