@jupyterlite/pyodide-kernel-extension 0.7.0-rc.0 → 0.7.0-rc.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +4 -7
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { JupyterFrontEndPlugin } from '@jupyterlab/application';
1
+ import type { JupyterFrontEndPlugin } from '@jupyterlab/application';
2
2
  export * as KERNEL_SETTINGS_SCHEMA from '../schema/kernel.v0.schema.json';
3
3
  declare const plugins: JupyterFrontEndPlugin<any>[];
4
4
  export default plugins;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlite/pyodide-kernel-extension",
3
- "version": "0.7.0-rc.0",
3
+ "version": "0.7.0-rc.1",
4
4
  "description": "JupyterLite - Pyodide Kernel Extension",
5
5
  "homepage": "https://github.com/jupyterlite/pyodide-kernel",
6
6
  "bugs": {
@@ -50,9 +50,9 @@
50
50
  "@jupyterlab/application": "^4.5.0",
51
51
  "@jupyterlab/coreutils": "^6.5.0",
52
52
  "@jupyterlab/logconsole": "^4.5.0",
53
- "@jupyterlite/apputils": "^0.7.0-rc.0",
54
- "@jupyterlite/pyodide-kernel": "^0.7.0-rc.0",
55
- "@jupyterlite/services": "^0.7.0-rc.0"
53
+ "@jupyterlite/apputils": "^0.7.0-rc.2",
54
+ "@jupyterlite/pyodide-kernel": "^0.7.0-rc.1",
55
+ "@jupyterlite/services": "^0.7.0-rc.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@jupyterlab/builder": "^4.5.0",
@@ -73,9 +73,6 @@
73
73
  }
74
74
  }
75
75
  },
76
- "jupyterlite": {
77
- "liteExtension": true
78
- },
79
76
  "piplite": {
80
77
  "wheelDir": "static/pypi"
81
78
  }