@vibe-validate/history 0.17.0-rc1 → 0.17.0-rc2
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/schemas.d.ts +6 -6
- package/package.json +3 -3
package/dist/schemas.d.ts
CHANGED
|
@@ -757,8 +757,8 @@ export declare const ValidationRunSchema: z.ZodObject<{
|
|
|
757
757
|
}[] | undefined;
|
|
758
758
|
}>;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
id: string;
|
|
761
760
|
timestamp: string;
|
|
761
|
+
id: string;
|
|
762
762
|
duration: number;
|
|
763
763
|
passed: boolean;
|
|
764
764
|
branch: string;
|
|
@@ -824,8 +824,8 @@ export declare const ValidationRunSchema: z.ZodObject<{
|
|
|
824
824
|
}[] | undefined;
|
|
825
825
|
};
|
|
826
826
|
}, {
|
|
827
|
-
id: string;
|
|
828
827
|
timestamp: string;
|
|
828
|
+
id: string;
|
|
829
829
|
duration: number;
|
|
830
830
|
passed: boolean;
|
|
831
831
|
branch: string;
|
|
@@ -1388,8 +1388,8 @@ export declare const HistoryNoteSchema: z.ZodObject<{
|
|
|
1388
1388
|
}[] | undefined;
|
|
1389
1389
|
}>;
|
|
1390
1390
|
}, "strip", z.ZodTypeAny, {
|
|
1391
|
-
id: string;
|
|
1392
1391
|
timestamp: string;
|
|
1392
|
+
id: string;
|
|
1393
1393
|
duration: number;
|
|
1394
1394
|
passed: boolean;
|
|
1395
1395
|
branch: string;
|
|
@@ -1455,8 +1455,8 @@ export declare const HistoryNoteSchema: z.ZodObject<{
|
|
|
1455
1455
|
}[] | undefined;
|
|
1456
1456
|
};
|
|
1457
1457
|
}, {
|
|
1458
|
-
id: string;
|
|
1459
1458
|
timestamp: string;
|
|
1459
|
+
id: string;
|
|
1460
1460
|
duration: number;
|
|
1461
1461
|
passed: boolean;
|
|
1462
1462
|
branch: string;
|
|
@@ -1524,8 +1524,8 @@ export declare const HistoryNoteSchema: z.ZodObject<{
|
|
|
1524
1524
|
}>, "many">;
|
|
1525
1525
|
}, "strip", z.ZodTypeAny, {
|
|
1526
1526
|
runs: {
|
|
1527
|
-
id: string;
|
|
1528
1527
|
timestamp: string;
|
|
1528
|
+
id: string;
|
|
1529
1529
|
duration: number;
|
|
1530
1530
|
passed: boolean;
|
|
1531
1531
|
branch: string;
|
|
@@ -1594,8 +1594,8 @@ export declare const HistoryNoteSchema: z.ZodObject<{
|
|
|
1594
1594
|
treeHash?: string | undefined;
|
|
1595
1595
|
}, {
|
|
1596
1596
|
runs: {
|
|
1597
|
-
id: string;
|
|
1598
1597
|
timestamp: string;
|
|
1598
|
+
id: string;
|
|
1599
1599
|
duration: number;
|
|
1600
1600
|
passed: boolean;
|
|
1601
1601
|
branch: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-validate/history",
|
|
3
|
-
"version": "0.17.0-
|
|
3
|
+
"version": "0.17.0-rc2",
|
|
4
4
|
"description": "Validation history tracking via git notes for vibe-validate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"yaml": "^2.3.4",
|
|
41
41
|
"zod": "^3.24.1",
|
|
42
|
-
"@vibe-validate/
|
|
43
|
-
"@vibe-validate/
|
|
42
|
+
"@vibe-validate/git": "0.17.0-rc2",
|
|
43
|
+
"@vibe-validate/core": "0.17.0-rc2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^22.0.0",
|