@netless/window-manager 0.3.16-canary.3 → 0.3.16

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.16-canary.3",
3
+ "version": "0.3.16",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",
package/src/index.ts CHANGED
@@ -176,7 +176,7 @@ export class WindowManager extends InvisiblePlugin<WindowMangerAttributes> {
176
176
  public static containerSizeRatio = DEFAULT_CONTAINER_RATIO;
177
177
  private static isCreated = false;
178
178
 
179
- public version = "0.3.16-canary.3";
179
+ public version = "0.3.16";
180
180
 
181
181
  public appListeners?: AppListeners;
182
182