@serviceme/devtools-core 0.3.0 → 0.3.1
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.mts +20 -20
- package/dist/index.d.ts +20 -20
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -590,10 +590,10 @@ declare const defaultRepoSchema: z.ZodObject<{
|
|
|
590
590
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
591
591
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
592
592
|
}, "strip", z.ZodTypeAny, {
|
|
593
|
+
name: string;
|
|
593
594
|
id: string;
|
|
594
595
|
description: string;
|
|
595
596
|
source: "default";
|
|
596
|
-
name: string;
|
|
597
597
|
url: string;
|
|
598
598
|
branch: string;
|
|
599
599
|
enabled: boolean;
|
|
@@ -605,10 +605,10 @@ declare const defaultRepoSchema: z.ZodObject<{
|
|
|
605
605
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
606
606
|
lastSyncError?: string | undefined;
|
|
607
607
|
}, {
|
|
608
|
+
name: string;
|
|
608
609
|
id: string;
|
|
609
610
|
description: string;
|
|
610
611
|
source: "default";
|
|
611
|
-
name: string;
|
|
612
612
|
url: string;
|
|
613
613
|
branch: string;
|
|
614
614
|
enabled: boolean;
|
|
@@ -635,9 +635,9 @@ declare const userRepoSchema: z.ZodObject<{
|
|
|
635
635
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
636
636
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
637
637
|
}, "strip", z.ZodTypeAny, {
|
|
638
|
+
name: string;
|
|
638
639
|
id: string;
|
|
639
640
|
source: "user";
|
|
640
|
-
name: string;
|
|
641
641
|
url: string;
|
|
642
642
|
branch: string;
|
|
643
643
|
enabled: boolean;
|
|
@@ -649,9 +649,9 @@ declare const userRepoSchema: z.ZodObject<{
|
|
|
649
649
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
650
650
|
lastSyncError?: string | undefined;
|
|
651
651
|
}, {
|
|
652
|
+
name: string;
|
|
652
653
|
id: string;
|
|
653
654
|
source: "user";
|
|
654
|
-
name: string;
|
|
655
655
|
url: string;
|
|
656
656
|
branch: string;
|
|
657
657
|
enabled: boolean;
|
|
@@ -679,10 +679,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
679
679
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
680
680
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
|
+
name: string;
|
|
682
683
|
id: string;
|
|
683
684
|
description: string;
|
|
684
685
|
source: "default";
|
|
685
|
-
name: string;
|
|
686
686
|
url: string;
|
|
687
687
|
branch: string;
|
|
688
688
|
enabled: boolean;
|
|
@@ -694,10 +694,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
694
694
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
695
695
|
lastSyncError?: string | undefined;
|
|
696
696
|
}, {
|
|
697
|
+
name: string;
|
|
697
698
|
id: string;
|
|
698
699
|
description: string;
|
|
699
700
|
source: "default";
|
|
700
|
-
name: string;
|
|
701
701
|
url: string;
|
|
702
702
|
branch: string;
|
|
703
703
|
enabled: boolean;
|
|
@@ -723,9 +723,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
723
723
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
724
724
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
725
725
|
}, "strip", z.ZodTypeAny, {
|
|
726
|
+
name: string;
|
|
726
727
|
id: string;
|
|
727
728
|
source: "user";
|
|
728
|
-
name: string;
|
|
729
729
|
url: string;
|
|
730
730
|
branch: string;
|
|
731
731
|
enabled: boolean;
|
|
@@ -737,9 +737,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
737
737
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
738
738
|
lastSyncError?: string | undefined;
|
|
739
739
|
}, {
|
|
740
|
+
name: string;
|
|
740
741
|
id: string;
|
|
741
742
|
source: "user";
|
|
742
|
-
name: string;
|
|
743
743
|
url: string;
|
|
744
744
|
branch: string;
|
|
745
745
|
enabled: boolean;
|
|
@@ -770,10 +770,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
770
770
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
771
771
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
772
772
|
}, "strip", z.ZodTypeAny, {
|
|
773
|
+
name: string;
|
|
773
774
|
id: string;
|
|
774
775
|
description: string;
|
|
775
776
|
source: "default";
|
|
776
|
-
name: string;
|
|
777
777
|
url: string;
|
|
778
778
|
branch: string;
|
|
779
779
|
enabled: boolean;
|
|
@@ -785,10 +785,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
785
785
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
786
786
|
lastSyncError?: string | undefined;
|
|
787
787
|
}, {
|
|
788
|
+
name: string;
|
|
788
789
|
id: string;
|
|
789
790
|
description: string;
|
|
790
791
|
source: "default";
|
|
791
|
-
name: string;
|
|
792
792
|
url: string;
|
|
793
793
|
branch: string;
|
|
794
794
|
enabled: boolean;
|
|
@@ -814,9 +814,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
814
814
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
815
815
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
+
name: string;
|
|
817
818
|
id: string;
|
|
818
819
|
source: "user";
|
|
819
|
-
name: string;
|
|
820
820
|
url: string;
|
|
821
821
|
branch: string;
|
|
822
822
|
enabled: boolean;
|
|
@@ -828,9 +828,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
828
828
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
829
829
|
lastSyncError?: string | undefined;
|
|
830
830
|
}, {
|
|
831
|
+
name: string;
|
|
831
832
|
id: string;
|
|
832
833
|
source: "user";
|
|
833
|
-
name: string;
|
|
834
834
|
url: string;
|
|
835
835
|
branch: string;
|
|
836
836
|
enabled: boolean;
|
|
@@ -845,10 +845,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
845
845
|
}, "strip", z.ZodTypeAny, {
|
|
846
846
|
version: 1;
|
|
847
847
|
repos: ({
|
|
848
|
+
name: string;
|
|
848
849
|
id: string;
|
|
849
850
|
description: string;
|
|
850
851
|
source: "default";
|
|
851
|
-
name: string;
|
|
852
852
|
url: string;
|
|
853
853
|
branch: string;
|
|
854
854
|
enabled: boolean;
|
|
@@ -860,9 +860,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
860
860
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
861
861
|
lastSyncError?: string | undefined;
|
|
862
862
|
} | {
|
|
863
|
+
name: string;
|
|
863
864
|
id: string;
|
|
864
865
|
source: "user";
|
|
865
|
-
name: string;
|
|
866
866
|
url: string;
|
|
867
867
|
branch: string;
|
|
868
868
|
enabled: boolean;
|
|
@@ -878,10 +878,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
878
878
|
}, {
|
|
879
879
|
version: 1;
|
|
880
880
|
repos: ({
|
|
881
|
+
name: string;
|
|
881
882
|
id: string;
|
|
882
883
|
description: string;
|
|
883
884
|
source: "default";
|
|
884
|
-
name: string;
|
|
885
885
|
url: string;
|
|
886
886
|
branch: string;
|
|
887
887
|
enabled: boolean;
|
|
@@ -893,9 +893,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
893
893
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
894
894
|
lastSyncError?: string | undefined;
|
|
895
895
|
} | {
|
|
896
|
+
name: string;
|
|
896
897
|
id: string;
|
|
897
898
|
source: "user";
|
|
898
|
-
name: string;
|
|
899
899
|
url: string;
|
|
900
900
|
branch: string;
|
|
901
901
|
enabled: boolean;
|
|
@@ -911,10 +911,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
911
911
|
}>, {
|
|
912
912
|
version: 1;
|
|
913
913
|
repos: ({
|
|
914
|
+
name: string;
|
|
914
915
|
id: string;
|
|
915
916
|
description: string;
|
|
916
917
|
source: "default";
|
|
917
|
-
name: string;
|
|
918
918
|
url: string;
|
|
919
919
|
branch: string;
|
|
920
920
|
enabled: boolean;
|
|
@@ -926,9 +926,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
926
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
927
927
|
lastSyncError?: string | undefined;
|
|
928
928
|
} | {
|
|
929
|
+
name: string;
|
|
929
930
|
id: string;
|
|
930
931
|
source: "user";
|
|
931
|
-
name: string;
|
|
932
932
|
url: string;
|
|
933
933
|
branch: string;
|
|
934
934
|
enabled: boolean;
|
|
@@ -944,10 +944,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
944
944
|
}, {
|
|
945
945
|
version: 1;
|
|
946
946
|
repos: ({
|
|
947
|
+
name: string;
|
|
947
948
|
id: string;
|
|
948
949
|
description: string;
|
|
949
950
|
source: "default";
|
|
950
|
-
name: string;
|
|
951
951
|
url: string;
|
|
952
952
|
branch: string;
|
|
953
953
|
enabled: boolean;
|
|
@@ -959,9 +959,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
959
959
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
960
960
|
lastSyncError?: string | undefined;
|
|
961
961
|
} | {
|
|
962
|
+
name: string;
|
|
962
963
|
id: string;
|
|
963
964
|
source: "user";
|
|
964
|
-
name: string;
|
|
965
965
|
url: string;
|
|
966
966
|
branch: string;
|
|
967
967
|
enabled: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -590,10 +590,10 @@ declare const defaultRepoSchema: z.ZodObject<{
|
|
|
590
590
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
591
591
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
592
592
|
}, "strip", z.ZodTypeAny, {
|
|
593
|
+
name: string;
|
|
593
594
|
id: string;
|
|
594
595
|
description: string;
|
|
595
596
|
source: "default";
|
|
596
|
-
name: string;
|
|
597
597
|
url: string;
|
|
598
598
|
branch: string;
|
|
599
599
|
enabled: boolean;
|
|
@@ -605,10 +605,10 @@ declare const defaultRepoSchema: z.ZodObject<{
|
|
|
605
605
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
606
606
|
lastSyncError?: string | undefined;
|
|
607
607
|
}, {
|
|
608
|
+
name: string;
|
|
608
609
|
id: string;
|
|
609
610
|
description: string;
|
|
610
611
|
source: "default";
|
|
611
|
-
name: string;
|
|
612
612
|
url: string;
|
|
613
613
|
branch: string;
|
|
614
614
|
enabled: boolean;
|
|
@@ -635,9 +635,9 @@ declare const userRepoSchema: z.ZodObject<{
|
|
|
635
635
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
636
636
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
637
637
|
}, "strip", z.ZodTypeAny, {
|
|
638
|
+
name: string;
|
|
638
639
|
id: string;
|
|
639
640
|
source: "user";
|
|
640
|
-
name: string;
|
|
641
641
|
url: string;
|
|
642
642
|
branch: string;
|
|
643
643
|
enabled: boolean;
|
|
@@ -649,9 +649,9 @@ declare const userRepoSchema: z.ZodObject<{
|
|
|
649
649
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
650
650
|
lastSyncError?: string | undefined;
|
|
651
651
|
}, {
|
|
652
|
+
name: string;
|
|
652
653
|
id: string;
|
|
653
654
|
source: "user";
|
|
654
|
-
name: string;
|
|
655
655
|
url: string;
|
|
656
656
|
branch: string;
|
|
657
657
|
enabled: boolean;
|
|
@@ -679,10 +679,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
679
679
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
680
680
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
|
+
name: string;
|
|
682
683
|
id: string;
|
|
683
684
|
description: string;
|
|
684
685
|
source: "default";
|
|
685
|
-
name: string;
|
|
686
686
|
url: string;
|
|
687
687
|
branch: string;
|
|
688
688
|
enabled: boolean;
|
|
@@ -694,10 +694,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
694
694
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
695
695
|
lastSyncError?: string | undefined;
|
|
696
696
|
}, {
|
|
697
|
+
name: string;
|
|
697
698
|
id: string;
|
|
698
699
|
description: string;
|
|
699
700
|
source: "default";
|
|
700
|
-
name: string;
|
|
701
701
|
url: string;
|
|
702
702
|
branch: string;
|
|
703
703
|
enabled: boolean;
|
|
@@ -723,9 +723,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
723
723
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
724
724
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
725
725
|
}, "strip", z.ZodTypeAny, {
|
|
726
|
+
name: string;
|
|
726
727
|
id: string;
|
|
727
728
|
source: "user";
|
|
728
|
-
name: string;
|
|
729
729
|
url: string;
|
|
730
730
|
branch: string;
|
|
731
731
|
enabled: boolean;
|
|
@@ -737,9 +737,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
|
|
|
737
737
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
738
738
|
lastSyncError?: string | undefined;
|
|
739
739
|
}, {
|
|
740
|
+
name: string;
|
|
740
741
|
id: string;
|
|
741
742
|
source: "user";
|
|
742
|
-
name: string;
|
|
743
743
|
url: string;
|
|
744
744
|
branch: string;
|
|
745
745
|
enabled: boolean;
|
|
@@ -770,10 +770,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
770
770
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
771
771
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
772
772
|
}, "strip", z.ZodTypeAny, {
|
|
773
|
+
name: string;
|
|
773
774
|
id: string;
|
|
774
775
|
description: string;
|
|
775
776
|
source: "default";
|
|
776
|
-
name: string;
|
|
777
777
|
url: string;
|
|
778
778
|
branch: string;
|
|
779
779
|
enabled: boolean;
|
|
@@ -785,10 +785,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
785
785
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
786
786
|
lastSyncError?: string | undefined;
|
|
787
787
|
}, {
|
|
788
|
+
name: string;
|
|
788
789
|
id: string;
|
|
789
790
|
description: string;
|
|
790
791
|
source: "default";
|
|
791
|
-
name: string;
|
|
792
792
|
url: string;
|
|
793
793
|
branch: string;
|
|
794
794
|
enabled: boolean;
|
|
@@ -814,9 +814,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
814
814
|
lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
|
|
815
815
|
lastSyncError: z.ZodOptional<z.ZodString>;
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
+
name: string;
|
|
817
818
|
id: string;
|
|
818
819
|
source: "user";
|
|
819
|
-
name: string;
|
|
820
820
|
url: string;
|
|
821
821
|
branch: string;
|
|
822
822
|
enabled: boolean;
|
|
@@ -828,9 +828,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
828
828
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
829
829
|
lastSyncError?: string | undefined;
|
|
830
830
|
}, {
|
|
831
|
+
name: string;
|
|
831
832
|
id: string;
|
|
832
833
|
source: "user";
|
|
833
|
-
name: string;
|
|
834
834
|
url: string;
|
|
835
835
|
branch: string;
|
|
836
836
|
enabled: boolean;
|
|
@@ -845,10 +845,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
845
845
|
}, "strip", z.ZodTypeAny, {
|
|
846
846
|
version: 1;
|
|
847
847
|
repos: ({
|
|
848
|
+
name: string;
|
|
848
849
|
id: string;
|
|
849
850
|
description: string;
|
|
850
851
|
source: "default";
|
|
851
|
-
name: string;
|
|
852
852
|
url: string;
|
|
853
853
|
branch: string;
|
|
854
854
|
enabled: boolean;
|
|
@@ -860,9 +860,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
860
860
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
861
861
|
lastSyncError?: string | undefined;
|
|
862
862
|
} | {
|
|
863
|
+
name: string;
|
|
863
864
|
id: string;
|
|
864
865
|
source: "user";
|
|
865
|
-
name: string;
|
|
866
866
|
url: string;
|
|
867
867
|
branch: string;
|
|
868
868
|
enabled: boolean;
|
|
@@ -878,10 +878,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
878
878
|
}, {
|
|
879
879
|
version: 1;
|
|
880
880
|
repos: ({
|
|
881
|
+
name: string;
|
|
881
882
|
id: string;
|
|
882
883
|
description: string;
|
|
883
884
|
source: "default";
|
|
884
|
-
name: string;
|
|
885
885
|
url: string;
|
|
886
886
|
branch: string;
|
|
887
887
|
enabled: boolean;
|
|
@@ -893,9 +893,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
893
893
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
894
894
|
lastSyncError?: string | undefined;
|
|
895
895
|
} | {
|
|
896
|
+
name: string;
|
|
896
897
|
id: string;
|
|
897
898
|
source: "user";
|
|
898
|
-
name: string;
|
|
899
899
|
url: string;
|
|
900
900
|
branch: string;
|
|
901
901
|
enabled: boolean;
|
|
@@ -911,10 +911,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
911
911
|
}>, {
|
|
912
912
|
version: 1;
|
|
913
913
|
repos: ({
|
|
914
|
+
name: string;
|
|
914
915
|
id: string;
|
|
915
916
|
description: string;
|
|
916
917
|
source: "default";
|
|
917
|
-
name: string;
|
|
918
918
|
url: string;
|
|
919
919
|
branch: string;
|
|
920
920
|
enabled: boolean;
|
|
@@ -926,9 +926,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
926
926
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
927
927
|
lastSyncError?: string | undefined;
|
|
928
928
|
} | {
|
|
929
|
+
name: string;
|
|
929
930
|
id: string;
|
|
930
931
|
source: "user";
|
|
931
|
-
name: string;
|
|
932
932
|
url: string;
|
|
933
933
|
branch: string;
|
|
934
934
|
enabled: boolean;
|
|
@@ -944,10 +944,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
944
944
|
}, {
|
|
945
945
|
version: 1;
|
|
946
946
|
repos: ({
|
|
947
|
+
name: string;
|
|
947
948
|
id: string;
|
|
948
949
|
description: string;
|
|
949
950
|
source: "default";
|
|
950
|
-
name: string;
|
|
951
951
|
url: string;
|
|
952
952
|
branch: string;
|
|
953
953
|
enabled: boolean;
|
|
@@ -959,9 +959,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
|
|
|
959
959
|
lastSyncStatus?: "ok" | "error" | undefined;
|
|
960
960
|
lastSyncError?: string | undefined;
|
|
961
961
|
} | {
|
|
962
|
+
name: string;
|
|
962
963
|
id: string;
|
|
963
964
|
source: "user";
|
|
964
|
-
name: string;
|
|
965
965
|
url: string;
|
|
966
966
|
branch: string;
|
|
967
967
|
enabled: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serviceme/devtools-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Reusable Node.js core capabilities powering the SERVICEME CLI and integrations.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"json5": "^2.2.3",
|
|
82
82
|
"yauzl": "^3.2.0",
|
|
83
83
|
"zod": "^3.23.8",
|
|
84
|
-
"@serviceme/devtools-protocol": "0.3.
|
|
84
|
+
"@serviceme/devtools-protocol": "0.3.1"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/node": "^24",
|