Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer d1346999b3
*update dist 2023-04-16 22:49:11 -04:00
Derrick Hammer bcfdd50ec2
*update module hash 2023-04-16 22:49:00 -04:00
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";
const MODULE = "AAAZt-Coa6uKvZDRRbyHhiPp2c__quWA7ZT7Ahf8vj7yWA";
const MODULE = "AABCDWpcbyCkTWy5ZP6qZWZ5eiFe--CRJSMKxRYLE4usfQ";
export class HandshakeClient extends Client {
async ready() {
return this.callModuleReturn("ready");

View File

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