@secrecy/lib 1.85.2-feat-folder-perms.2 → 1.86.0

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.
@@ -272,7 +272,6 @@ export class SecrecyCloudClient {
272
272
  if (!item) {
273
273
  throw new Error('Unable to retrieve user mapped nodes!');
274
274
  }
275
- console.dir({ node, item });
276
275
  return {
277
276
  id: node.id,
278
277
  data: node.data,
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.85.2-feat-folder-perms.2",
5
+ "version": "1.86.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/anonymize-org/lib.git"