@flashist/appframework 0.0.50-appStorage.13 → 0.0.50-appStorage.14

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.
@@ -14,8 +14,8 @@ export var AppModuleInitialState = {
14
14
  sizeArea: {
15
15
  x: 0,
16
16
  y: 0,
17
- width: 1920,
18
- height: 1280
17
+ width: 1280,
18
+ height: 1920
19
19
  }
20
20
  }
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashist/appframework",
3
- "version": "0.0.50-appStorage.13",
3
+ "version": "0.0.50-appStorage.14",
4
4
  "scripts": {
5
5
  "build": "gulp",
6
6
  "publish:patch": "npm version patch && npm run build && cd ./dist && npm publish",