1.0.4 • Published 12 months ago

wwjs-stable-client v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

I had a lot of project depends on whatsapp.web-js so managing the version is challenging, and for that I create an npm package to use the same version across all my repo instance.

Instalation

npm install wwjs-stable-client

Usage

import { SClient, STABLE_WEB_VERSION, STABLE_WWJS_VERSION } from "wwjs-stable-client";

SClient.on("message", (msg) => {
  // Do something with the message
});

SClient.initialize();
1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago