From 3404996fdd1cccf16a28ba35bf6003abbea8c4dc Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Wed, 29 Jun 2022 17:20:04 +0200 Subject: [PATCH] Improvements to typescript package --- .../typescript/{index.html => example.html} | 2 ++ .../typescript/{ => example}/example.ts | 23 ++++++++++++++----- .../typescript/{ => example}/node-demo.js | 5 ++-- deltachat-jsonrpc/typescript/package.json | 7 +++--- deltachat-jsonrpc/typescript/src/client.ts | 14 +++++------ deltachat-jsonrpc/typescript/tsconfig.json | 2 +- 6 files changed, 34 insertions(+), 19 deletions(-) rename deltachat-jsonrpc/typescript/{index.html => example.html} (92%) rename deltachat-jsonrpc/typescript/{ => example}/example.ts (86%) rename deltachat-jsonrpc/typescript/{ => example}/node-demo.js (64%) diff --git a/deltachat-jsonrpc/typescript/index.html b/deltachat-jsonrpc/typescript/example.html similarity index 92% rename from deltachat-jsonrpc/typescript/index.html rename to deltachat-jsonrpc/typescript/example.html index 0ec6b6b24..54edfc4b0 100644 --- a/deltachat-jsonrpc/typescript/index.html +++ b/deltachat-jsonrpc/typescript/example.html @@ -1,6 +1,7 @@ + Deltachat JSON-RPC example