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:
David Lechner 2023-04-01 06:33:56 -05:00 committed by GitHub
parent c7168bf112
commit 687989c1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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_

View File

@ -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",