Compare commits

..

No commits in common. "f66350b27aad173c2d73a67163d159dfaea0f34c" and "6db2285a152eefdcf1c75448cba98d1c7023f59e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -1,5 +1,5 @@
import { Client, factory } from "@lumeweb/libkernel-universal"; import { Client, factory } from "@lumeweb/libkernel-universal";
const MODULE = "AAAArUFfECicfHF6nB8bTOVPlIH5zLOrT0nviQocrWmohg"; const MODULE = "AAAz2qQHwKQ7YurprbLmzpHc66BY0pljDZsa_a6QmeBe_g";
export class HandshakeClient extends Client { export class HandshakeClient extends Client {
async ready() { async ready() {
return this.callModuleReturn("ready"); return this.callModuleReturn("ready");

View File

@ -1,6 +1,6 @@
import { Client, factory } from "@lumeweb/libkernel-universal"; import { Client, factory } from "@lumeweb/libkernel-universal";
const MODULE = "AAAArUFfECicfHF6nB8bTOVPlIH5zLOrT0nviQocrWmohg"; const MODULE = "AAAz2qQHwKQ7YurprbLmzpHc66BY0pljDZsa_a6QmeBe_g";
export interface Response { export interface Response {
id?: number; id?: number;