@altimateai/ui-components 0.0.1-beta.8 → 0.0.1-beta.9

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.
package/dist/index.d.ts CHANGED
@@ -261,15 +261,15 @@ declare const ProjectGovernorCheckSchema: z.ZodObject<{
261
261
  name: string;
262
262
  description: string;
263
263
  alias: string;
264
- files_required: string[];
265
264
  config: Record<string, unknown>;
265
+ files_required: string[];
266
266
  }, {
267
267
  type: string;
268
268
  name: string;
269
269
  description: string;
270
270
  alias: string;
271
- files_required: string[];
272
271
  config: Record<string, unknown>;
272
+ files_required: string[];
273
273
  }>;
274
274
  interface ProjectGovernorCheck extends z.infer<typeof ProjectGovernorCheckSchema> {
275
275
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.1-beta.8",
3
+ "version": "0.0.1-beta.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"