Fix #1974 - Use utf-8 encoding to bootstrap stdlib (#1981)

This commit is contained in:
Andrea Giammarchi
2024-02-14 09:59:18 +01:00
committed by GitHub
parent f6d5cf06c8
commit 5bed5ede52
9 changed files with 67 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -62,7 +62,7 @@
"chokidar": "^3.6.0",
"codemirror": "^6.0.1",
"eslint": "^8.56.0",
"rollup": "^4.9.6",
"rollup": "^4.10.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"static-handler": "^0.4.3",