@jupytergis/jupytergis-qgis 0.9.2 → 0.10.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 +1 -1
  2. package/package.json +4 -4
package/lib/plugins.js CHANGED
@@ -208,7 +208,7 @@ const activate = async (app, tracker, themeManager, drive, externalCommandRegist
208
208
  });
209
209
  }
210
210
  }
211
- console.log('@jupytergis/jupytergis-qgis:qgisplugin is activated!');
211
+ console.debug('@jupytergis/jupytergis-qgis:qgisplugin is activated!');
212
212
  };
213
213
  export const qgisplugin = {
214
214
  id: '@jupytergis/jupytergis-qgis:qgisplugin',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-qgis",
3
- "version": "0.9.2",
3
+ "version": "0.10.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.9.2",
58
- "@jupytergis/jupytergis-core": "^0.9.2",
59
- "@jupytergis/schema": "^0.9.2",
57
+ "@jupytergis/base": "^0.10.0",
58
+ "@jupytergis/jupytergis-core": "^0.10.0",
59
+ "@jupytergis/schema": "^0.10.0",
60
60
  "@jupyterlab/application": "^4.3.0",
61
61
  "@jupyterlab/apputils": "^4.3.0",
62
62
  "@jupyterlab/coreutils": "^6.3.0",