tt-minigame-ide-cli 2.0.0-alpha.1 → 2.0.0-alpha.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.
@@ -136,6 +136,7 @@ export declare const IDE_MODULES: {
136
136
  readonly SETTING: "SETTING";
137
137
  readonly AVATAR: "AVATAR";
138
138
  readonly UPDATE: "UPDATE";
139
+ readonly EDITOR_SAVE: "EDITOR_SAVE";
139
140
  };
140
141
  export declare const IDE_TIMELINE_NAMES: {
141
142
  readonly SIMULATOR_FIRST_LOADING_END: "SIMULATOR_FIRST_LOADING_END";
@@ -166,6 +167,7 @@ export declare const IDE_TIMELINE_NAMES: {
166
167
  readonly SETTING: "SETTING";
167
168
  readonly AVATAR: "AVATAR";
168
169
  readonly UPDATE: "UPDATE";
170
+ readonly EDITOR_SAVE: "EDITOR_SAVE";
169
171
  };
170
172
  /**
171
173
  * IDE 性能统计 ipc 事件收敛
@@ -1 +1 @@
1
- export { loginByEmail, loginByPhone, checkSession, buildNpm, setConfig, preview, upload, } from 'tt-ide-cli';
1
+ export { loginByEmail, loginByPhone, checkSession, buildNpm, setConfig, preview, upload, logout, } from 'tt-ide-cli';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tt-minigame-ide-cli",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.2",
4
4
  "description": "Command line interface for micro app development",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",