mppx 0.3.14 → 0.3.15

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/bin.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=bin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":""}
package/dist/bin.js ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ import cli from './cli.js';
3
+ cli.serve();
4
+ //# sourceMappingURL=bin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bin.js","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":";AACA,OAAO,GAAG,MAAM,UAAU,CAAA;AAE1B,GAAG,CAAC,KAAK,EAAE,CAAA"}
package/dist/cli.d.ts CHANGED
@@ -1,3 +1,27 @@
1
- #!/usr/bin/env node
2
- export {};
1
+ import { Cli } from 'incur';
2
+ declare const cli: Cli.Cli<{
3
+ [x: string]: {
4
+ args: {
5
+ url: string;
6
+ };
7
+ options: {
8
+ verbose: number;
9
+ account?: string | undefined;
10
+ confirm?: boolean | undefined;
11
+ data?: string | undefined;
12
+ fail?: boolean | undefined;
13
+ header?: string[] | undefined;
14
+ include?: boolean | undefined;
15
+ insecure?: boolean | undefined;
16
+ jsonBody?: string | undefined;
17
+ location?: boolean | undefined;
18
+ method?: string | undefined;
19
+ methodOpt?: string[] | undefined;
20
+ rpcUrl?: string | undefined;
21
+ silent?: boolean | undefined;
22
+ userAgent?: string | undefined;
23
+ };
24
+ };
25
+ }, undefined, undefined>;
26
+ export default cli;
3
27
  //# sourceMappingURL=cli.d.ts.map
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,GAAG,EAAK,MAAM,OAAO,CAAA;AA6B9B,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;wBAgiCP,CAAA;AAqgBF,eAAe,GAAG,CAAA"}