@ws-ui/shared 0.2.0-beta.20240712 → 0.2.0-beta.20240712.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.
@@ -118,7 +118,7 @@ export declare const setSharedSources: (datasources: {
118
118
  report: {
119
119
  [key: string]: datasources.ICreateDataSource[];
120
120
  };
121
- }) => Promise<{
121
+ }, type: 'report' | 'webform') => Promise<{
122
122
  webform: {
123
123
  [key: string]: datasources.ICreateDataSource[];
124
124
  };
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-beta.20240712",
4
+ "version": "0.2.0-beta.20240712.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",