Skip to content

Commit 90dd5e5

Browse files
authored
chore: bump capnp-es to 0.0.15 (#15131)
1 parent 15fc568 commit 90dd5e5

8 files changed

Lines changed: 232 additions & 146 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"miniflare": patch
3+
"@cloudflare/vitest-pool-workers": patch
4+
---
5+
6+
Bump `capnp-es` to 0.0.15.
7+
8+
Also re-generate the types for the latest `.capnp` files

packages/miniflare/src/plugins/core/modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function convertManifestModule(
123123
case "python":
124124
return { name, pythonModule: contentsToString(contents) };
125125
case "python-requirement":
126-
return { name, pythonRequirement: contentsToString(contents) };
126+
return { name, obsoletePythonRequirement: contentsToString(contents) };
127127
case "sourcemap":
128128
assert.fail("Unreachable: sourcemap modules are unsupported");
129129
break;

0 commit comments

Comments
 (0)