[next] Updated coincident to fix a MicroPython bug (#1591)

This commit is contained in:
Andrea Giammarchi
2023-07-12 17:55:39 +02:00
committed by GitHub
parent 45af96aad4
commit 77234f6df3
9 changed files with 2996 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.0.10",
"version": "0.0.11",
"description": "PyScript Next core",
"main": "./cjs/index.js",
"types": "./types/index.d.ts",
@@ -63,9 +63,9 @@
"@ungap/structured-clone": "^1.2.0",
"@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6",
"coincident": "^0.8.3"
"coincident": "^0.11.0"
},
"worker": {
"blob": "sha256-RqQoRRJ0ik2sDD1m3dijbVQ9ODme4BBieI8XZCk8cME="
"blob": "sha256-et4sTPirdlCWiNezIVZP4KVcDIX//rqZyy8vIPTJ2LA="
}
}