@loybung/launcher 7.0.17 → 7.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +10 -0
  2. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ export declare class Launcher {
2
+ private apiURL;
3
+ private filePath;
4
+ private expireTimestamp;
5
+ private expireTimeout;
6
+ constructor(apiURL: string);
7
+ setFilePath(path: string): this;
8
+ setExpire(unixTimestamp: number): this;
9
+ Run(): Promise<this>;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loybung/launcher",
3
- "version": "7.0.17",
3
+ "version": "7.0.18",
4
4
  "description": "LOYBUNG / Launcher",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",