Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codespar/types",
"version": "0.10.12",
"version": "0.10.13",
"description": "Shared session interface contract for codespar runtimes",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/testing/scenario-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* names a consumer of these scenarios must drive completely. */
export const DEMO_SCENARIO_MANIFEST = {
/** Must equal this package's published version (see the lockstep test). */
version: "0.10.12",
version: "0.10.13",
/** Scenario `name`s a consumer must drive, exactly. */
scenarios: ["customer-data-rejection", "merchant-blocked"],
} as const;
Expand Down
Loading