@ws-ui/shared 0.0.47 → 0.0.48

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.
@@ -1,7 +1,9 @@
1
- declare let DataSource: typeof datasources.DataSource;
2
- declare let Method4D: typeof datasources.Method4D;
3
- declare let restRequest: typeof datasources.restRequest;
4
- declare let Utils: typeof datasources.Utils;
5
- declare let $$datastores: {
6
- [dsName: string]: datasources.DataStore;
7
- };
1
+ interface Window {
2
+ DataSource: typeof datasources.DataSource;
3
+ Method4D: typeof datasources.Method4D;
4
+ restRequest: typeof datasources.restRequest;
5
+ Utils: typeof datasources.Utils;
6
+ $$datastores: {
7
+ [dsName: string]: datasources.DataStore;
8
+ };
9
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.0.47",
4
+ "version": "0.0.48",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",