Skip to content

Commit ef591f0

Browse files
committed
deps: Updates extism dependency and updates types
1 parent 945ef9e commit ef591f0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"wasm"
4343
],
4444
"dependencies": {
45-
"@extism/extism": "2.0.0-rc9",
45+
"@extism/extism": "2.0.0-rc13",
4646
"fets": "^0.8.5",
4747
"msw": "^2.8.2",
4848
"pkg-dir": "^8.0.0",

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export type PluginInput<
165165
body?: TResponseBody;
166166
};
167167
context: TContext;
168-
};
168+
} & Pick<Pack, "configuration">;
169169

170170
export type PluginOutput<TContext = unknown> = {
171171
capture?: Record<string, string | number>;

0 commit comments

Comments
 (0)