@relicx_/kernel 1.1.8 → 1.1.10

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 (3) hide show
  1. package/index.d.ts +0 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -840,7 +840,6 @@ declare class ScriptLoader extends Module {
840
840
  private m_Modules;
841
841
  private m_EnvirPath;
842
842
  private m_CheckThreadWaiting;
843
- private m_UpdateModules;
844
843
  private m_nodejsload;
845
844
  constructor();
846
845
  SetEnvirPath(p: string): void;