Formatting and adapting version.

This commit is contained in:
Martin Karkowski 2022-04-08 09:35:02 +02:00
parent f4d0460ec2
commit 2afbdb5a53
3 changed files with 4 additions and 6 deletions

View File

@ -197,8 +197,6 @@ describe("NopeConnectivityManager", function () {
first.dispose(true);
expect(end - adapted).to.be.equal(0, "There should not be an delta.");
});
it("master", async () => {

View File

@ -21,7 +21,7 @@ import {
INopeINopeConnectivityOptions,
INopeINopeConnectivityTimeOptions,
INopeObservable,
INopeStatusInfo
INopeStatusInfo,
} from "../../types/nope";
// Chached Moduls, which will be loaded in nodejs
@ -377,7 +377,7 @@ export class NopeConnectivityManager implements INopeConnectivityManager {
}
// Say Hello by sending the Status
_this._sendStatus()
_this._sendStatus();
}
});

View File

@ -1,6 +1,6 @@
{
"name": "nope",
"version": "1.0.33",
"version": "1.0.34",
"description": "NoPE Runtime for Nodejs. For Browser-Support please use nope-browser",
"files": [
"dist-nodejs/**/*",