mirror of https://github.com/pyodide/pyodide.git
export python_stdlib.zip in package.json (#3723)
v0.23.0 changed which binary files are needed (removed pyodide_py.tar and pyodide.asm.data and added python_stdlib.zip). The old files were removed from the exports but the new file was not added to the exports.
This commit is contained in:
parent
c7168bf112
commit
687989c1b5
|
@ -13,6 +13,13 @@ myst:
|
|||
|
||||
# Change Log
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Deployment
|
||||
|
||||
- {{ Fix }} Export `python_stdlib.zip` in `package.json`.
|
||||
{pr}`3723`
|
||||
|
||||
## Version 0.23.0
|
||||
|
||||
_March 30, 2023_
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
},
|
||||
"./pyodide.asm.wasm": "./pyodide.asm.wasm",
|
||||
"./pyodide.asm.js": "./pyodide.asm.js",
|
||||
"./python_stdlib.zip": "./python_stdlib.zip",
|
||||
"./pyodide.mjs": "./pyodide.mjs",
|
||||
"./pyodide.js": "./pyodide.js",
|
||||
"./package.json": "./package.json",
|
||||
|
|
Loading…
Reference in New Issue