@jupytergis/jupytergis-qgis 0.1.7 → 0.2.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.
Files changed (2) hide show
  1. package/lib/plugins.js +2 -4
  2. package/package.json +4 -4
package/lib/plugins.js CHANGED
@@ -42,8 +42,7 @@ const activate = async (app, tracker, themeManager, drive, externalCommandRegist
42
42
  contentFactory,
43
43
  rendermime,
44
44
  mimeTypeService: editorServices.mimeTypeService,
45
- consoleTracker,
46
- drive
45
+ consoleTracker
47
46
  });
48
47
  const QGZWidgetFactory = new JupyterGISWidgetFactory({
49
48
  name: 'JupyterGIS QGZ Factory',
@@ -58,8 +57,7 @@ const activate = async (app, tracker, themeManager, drive, externalCommandRegist
58
57
  contentFactory,
59
58
  rendermime,
60
59
  mimeTypeService: editorServices.mimeTypeService,
61
- consoleTracker,
62
- drive
60
+ consoleTracker
63
61
  });
64
62
  // Registering the widget factory
65
63
  app.docRegistry.addWidgetFactory(QGSWidgetFactory);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-qgis",
3
- "version": "0.1.7",
3
+ "version": "0.2.0",
4
4
  "description": "JupyterGIS QGIS extension.",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -54,9 +54,9 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@jupyter/collaborative-drive": "^3.0.0",
57
- "@jupytergis/base": "^0.1.7",
58
- "@jupytergis/jupytergis-core": "^0.1.7",
59
- "@jupytergis/schema": "^0.1.7",
57
+ "@jupytergis/base": "^0.2.0",
58
+ "@jupytergis/jupytergis-core": "^0.2.0",
59
+ "@jupytergis/schema": "^0.2.0",
60
60
  "@jupyterlab/application": "^4.3.0",
61
61
  "@jupyterlab/apputils": "^4.3.0",
62
62
  "@jupyterlab/coreutils": "^6.3.0",