From 89398cb5e51d1fd9cc760010261630980269dfd8 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 4 Sep 2023 15:58:38 +0500 Subject: [PATCH] misc: remove all mention of `crypto-worker` --- .github/actions/setup-node-with-cache/action.yml | 1 - CONTRIBUTING.md | 2 +- README.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/setup-node-with-cache/action.yml b/.github/actions/setup-node-with-cache/action.yml index 1e9dd1558..7b012ea91 100644 --- a/.github/actions/setup-node-with-cache/action.yml +++ b/.github/actions/setup-node-with-cache/action.yml @@ -19,7 +19,6 @@ runs: packages/crypto/package-lock.json packages/sodium/package-lock.json packages/clipper/package-lock.json - packages/crypto-worker/package-lock.json packages/editor-mobile/package-lock.json packages/editor/package-lock.json packages/logger/package-lock.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53a6fead8..d3b88a534 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ All commits must include valid scopes in the commit message. **Valid commit scop **Packages:** -1. `crypto`: changes related to the cryptographic core (including `@notesnook/crypto-worker`) +1. `crypto`: changes related to the cryptographic core 2. `editor`: changes related to the editor (including `@notesnook/editor-mobile`) 3. `logger`: changes related to the logger 4. `theme`: changes related to the theme diff --git a/README.md b/README.md index c45404169..8e7e5b9b0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Notesnook is built using the following technologies: | `@notesnook/editor-mobile` | [/packages/editor-mobile](/packages/editor-mobile) | A very thin wrapper around `@notesnook/editor` for mobile clients | | `@notesnook/logger` | [/packages/logger](/packages/logger) | Simple & pluggable logger | | `@notesnook/sodium` | [/packages/sodium](/packages/sodium) | Wrapper around libsodium to support Node.js & Browser | -| `@notesnook/crypto-worker` | [/packages/crypto-worker](/packages/crypto-worker) | Helpers to use `@notesnook/crypto` from a Worker | | `@notesnook/streamable-fs` | [/packages/streamable-fs](/packages/streamable-fs) | Streaming interface around an IndexedDB based file system | | `@notesnook/theme` | [/packages/theme](/packages/theme) | The core theme used in web & desktop clients |