@adaptabletools/adaptable-plugin-ipushpull 11.0.0-canary.2 → 11.0.0-canary.6

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.
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-plugin-ipushpull",
3
- "version": "11.0.0-canary.2",
3
+ "version": "11.0.0-canary.6",
4
4
  "description": "",
5
- "main": "src/index.js",
5
+ "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {
7
7
  "name": "Jonny Wolfson",
8
8
  "email": "jonny.wolfson@adaptabletools.com"
9
9
  },
10
- "homepage": "http://www.adaptabletools.com/",
10
+ "main": "src/index.js",
11
+ "typings": "src/index.d.ts",
11
12
  "dependencies": {
12
13
  "ipushpull-js": "^2.25.0",
13
- "lodash-es": "^4.17.15",
14
+ "lodash": "^4.17.15",
14
15
  "prop-types": "^15.6.2",
15
16
  "react": ">=16.8.0",
16
17
  "react-redux": "7.2.4",
@@ -18,6 +19,6 @@
18
19
  "redux": "4.0.5",
19
20
  "styled-components": "^4.4.1",
20
21
  "tslib": "^2.0.0",
21
- "@adaptabletools/adaptable": "11.0.0-canary.2"
22
+ "@adaptabletools/adaptable": "11.0.0-canary.6"
22
23
  }
23
24
  }
@@ -4,7 +4,7 @@ exports.PushPullModule = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const AdaptableModuleBase_1 = require("@adaptabletools/adaptable/src/Strategy/AdaptableModuleBase");
6
6
  const ModuleConstants = tslib_1.__importStar(require("@adaptabletools/adaptable/src/Utilities/Constants/ModuleConstants"));
7
- const throttle_1 = tslib_1.__importDefault(require("lodash-es/throttle"));
7
+ const throttle_1 = tslib_1.__importDefault(require("lodash/throttle"));
8
8
  const logger_1 = require("../logger");
9
9
  const GeneralConstants_1 = require("@adaptabletools/adaptable/src/Utilities/Constants/GeneralConstants");
10
10
  const EQUAL_DATA_ERR = 'equal data, so not sending';