@adaptabletools/adaptable-plugin-ipushpull-cjs 22.0.0-canary.9 → 22.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-plugin-ipushpull-cjs",
3
- "version": "22.0.0-canary.9",
3
+ "version": "22.0.0",
4
4
  "description": "",
5
5
  "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {
@@ -11,8 +11,6 @@
11
11
  "typings": "src/index.d.ts",
12
12
  "dependencies": {
13
13
  "ipushpull-js": "^2.25.0",
14
- "lodash": "^4.17.15",
15
- "prop-types": "^15.6.2",
16
14
  "react": "^18.0.0 || ^19.0.0",
17
15
  "react-redux": "^9.2.0",
18
16
  "redux": "^5.0.1",
@@ -4,7 +4,7 @@ exports.PushPullModule = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const AdaptableModuleBase_1 = require("@adaptabletools/adaptable-cjs/src/Strategy/AdaptableModuleBase");
6
6
  const ModuleConstants = tslib_1.__importStar(require("@adaptabletools/adaptable-cjs/src/Utilities/Constants/ModuleConstants"));
7
- const throttle_1 = tslib_1.__importDefault(require("lodash/throttle"));
7
+ const throttle_1 = tslib_1.__importDefault(require("@adaptabletools/adaptable-cjs/src/Utilities/utils/throttle"));
8
8
  const GeneralConstants_1 = require("@adaptabletools/adaptable-cjs/src/Utilities/Constants/GeneralConstants");
9
9
  const EQUAL_DATA_ERR = 'equal data, so not sending';
10
10
  class PushPullModule extends AdaptableModuleBase_1.AdaptableModuleBase {