@netless/window-manager 0.3.17-canary.2 → 0.3.17
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/CHANGELOG.md +6 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/yarn-error.log +0 -4285
package/package.json
CHANGED
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
|
180
|
+
public version = "0.3.17";
|
181
181
|
|
182
182
|
public appListeners?: AppListeners;
|
183
183
|
|