@serviceme/devtools-core 0.4.1 → 0.4.2

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 CHANGED
@@ -670,10 +670,10 @@ declare const defaultRepoSchema: z.ZodObject<{
670
670
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
671
671
  lastSyncError: z.ZodOptional<z.ZodString>;
672
672
  }, "strip", z.ZodTypeAny, {
673
- name: string;
674
673
  id: string;
675
674
  description: string;
676
675
  source: "default";
676
+ name: string;
677
677
  url: string;
678
678
  branch: string;
679
679
  enabled: boolean;
@@ -685,10 +685,10 @@ declare const defaultRepoSchema: z.ZodObject<{
685
685
  lastSyncStatus?: "ok" | "error" | undefined;
686
686
  lastSyncError?: string | undefined;
687
687
  }, {
688
- name: string;
689
688
  id: string;
690
689
  description: string;
691
690
  source: "default";
691
+ name: string;
692
692
  url: string;
693
693
  branch: string;
694
694
  enabled: boolean;
@@ -715,9 +715,9 @@ declare const userRepoSchema: z.ZodObject<{
715
715
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
716
716
  lastSyncError: z.ZodOptional<z.ZodString>;
717
717
  }, "strip", z.ZodTypeAny, {
718
- name: string;
719
718
  id: string;
720
719
  source: "user";
720
+ name: string;
721
721
  url: string;
722
722
  branch: string;
723
723
  enabled: boolean;
@@ -729,9 +729,9 @@ declare const userRepoSchema: z.ZodObject<{
729
729
  lastSyncStatus?: "ok" | "error" | undefined;
730
730
  lastSyncError?: string | undefined;
731
731
  }, {
732
- name: string;
733
732
  id: string;
734
733
  source: "user";
734
+ name: string;
735
735
  url: string;
736
736
  branch: string;
737
737
  enabled: boolean;
@@ -759,10 +759,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
759
759
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
760
760
  lastSyncError: z.ZodOptional<z.ZodString>;
761
761
  }, "strip", z.ZodTypeAny, {
762
- name: string;
763
762
  id: string;
764
763
  description: string;
765
764
  source: "default";
765
+ name: string;
766
766
  url: string;
767
767
  branch: string;
768
768
  enabled: boolean;
@@ -774,10 +774,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
774
774
  lastSyncStatus?: "ok" | "error" | undefined;
775
775
  lastSyncError?: string | undefined;
776
776
  }, {
777
- name: string;
778
777
  id: string;
779
778
  description: string;
780
779
  source: "default";
780
+ name: string;
781
781
  url: string;
782
782
  branch: string;
783
783
  enabled: boolean;
@@ -803,9 +803,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
803
803
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
804
804
  lastSyncError: z.ZodOptional<z.ZodString>;
805
805
  }, "strip", z.ZodTypeAny, {
806
- name: string;
807
806
  id: string;
808
807
  source: "user";
808
+ name: string;
809
809
  url: string;
810
810
  branch: string;
811
811
  enabled: boolean;
@@ -817,9 +817,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
817
817
  lastSyncStatus?: "ok" | "error" | undefined;
818
818
  lastSyncError?: string | undefined;
819
819
  }, {
820
- name: string;
821
820
  id: string;
822
821
  source: "user";
822
+ name: string;
823
823
  url: string;
824
824
  branch: string;
825
825
  enabled: boolean;
@@ -850,10 +850,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
850
850
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
851
851
  lastSyncError: z.ZodOptional<z.ZodString>;
852
852
  }, "strip", z.ZodTypeAny, {
853
- name: string;
854
853
  id: string;
855
854
  description: string;
856
855
  source: "default";
856
+ name: string;
857
857
  url: string;
858
858
  branch: string;
859
859
  enabled: boolean;
@@ -865,10 +865,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
865
865
  lastSyncStatus?: "ok" | "error" | undefined;
866
866
  lastSyncError?: string | undefined;
867
867
  }, {
868
- name: string;
869
868
  id: string;
870
869
  description: string;
871
870
  source: "default";
871
+ name: string;
872
872
  url: string;
873
873
  branch: string;
874
874
  enabled: boolean;
@@ -894,9 +894,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
894
894
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
895
895
  lastSyncError: z.ZodOptional<z.ZodString>;
896
896
  }, "strip", z.ZodTypeAny, {
897
- name: string;
898
897
  id: string;
899
898
  source: "user";
899
+ name: string;
900
900
  url: string;
901
901
  branch: string;
902
902
  enabled: boolean;
@@ -908,9 +908,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
908
908
  lastSyncStatus?: "ok" | "error" | undefined;
909
909
  lastSyncError?: string | undefined;
910
910
  }, {
911
- name: string;
912
911
  id: string;
913
912
  source: "user";
913
+ name: string;
914
914
  url: string;
915
915
  branch: string;
916
916
  enabled: boolean;
@@ -925,10 +925,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
925
925
  }, "strip", z.ZodTypeAny, {
926
926
  version: 1;
927
927
  repos: ({
928
- name: string;
929
928
  id: string;
930
929
  description: string;
931
930
  source: "default";
931
+ name: string;
932
932
  url: string;
933
933
  branch: string;
934
934
  enabled: boolean;
@@ -940,9 +940,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
940
940
  lastSyncStatus?: "ok" | "error" | undefined;
941
941
  lastSyncError?: string | undefined;
942
942
  } | {
943
- name: string;
944
943
  id: string;
945
944
  source: "user";
945
+ name: string;
946
946
  url: string;
947
947
  branch: string;
948
948
  enabled: boolean;
@@ -958,10 +958,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
958
958
  }, {
959
959
  version: 1;
960
960
  repos: ({
961
- name: string;
962
961
  id: string;
963
962
  description: string;
964
963
  source: "default";
964
+ name: string;
965
965
  url: string;
966
966
  branch: string;
967
967
  enabled: boolean;
@@ -973,9 +973,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
973
973
  lastSyncStatus?: "ok" | "error" | undefined;
974
974
  lastSyncError?: string | undefined;
975
975
  } | {
976
- name: string;
977
976
  id: string;
978
977
  source: "user";
978
+ name: string;
979
979
  url: string;
980
980
  branch: string;
981
981
  enabled: boolean;
@@ -991,10 +991,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
991
991
  }>, {
992
992
  version: 1;
993
993
  repos: ({
994
- name: string;
995
994
  id: string;
996
995
  description: string;
997
996
  source: "default";
997
+ name: string;
998
998
  url: string;
999
999
  branch: string;
1000
1000
  enabled: boolean;
@@ -1006,9 +1006,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
1006
1006
  lastSyncStatus?: "ok" | "error" | undefined;
1007
1007
  lastSyncError?: string | undefined;
1008
1008
  } | {
1009
- name: string;
1010
1009
  id: string;
1011
1010
  source: "user";
1011
+ name: string;
1012
1012
  url: string;
1013
1013
  branch: string;
1014
1014
  enabled: boolean;
@@ -1024,10 +1024,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
1024
1024
  }, {
1025
1025
  version: 1;
1026
1026
  repos: ({
1027
- name: string;
1028
1027
  id: string;
1029
1028
  description: string;
1030
1029
  source: "default";
1030
+ name: string;
1031
1031
  url: string;
1032
1032
  branch: string;
1033
1033
  enabled: boolean;
@@ -1039,9 +1039,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
1039
1039
  lastSyncStatus?: "ok" | "error" | undefined;
1040
1040
  lastSyncError?: string | undefined;
1041
1041
  } | {
1042
- name: string;
1043
1042
  id: string;
1044
1043
  source: "user";
1044
+ name: string;
1045
1045
  url: string;
1046
1046
  branch: string;
1047
1047
  enabled: boolean;
package/dist/index.d.ts CHANGED
@@ -670,10 +670,10 @@ declare const defaultRepoSchema: z.ZodObject<{
670
670
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
671
671
  lastSyncError: z.ZodOptional<z.ZodString>;
672
672
  }, "strip", z.ZodTypeAny, {
673
- name: string;
674
673
  id: string;
675
674
  description: string;
676
675
  source: "default";
676
+ name: string;
677
677
  url: string;
678
678
  branch: string;
679
679
  enabled: boolean;
@@ -685,10 +685,10 @@ declare const defaultRepoSchema: z.ZodObject<{
685
685
  lastSyncStatus?: "ok" | "error" | undefined;
686
686
  lastSyncError?: string | undefined;
687
687
  }, {
688
- name: string;
689
688
  id: string;
690
689
  description: string;
691
690
  source: "default";
691
+ name: string;
692
692
  url: string;
693
693
  branch: string;
694
694
  enabled: boolean;
@@ -715,9 +715,9 @@ declare const userRepoSchema: z.ZodObject<{
715
715
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
716
716
  lastSyncError: z.ZodOptional<z.ZodString>;
717
717
  }, "strip", z.ZodTypeAny, {
718
- name: string;
719
718
  id: string;
720
719
  source: "user";
720
+ name: string;
721
721
  url: string;
722
722
  branch: string;
723
723
  enabled: boolean;
@@ -729,9 +729,9 @@ declare const userRepoSchema: z.ZodObject<{
729
729
  lastSyncStatus?: "ok" | "error" | undefined;
730
730
  lastSyncError?: string | undefined;
731
731
  }, {
732
- name: string;
733
732
  id: string;
734
733
  source: "user";
734
+ name: string;
735
735
  url: string;
736
736
  branch: string;
737
737
  enabled: boolean;
@@ -759,10 +759,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
759
759
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
760
760
  lastSyncError: z.ZodOptional<z.ZodString>;
761
761
  }, "strip", z.ZodTypeAny, {
762
- name: string;
763
762
  id: string;
764
763
  description: string;
765
764
  source: "default";
765
+ name: string;
766
766
  url: string;
767
767
  branch: string;
768
768
  enabled: boolean;
@@ -774,10 +774,10 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
774
774
  lastSyncStatus?: "ok" | "error" | undefined;
775
775
  lastSyncError?: string | undefined;
776
776
  }, {
777
- name: string;
778
777
  id: string;
779
778
  description: string;
780
779
  source: "default";
780
+ name: string;
781
781
  url: string;
782
782
  branch: string;
783
783
  enabled: boolean;
@@ -803,9 +803,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
803
803
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
804
804
  lastSyncError: z.ZodOptional<z.ZodString>;
805
805
  }, "strip", z.ZodTypeAny, {
806
- name: string;
807
806
  id: string;
808
807
  source: "user";
808
+ name: string;
809
809
  url: string;
810
810
  branch: string;
811
811
  enabled: boolean;
@@ -817,9 +817,9 @@ declare const repoSchema: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
817
817
  lastSyncStatus?: "ok" | "error" | undefined;
818
818
  lastSyncError?: string | undefined;
819
819
  }, {
820
- name: string;
821
820
  id: string;
822
821
  source: "user";
822
+ name: string;
823
823
  url: string;
824
824
  branch: string;
825
825
  enabled: boolean;
@@ -850,10 +850,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
850
850
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
851
851
  lastSyncError: z.ZodOptional<z.ZodString>;
852
852
  }, "strip", z.ZodTypeAny, {
853
- name: string;
854
853
  id: string;
855
854
  description: string;
856
855
  source: "default";
856
+ name: string;
857
857
  url: string;
858
858
  branch: string;
859
859
  enabled: boolean;
@@ -865,10 +865,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
865
865
  lastSyncStatus?: "ok" | "error" | undefined;
866
866
  lastSyncError?: string | undefined;
867
867
  }, {
868
- name: string;
869
868
  id: string;
870
869
  description: string;
871
870
  source: "default";
871
+ name: string;
872
872
  url: string;
873
873
  branch: string;
874
874
  enabled: boolean;
@@ -894,9 +894,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
894
894
  lastSyncStatus: z.ZodOptional<z.ZodEnum<["ok", "error"]>>;
895
895
  lastSyncError: z.ZodOptional<z.ZodString>;
896
896
  }, "strip", z.ZodTypeAny, {
897
- name: string;
898
897
  id: string;
899
898
  source: "user";
899
+ name: string;
900
900
  url: string;
901
901
  branch: string;
902
902
  enabled: boolean;
@@ -908,9 +908,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
908
908
  lastSyncStatus?: "ok" | "error" | undefined;
909
909
  lastSyncError?: string | undefined;
910
910
  }, {
911
- name: string;
912
911
  id: string;
913
912
  source: "user";
913
+ name: string;
914
914
  url: string;
915
915
  branch: string;
916
916
  enabled: boolean;
@@ -925,10 +925,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
925
925
  }, "strip", z.ZodTypeAny, {
926
926
  version: 1;
927
927
  repos: ({
928
- name: string;
929
928
  id: string;
930
929
  description: string;
931
930
  source: "default";
931
+ name: string;
932
932
  url: string;
933
933
  branch: string;
934
934
  enabled: boolean;
@@ -940,9 +940,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
940
940
  lastSyncStatus?: "ok" | "error" | undefined;
941
941
  lastSyncError?: string | undefined;
942
942
  } | {
943
- name: string;
944
943
  id: string;
945
944
  source: "user";
945
+ name: string;
946
946
  url: string;
947
947
  branch: string;
948
948
  enabled: boolean;
@@ -958,10 +958,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
958
958
  }, {
959
959
  version: 1;
960
960
  repos: ({
961
- name: string;
962
961
  id: string;
963
962
  description: string;
964
963
  source: "default";
964
+ name: string;
965
965
  url: string;
966
966
  branch: string;
967
967
  enabled: boolean;
@@ -973,9 +973,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
973
973
  lastSyncStatus?: "ok" | "error" | undefined;
974
974
  lastSyncError?: string | undefined;
975
975
  } | {
976
- name: string;
977
976
  id: string;
978
977
  source: "user";
978
+ name: string;
979
979
  url: string;
980
980
  branch: string;
981
981
  enabled: boolean;
@@ -991,10 +991,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
991
991
  }>, {
992
992
  version: 1;
993
993
  repos: ({
994
- name: string;
995
994
  id: string;
996
995
  description: string;
997
996
  source: "default";
997
+ name: string;
998
998
  url: string;
999
999
  branch: string;
1000
1000
  enabled: boolean;
@@ -1006,9 +1006,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
1006
1006
  lastSyncStatus?: "ok" | "error" | undefined;
1007
1007
  lastSyncError?: string | undefined;
1008
1008
  } | {
1009
- name: string;
1010
1009
  id: string;
1011
1010
  source: "user";
1011
+ name: string;
1012
1012
  url: string;
1013
1013
  branch: string;
1014
1014
  enabled: boolean;
@@ -1024,10 +1024,10 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
1024
1024
  }, {
1025
1025
  version: 1;
1026
1026
  repos: ({
1027
- name: string;
1028
1027
  id: string;
1029
1028
  description: string;
1030
1029
  source: "default";
1030
+ name: string;
1031
1031
  url: string;
1032
1032
  branch: string;
1033
1033
  enabled: boolean;
@@ -1039,9 +1039,9 @@ declare const reposFileSchema: z.ZodEffects<z.ZodObject<{
1039
1039
  lastSyncStatus?: "ok" | "error" | undefined;
1040
1040
  lastSyncError?: string | undefined;
1041
1041
  } | {
1042
- name: string;
1043
1042
  id: string;
1044
1043
  source: "user";
1044
+ name: string;
1045
1045
  url: string;
1046
1046
  branch: string;
1047
1047
  enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-core",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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.4.1"
84
+ "@serviceme/devtools-protocol": "0.4.2"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@types/node": "^24",