@mastergo/plugin-typings 2.8.2-beta.0 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1113,6 +1113,8 @@ declare global {
1113
1113
  */
1114
1114
  readonly codegen?: CodegenAPI
1115
1115
 
1116
+ readonly mode?: "inspect" | "design" | "codegen" | "snippetgen"
1117
+
1116
1118
  closePlugin(): void
1117
1119
 
1118
1120
  on<T extends PluginEventType>(type: T, callback: MGEventCallbackMap[T]): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastergo/plugin-typings",
3
- "version": "2.8.2-beta.0",
3
+ "version": "2.8.2",
4
4
  "description": "MasterGo插件API声明文件",
5
5
  "main": "",
6
6
  "types": "dist/index.d.ts",