@longtable/core 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -149,6 +149,7 @@ export interface QuestionOption {
149
149
  value: string;
150
150
  label: string;
151
151
  description?: string;
152
+ recommended?: boolean;
152
153
  }
153
154
  export type QuestionPromptType = "single_choice" | "multi_choice" | "free_text";
154
155
  export interface QuestionPrompt {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/core",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "private": false,
5
5
  "description": "Provider-neutral domain models and contracts for LongTable",
6
6
  "type": "module",