@complex-suite/plugin
Advanced tools
+10
-4
@@ -1,4 +0,4 @@ | ||
| import date from "./src/date" | ||
| import notice, { type noticeOption, type messageType } from "./src/notice" | ||
| import PluginLayout, { type PluginLayoutData } from "./src/layout" | ||
| import date, { type parseType, type PluginDateInitOption, PluginDate } from "./src/date" | ||
| import notice, { type noticeOption, type messageType, type debugConfirmOption, type noticeType } from "./src/notice" | ||
| import PluginLayout, { PluginLayoutData, type PluginLayoutDataInitOption } from "./src/layout" | ||
@@ -23,9 +23,15 @@ export type optionsType = { | ||
| date, | ||
| type parseType, | ||
| type PluginDateInitOption, | ||
| PluginDate, | ||
| notice, | ||
| type noticeOption, | ||
| type messageType, | ||
| type debugConfirmOption, | ||
| type noticeType, | ||
| PluginLayout, | ||
| type PluginLayoutData, | ||
| PluginLayoutData, | ||
| type PluginLayoutDataInitOption, | ||
| install | ||
| } | ||
+2
-2
| { | ||
| "name": "@complex-suite/plugin", | ||
| "version": "5.0.4", | ||
| "version": "5.0.5", | ||
| "description": "a complex plugin", | ||
@@ -12,3 +12,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@complex-suite/utils": "3.0.4" | ||
| "@complex-suite/utils": "3.0.5" | ||
| }, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
19448
1.42%467
1.3%+ Added
- Removed
Updated