deeke-script-app 1.5.9 → 1.6.0

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.
@@ -13,7 +13,7 @@ interface Engines {
13
13
  * 执行脚本
14
14
  * @param content 脚本内容
15
15
  */
16
- public executeScriptStr(content: string): void;
16
+ public executeScriptStr(name: string, content: string): void;
17
17
 
18
18
  /**
19
19
  * 关闭当前线程和子线程所有脚本(包含定时器、socket、Hid等;不会关闭hooks脚本)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deeke-script-app",
3
- "version": "1.5.9",
3
+ "version": "1.6.0",
4
4
  "description": "DeekeScript应用",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {