@netless/window-manager 0.4.0-canary.24 → 0.4.0-canary.25
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/dist/index.d.ts +0 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/AppManager.ts +8 -8
- package/src/Cursor/index.ts +1 -0
- package/src/index.ts +0 -4
package/dist/index.d.ts
CHANGED
@@ -247,7 +247,6 @@ export declare class WindowManager extends InvisiblePlugin<WindowMangerAttribute
|
|
247
247
|
private isDynamicPPT;
|
248
248
|
private static checkVersion;
|
249
249
|
private ensureAttributes;
|
250
|
-
private _removeScenes;
|
251
250
|
}
|
252
251
|
export * from "./typings";
|
253
252
|
export { BuiltinApps } from "./BuiltinApps";
|