@jupytergis/jupytergis-core 0.4.2 → 0.4.3

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.
@@ -179,6 +179,10 @@ const activate = (app, tracker, themeManager, browserFactory, externalCommandReg
179
179
  command: CommandIDs.moveLayerToNewGroup,
180
180
  category: 'JupyterGIS'
181
181
  });
182
+ palette.addItem({
183
+ command: CommandIDs.buffer,
184
+ category: 'JupyterGIS'
185
+ });
182
186
  }
183
187
  };
184
188
  const jGISPlugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-core",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "JupyterGIS core extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@jupyter/collaborative-drive": "^3.0.0",
56
- "@jupytergis/base": "^0.4.2",
57
- "@jupytergis/schema": "^0.4.2",
56
+ "@jupytergis/base": "^0.4.3",
57
+ "@jupytergis/schema": "^0.4.3",
58
58
  "@jupyterlab/application": "^4.3.0",
59
59
  "@jupyterlab/apputils": "^4.3.0",
60
60
  "@jupyterlab/docregistry": "^4.3.0",