@gimloader/build
Advanced tools
Comparing version
@@ -12,2 +12,5 @@ export function createHeader(config) { | ||
} | ||
if (config.webpage) { | ||
meta += `\n * @webpage ${config.webpage}`; | ||
} | ||
if (config.reloadRequired === true) { | ||
@@ -14,0 +17,0 @@ meta += '\n * @reloadRequired true'; |
@@ -54,2 +54,6 @@ import type { BuildOptions, Plugin } from "esbuild"; | ||
/** | ||
* A webpage where users can get more information about the plugin / library. | ||
*/ | ||
webpage?: string; | ||
/** | ||
* Whether the browser needs to be reloaded after the plugin is added. | ||
@@ -56,0 +60,0 @@ * If set to "ingame" it will only reload if the user is currently in a game. |
{ | ||
"name": "@gimloader/build", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A package to help build complex plugins for Gimloader", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20879
0.98%541
1.31%0
-100%