@gimloader/build
Advanced tools
Comparing version
{ | ||
"name": "@gimloader/build", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A package to help build complex plugins for Gimloader", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -34,2 +34,5 @@ "use strict"; | ||
} | ||
if (pluginConfig.hasSettings) { | ||
meta += '\n * @hasSettings true'; | ||
} | ||
} | ||
@@ -36,0 +39,0 @@ if (config.isLibrary) { |
@@ -51,2 +51,6 @@ import type { InputPluginOption, OutputOptions, RollupOptions } from "rollup"; | ||
optionalLibs: string[]; | ||
/** | ||
* Whether the plugin has a settings menu. | ||
*/ | ||
hasSettings: boolean; | ||
} | ||
@@ -53,0 +57,0 @@ export interface LibraryTypes extends OptionalConfig { |
{ | ||
"name": "@gimloader/build", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A package to help build complex plugins for Gimloader", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
38965
0.48%961
0.73%