@sigmacomputing/plugin 0.7.49 → 0.7.52

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.
@@ -148,7 +148,7 @@ function initialize() {
148
148
  };
149
149
  },
150
150
  },
151
- destroy: function () {
151
+ destroy() {
152
152
  Object.keys(listeners).forEach(event => delete listeners[event]);
153
153
  window.removeEventListener('message', listener, false);
154
154
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigmacomputing/plugin",
3
- "version": "0.7.49",
3
+ "version": "0.7.52",
4
4
  "description": "Plugin client api",
5
5
  "module": "./src/index.ts",
6
6
  "main": "./dist/index.js",
@@ -22,10 +22,10 @@
22
22
  "tsc": "tsc --build tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "@sigmacomputing/plugin-types": "^0.7.49"
25
+ "@sigmacomputing/plugin-types": "^0.7.52"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^16.8.0 || ^17.0.0 | ^18.0.0"
29
29
  },
30
- "gitHead": "a15cb5693132f9999c7a000760e657a8a7b3187b"
30
+ "gitHead": "5905d6bf72a2538f10129677893ba1c998048894"
31
31
  }