@hachej/boring-ask-user 0.1.76 → 0.1.77

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.
@@ -2961,13 +2961,13 @@ declare const AskUserAnswerSchema: z.ZodObject<{
2961
2961
  values: z.ZodRecord<z.ZodEffects<z.ZodString, string, string>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">, z.ZodBoolean, z.ZodNumber, z.ZodNull]>>;
2962
2962
  submittedAt: z.ZodString;
2963
2963
  }, "strict", z.ZodTypeAny, {
2964
- sessionId: string;
2965
2964
  values: Record<string, string | number | boolean | string[] | null>;
2965
+ sessionId: string;
2966
2966
  questionId: string;
2967
2967
  submittedAt: string;
2968
2968
  }, {
2969
- sessionId: string;
2970
2969
  values: Record<string, string | number | boolean | string[] | null>;
2970
+ sessionId: string;
2971
2971
  questionId: string;
2972
2972
  submittedAt: string;
2973
2973
  }>;
@@ -2979,28 +2979,28 @@ declare const QuestionsSubmitCommandSchema: z.ZodObject<{
2979
2979
  questionId: z.ZodString;
2980
2980
  sessionId: z.ZodString;
2981
2981
  }, "strict", z.ZodTypeAny, {
2982
- sessionId: string;
2983
2982
  values: Record<string, string | number | boolean | string[] | null>;
2983
+ sessionId: string;
2984
2984
  questionId: string;
2985
2985
  answerToken: string;
2986
2986
  }, {
2987
- sessionId: string;
2988
2987
  values: Record<string, string | number | boolean | string[] | null>;
2988
+ sessionId: string;
2989
2989
  questionId: string;
2990
2990
  answerToken: string;
2991
2991
  }>;
2992
2992
  }, "strict", z.ZodTypeAny, {
2993
2993
  params: {
2994
- sessionId: string;
2995
2994
  values: Record<string, string | number | boolean | string[] | null>;
2995
+ sessionId: string;
2996
2996
  questionId: string;
2997
2997
  answerToken: string;
2998
2998
  };
2999
2999
  kind: "questions.submit";
3000
3000
  }, {
3001
3001
  params: {
3002
- sessionId: string;
3003
3002
  values: Record<string, string | number | boolean | string[] | null>;
3003
+ sessionId: string;
3004
3004
  questionId: string;
3005
3005
  answerToken: string;
3006
3006
  };
@@ -3044,28 +3044,28 @@ declare const QuestionsCommandSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodObje
3044
3044
  questionId: z.ZodString;
3045
3045
  sessionId: z.ZodString;
3046
3046
  }, "strict", z.ZodTypeAny, {
3047
- sessionId: string;
3048
3047
  values: Record<string, string | number | boolean | string[] | null>;
3048
+ sessionId: string;
3049
3049
  questionId: string;
3050
3050
  answerToken: string;
3051
3051
  }, {
3052
- sessionId: string;
3053
3052
  values: Record<string, string | number | boolean | string[] | null>;
3053
+ sessionId: string;
3054
3054
  questionId: string;
3055
3055
  answerToken: string;
3056
3056
  }>;
3057
3057
  }, "strict", z.ZodTypeAny, {
3058
3058
  params: {
3059
- sessionId: string;
3060
3059
  values: Record<string, string | number | boolean | string[] | null>;
3060
+ sessionId: string;
3061
3061
  questionId: string;
3062
3062
  answerToken: string;
3063
3063
  };
3064
3064
  kind: "questions.submit";
3065
3065
  }, {
3066
3066
  params: {
3067
- sessionId: string;
3068
3067
  values: Record<string, string | number | boolean | string[] | null>;
3068
+ sessionId: string;
3069
3069
  questionId: string;
3070
3070
  answerToken: string;
3071
3071
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hachej/boring-ask-user",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -46,12 +46,12 @@
46
46
  "fastify": "^5.9.0",
47
47
  "react": "^18.0.0 || ^19.0.0",
48
48
  "react-dom": "^18.0.0 || ^19.0.0",
49
- "@hachej/boring-workspace": "0.1.76"
49
+ "@hachej/boring-workspace": "0.1.77"
50
50
  },
51
51
  "dependencies": {
52
52
  "lucide-react": "^1.21.0",
53
53
  "zod": "^3.23.0",
54
- "@hachej/boring-ui-kit": "0.1.76"
54
+ "@hachej/boring-ui-kit": "0.1.77"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@testing-library/jest-dom": "^6.9.1",
@@ -67,7 +67,7 @@
67
67
  "tsup": "^8.4.0",
68
68
  "typescript": "~6.0.3",
69
69
  "vitest": "^4.1.9",
70
- "@hachej/boring-workspace": "0.1.76"
70
+ "@hachej/boring-workspace": "0.1.77"
71
71
  },
72
72
  "peerDependenciesMeta": {
73
73
  "fastify": {