@donezone/core 0.1.16 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wasmd.d.ts +2 -2
- package/dist/wasmd.d.ts.map +1 -1
- package/dist/wasmd.js +1 -1
- package/package.json +1 -1
package/dist/wasmd.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type CommandOptions } from "./command
|
|
1
|
+
import { type CommandOptions } from "./command";
|
|
2
2
|
export interface WasmdConfig {
|
|
3
3
|
binary?: string;
|
|
4
4
|
home?: string;
|
|
@@ -23,7 +23,7 @@ export declare class WasmdClient {
|
|
|
23
23
|
private readonly config;
|
|
24
24
|
constructor(config?: WasmdConfig);
|
|
25
25
|
private args;
|
|
26
|
-
run(base: string[], options?: CommandOptions): Promise<import("./command
|
|
26
|
+
run(base: string[], options?: CommandOptions): Promise<import("./command").CommandResult>;
|
|
27
27
|
upload(wasmPath: string, from: string): Promise<UploadResult>;
|
|
28
28
|
instantiate(codeId: string, msg: unknown, from: string, label: string, options?: {
|
|
29
29
|
admin?: string;
|
package/dist/wasmd.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wasmd.d.ts","sourceRoot":"","sources":["../src/wasmd.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"wasmd.d.ts","sourceRoot":"","sources":["../src/wasmd.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,WAAW,CAAC;AAE5D,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;IAC3C,cAAc,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;CACzC;AAED,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,iBAAiB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,qBAAa,WAAW;IACV,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,GAAE,WAAgB;IAErD,OAAO,CAAC,IAAI;IAoBN,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,OAAO,GAAE,cAAmB;IAIhD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC;IA6B7D,WAAW,CACf,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,OAAO,EACZ,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,EACb,OAAO,GAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAO,GAC/C,OAAO,CAAC,iBAAiB,CAAC;cA2Cb,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,SAAK,EAAE,OAAO,SAAO,GAAG,OAAO,CAAC,GAAG,CAAC;CAgBrF"}
|
package/dist/wasmd.js
CHANGED