@ws-ui/shared 0.2.0 → 0.2.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.
@@ -169,6 +169,7 @@ declare namespace webforms {
169
169
  datasource: string;
170
170
  variadicType: string;
171
171
  methodType?: 'dataclass' | 'singleton';
172
+ openIn: string;
172
173
  }>;
173
174
 
174
175
  type WebformStateActionType = 'add' | 'delete' | 'clear';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",