@jupyterlite/xeus 3.0.3 → 3.1.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/worker.js CHANGED
@@ -113,7 +113,7 @@ export class XeusRemoteKernel {
113
113
  empackEnvMeta,
114
114
  pkgRootUrl,
115
115
  Module: globalThis.Module,
116
- verbose: true
116
+ verbose: false
117
117
  });
118
118
  // Bootstrap Python, if it's xeus-python
119
119
  if (kernelSpec.name === 'xpython') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlite/xeus",
3
- "version": "3.0.3",
3
+ "version": "3.1.1",
4
4
  "description": "JupyterLite Xeus kernels",
5
5
  "keywords": [
6
6
  "jupyter",