@netless/window-manager 0.3.17-canary.0 → 0.3.17-canary.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/window-manager",
3
- "version": "0.3.17-canary.0",
3
+ "version": "0.3.17-canary.1",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@juggle/resize-observer": "^3.3.1",
25
- "@netless/app-docs-viewer": "0.1.24",
25
+ "@netless/app-docs-viewer": "0.1.26",
26
26
  "@netless/app-media-player": "0.1.0-beta.5",
27
27
  "@netless/telebox-insider": "^0.2.16",
28
28
  "emittery": "^0.9.2",
package/src/index.ts CHANGED
@@ -177,7 +177,7 @@ export class WindowManager extends InvisiblePlugin<WindowMangerAttributes> {
177
177
  public static containerSizeRatio = DEFAULT_CONTAINER_RATIO;
178
178
  private static isCreated = false;
179
179
 
180
- public version = "0.3.17-canary.0";
180
+ public version = "0.3.17-canary.1";
181
181
 
182
182
  public appListeners?: AppListeners;
183
183