Skip to content

Commit 4f71c77

Browse files
committed
build: remove deprecated node module
1 parent 96704eb commit 4f71c77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1
-9167
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ jobs:
4545
- name: Check with only default features
4646
run: cargo check --all-targets
4747

48-
npm_constants:
49-
name: Check if node constants are up to date
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v4
53-
with:
54-
show-progress: false
55-
persist-credentials: false
56-
- name: Rebuild constants
57-
run: npm run build:core:constants
58-
- name: Check that constants are not changed
59-
run: git diff --exit-code
60-
6148
cargo_deny:
6249
name: cargo deny
6350
runs-on: ubuntu-latest

.github/workflows/node-docs.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/node-package.yml

Lines changed: 0 additions & 240 deletions
This file was deleted.

.github/workflows/node-tests.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ To add the updates from the
176176
Language bindings are available for:
177177

178178
- **C** \[[📂 source](./deltachat-ffi) | [📚 docs](https://c.delta.chat)\]
179-
- **Node.js**
180-
- over JSON-RPC: \[[📂 source](./deltachat-rpc-client) | [📦 npm](https://www.npmjs.com/package/@deltachat/jsonrpc-client) | [📚 docs](https://js.jsonrpc.delta.chat/)\]
181-
- over CFFI[^1]: \[[📂 source](./node) | [📦 npm](https://www.npmjs.com/package/deltachat-node) | [📚 docs](https://js.delta.chat/)\]
179+
- **JS**: \[[📂 source](./deltachat-rpc-client) | [📦 npm](https://www.npmjs.com/package/@deltachat/jsonrpc-client) | [📚 docs](https://js.jsonrpc.delta.chat/)\]
182180
- **Python** \[[📂 source](./python) | [📦 pypi](https://pypi.org/project/deltachat) | [📚 docs](https://py.delta.chat)\]
183181
- **Go**
184182
- over jsonrpc: \[[📂 source](https://github.com/deltachat/deltachat-rpc-client-go/)\]

node/.prettierrc.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)