@vnejs/contracts.views.screens.gallery 0.1.1 → 0.2.0

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.
Files changed (2) hide show
  1. package/dist/params.d.ts +2 -2
  2. package/package.json +4 -4
package/dist/params.d.ts CHANGED
@@ -94,8 +94,8 @@ declare const PARAMS_DEFAULT: {
94
94
  width: number;
95
95
  };
96
96
  stub: {
97
- width: number;
98
- height: number;
97
+ readonly width: number;
98
+ readonly height: number;
99
99
  };
100
100
  item: {
101
101
  width: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vnejs/contracts.views.screens.gallery",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Contracts for @vnejs/plugins.views.screens.gallery",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,10 +26,10 @@
26
26
  "author": "",
27
27
  "license": "ISC",
28
28
  "peerDependencies": {
29
- "@vnejs/shared": "~0.1.0",
30
- "@vnejs/uis.react.position-box": "~0.1.0"
29
+ "@vnejs/shared": "~0.2.0",
30
+ "@vnejs/uis.react.position-box": "~0.2.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@vnejs/configs.ts-common": "~0.1.0"
33
+ "@vnejs/configs.ts-common": "~0.2.0"
34
34
  }
35
35
  }