@jupytergis/jupytergis-qgis 0.9.2 → 0.10.1
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/lib/plugins.js +1 -1
- 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.
|
|
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.
|
|
3
|
+
"version": "0.10.1",
|
|
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.
|
|
58
|
-
"@jupytergis/jupytergis-core": "^0.
|
|
59
|
-
"@jupytergis/schema": "^0.
|
|
57
|
+
"@jupytergis/base": "^0.10.1",
|
|
58
|
+
"@jupytergis/jupytergis-core": "^0.10.1",
|
|
59
|
+
"@jupytergis/schema": "^0.10.1",
|
|
60
60
|
"@jupyterlab/application": "^4.3.0",
|
|
61
61
|
"@jupyterlab/apputils": "^4.3.0",
|
|
62
62
|
"@jupyterlab/coreutils": "^6.3.0",
|