1.0.4 • Published 1 year ago

wwjs-stable-client v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago