@rongcloud/electron 5.36.6 → 5.38.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.
- package/binding/electron-darwin-arm64.node +0 -0
- package/index.cjs +1 -1
- package/index.cjs.js +1 -1
- package/index.d.ts +7 -11
- package/index.esm.js +1 -1
- package/index.mjs +1 -1
- package/package.json +8 -2
- package/sub-process.cjs.js +1 -1
- package/sub-process.esm.js +1 -1
- package/binding/electron-darwin-x64.node +0 -0
- package/binding/electron-linux-arm64.node +0 -0
- package/binding/electron-linux-x64.node +0 -0
- package/binding/electron-win32-ia32.node +0 -0
- package/binding/electron-win32-x64.node +0 -0
package/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/** [EN]
|
|
2
|
-
* Log level definitions
|
|
3
|
-
* @category Enum
|
|
4
|
-
*/
|
|
5
1
|
/**
|
|
6
2
|
* 日志打印等级定义
|
|
7
3
|
* @category Enum
|
|
@@ -90,14 +86,14 @@ interface IInitOptions {
|
|
|
90
86
|
declare class RCMainClient {
|
|
91
87
|
#private;
|
|
92
88
|
static init(options: IInitOptions): RCMainClient;
|
|
93
|
-
|
|
94
|
-
|
|
89
|
+
|
|
90
|
+
|
|
95
91
|
constructor(initOptions: Required<IInitOptions>);
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
101
97
|
/**
|
|
102
98
|
* @deprecated
|
|
103
99
|
*/
|