pyodide 0.21.0-alpha.2 → 0.21.0-alpha.3

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/console.html CHANGED
@@ -84,7 +84,7 @@
84
84
  pyodide.runPython(
85
85
  `
86
86
  import sys
87
- from pyodide import to_js
87
+ from pyodide.ffi import to_js
88
88
  from pyodide.console import PyodideConsole, repr_shorten, BANNER
89
89
  import __main__
90
90
  BANNER = "Welcome to the Pyodide terminal emulator 🐍\\n" + BANNER
package/distutils.tar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyodide",
3
- "version": "0.21.0-alpha.2",
3
+ "version": "0.21.0-alpha.3",
4
4
  "description": "The Pyodide JavaScript package",
5
5
  "keywords": [
6
6
  "python",
@@ -29,7 +29,7 @@
29
29
  "chai-as-promised": "^7.1.1",
30
30
  "cross-env": "^7.0.3",
31
31
  "dts-bundle-generator": "^6.7.0",
32
- "error-stack-parser": "^2.0.6",
32
+ "error-stack-parser": "^2.1.4",
33
33
  "express": "^4.17.3",
34
34
  "mocha": "^9.0.2",
35
35
  "npm-run-all": "^4.1.5",
@@ -53,7 +53,8 @@
53
53
  },
54
54
  "./pyodide.mjs": "./pyodide.mjs",
55
55
  "./pyodide.js": "./pyodide.js",
56
- "./package.json": "./package.json"
56
+ "./package.json": "./package.json",
57
+ "./repodata.json": "./repodata.json"
57
58
  },
58
59
  "files": [
59
60
  "pyodide*",
package/pyodide.asm.data CHANGED
Binary file