spec-up-t 1.0.90 → 1.0.92

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.
@@ -1,4 +1,3 @@
1
-
2
1
  :root {
3
2
 
4
3
  --base-theme-color: 207, 71%;
@@ -6,14 +5,14 @@
6
5
  --themed-element-text: #fff;
7
6
  --themed-element-border: 1px solid hsl(var(--base-theme-color), 26%);
8
7
  --themed-heading-text: hsl(var(--base-theme-color), 30%);
9
-
10
- --no-color: 255,255,255;
11
- --faint-color: 245,245,245;
12
- --dim-color: 225,225,225;
13
- --low-color: 200,200,200;
14
- --mid-color: 100,100,100;
15
- --high-color: 50,50,50;
16
- --full-color: 0,0,0;
8
+
9
+ --no-color: 255, 255, 255;
10
+ --faint-color: 245, 245, 245;
11
+ --dim-color: 225, 225, 225;
12
+ --low-color: 200, 200, 200;
13
+ --mid-color: 100, 100, 100;
14
+ --high-color: 50, 50, 50;
15
+ --full-color: 0, 0, 0;
17
16
  --active-color: #3aaaff;
18
17
  --visited-color: rgb(188, 129, 255);
19
18
  --green-status: rgb(0, 123, 9);
@@ -30,9 +29,9 @@
30
29
  --element-border: rgba(var(--high-color), 0.4);
31
30
  --element-border-focus: rgb(var(--full-color), 0.75);
32
31
  --element-border-radius: 3px;
33
- --element-shadow-low: 0 1px 3px 0px rgba(0,0,0, 0.25);
34
- --element-shadow-mid: 0 1px 3px 0px rgba(0,0,0, 0.35);
35
- --element-shadow-high: 0 1px 5px 0px rgba(0,0,0, 0.45);
32
+ --element-shadow-low: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
33
+ --element-shadow-mid: 0 1px 3px 0px rgba(0, 0, 0, 0.35);
34
+ --element-shadow-high: 0 1px 5px 0px rgba(0, 0, 0, 0.45);
36
35
 
37
36
  --code-bk: #1a1e23;
38
37
 
@@ -46,10 +45,10 @@
46
45
  --header-border: rgba(var(--full-color), 0.1);
47
46
  --header-border-inverse: rgba(var(--no-color), 0.3);
48
47
 
49
- --text-shadow: 0 1px 2px rgba(0,0,0,0.8);
50
-
48
+ --text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
49
+
51
50
  --svg-size: 2vw;
52
-
51
+
53
52
  --font-size: 14px;
54
53
  }
55
54
 
@@ -95,7 +94,8 @@ blockquote {
95
94
  background: rgb(var(--faint-color));
96
95
  }
97
96
 
98
- blockquote:before, blockquote:after {
97
+ blockquote:before,
98
+ blockquote:after {
99
99
  content: "“";
100
100
  position: absolute;
101
101
  top: 0.065em;
@@ -115,7 +115,7 @@ blockquote:after {
115
115
  text-align: center;
116
116
  }
117
117
 
118
- blockquote > p {
118
+ blockquote>p {
119
119
  padding: 0.6em 1.8em 0.5em 1.8em;
120
120
  }
121
121
 
@@ -126,8 +126,8 @@ strong strong {
126
126
  text-transform: uppercase;
127
127
  }
128
128
 
129
- main article > ol,
130
- main article > ul {
129
+ main article>ol,
130
+ main article>ul {
131
131
  padding: 0 0 0 2em;
132
132
  }
133
133
 
@@ -176,23 +176,23 @@ main article h4:after {
176
176
  order: -1;
177
177
  }
178
178
 
179
- h1 .toc-anchor {
180
- display: none;
181
- }
179
+ h1 .toc-anchor {
180
+ display: none;
181
+ }
182
182
 
183
- .toc-anchor {
184
- margin: -0.1em 0 0;
185
- font-size: 0.875em;
186
- color: inherit;
187
- text-decoration: none;
188
- opacity: 0.35;
189
- order: -1;
190
- transition: opacity 0.3s ease;
191
- }
183
+ .toc-anchor {
184
+ margin: -0.1em 0 0;
185
+ font-size: 0.875em;
186
+ color: inherit;
187
+ text-decoration: none;
188
+ opacity: 0.35;
189
+ order: -1;
190
+ transition: opacity 0.3s ease;
191
+ }
192
192
 
193
- .toc-anchor:hover {
194
- opacity: 1;
195
- }
193
+ .toc-anchor:hover {
194
+ opacity: 1;
195
+ }
196
196
 
197
197
  pre {
198
198
  overflow: auto;
@@ -224,7 +224,8 @@ h6 code {
224
224
  border-radius: 3px;
225
225
  }
226
226
 
227
- ol, ul {
227
+ ol,
228
+ ul {
228
229
  margin: 0;
229
230
  padding: 0 0 0 1.2em;
230
231
  }
@@ -235,7 +236,7 @@ dl.terms-and-definitions-list {
235
236
  padding: 0;
236
237
  }
237
238
 
238
- dl.terms-and-definitions-list > dt {
239
+ dl.terms-and-definitions-list>dt {
239
240
  font-weight: bold;
240
241
  margin: 0;
241
242
  background-color: #f0f0f0;
@@ -244,7 +245,7 @@ dl.terms-and-definitions-list > dt {
244
245
  border-radius: 5px 5px 0 0;
245
246
  }
246
247
 
247
- dl.terms-and-definitions-list > dd {
248
+ dl.terms-and-definitions-list>dd {
248
249
  margin: 0;
249
250
  background-color: #f9f9f9;
250
251
  border: 1px solid #ccc;
@@ -273,6 +274,7 @@ dl.terms-and-definitions-list dd.last-dd {
273
274
  border-radius: 0 0 5px 5px;
274
275
  border-bottom: 1px solid #ccc;
275
276
  }
277
+
276
278
  /* END: Definition list for terms */
277
279
 
278
280
 
@@ -284,7 +286,7 @@ main {
284
286
  max-width: calc(100% - 275px);
285
287
  padding: 0.5em 2em 1.5em 2em;
286
288
  background: #fff;
287
- box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.3);
289
+ box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
288
290
  }
289
291
 
290
292
  table {
@@ -305,7 +307,7 @@ thead tr th {
305
307
  color: var(--themed-element-text);
306
308
  background: var(--themed-element-bk);
307
309
  border: var(--themed-element-border);
308
- text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
310
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
309
311
  }
310
312
 
311
313
  tr {
@@ -366,7 +368,7 @@ svg[icon] {
366
368
  pointer-events: none;
367
369
  }
368
370
 
369
- article p > img {
371
+ article p>img {
370
372
  max-width: 100%;
371
373
  margin: 0 auto;
372
374
  }
@@ -377,13 +379,13 @@ article li {
377
379
 
378
380
  /* Custom Elements */
379
381
 
380
- slide-panel > *:not(header):not(footer) {
382
+ slide-panel>*:not(header):not(footer) {
381
383
  flex: 1;
382
384
  }
383
385
 
384
386
  /* Code Examples */
385
387
 
386
- :not(pre) > code[class*="language-"],
388
+ :not(pre)>code[class*="language-"],
387
389
  pre[class*="language-"] {
388
390
  padding: 0.65em 0.8em 0.8em;
389
391
  background: var(--code-bk);
@@ -411,8 +413,8 @@ pre[class*="language-"] {
411
413
  margin: 0 0 0.4em;
412
414
  padding: 0.15em 0.3em 0.1em;
413
415
  border-radius: 2px;
414
- background: rgba(255,255,255,0.1);
415
- text-shadow: 0 1px rgba(0,0,0, 0.9);
416
+ background: rgba(255, 255, 255, 0.1);
417
+ text-shadow: 0 1px rgba(0, 0, 0, 0.9);
416
418
  }
417
419
 
418
420
  .tippy-content table,
@@ -509,7 +511,7 @@ a[path-0$="github.com"][path-3="projects"]:after {
509
511
  height: var(--header-height);
510
512
  }
511
513
 
512
- .panel-header > * {
514
+ .panel-header>* {
513
515
  display: flex;
514
516
  height: 100%;
515
517
  padding: 0.1em 0.8em 0;
@@ -541,28 +543,31 @@ a[path-0$="github.com"][path-3="projects"]:after {
541
543
  background: #E9FBE9;
542
544
  border-color: #52E052;
543
545
  }
544
- .note .notice-link {
545
- display: block;
546
- color: #178217;
547
- }
546
+
547
+ .note .notice-link {
548
+ display: block;
549
+ color: #178217;
550
+ }
548
551
 
549
552
  .issue {
550
553
  background: rgb(233, 240, 251);
551
554
  border-color: rgb(82, 127, 224);
552
555
  }
553
- .issue .notice-link:before {
554
- display: block;
555
- color: rgb(30, 76, 174);
556
- }
556
+
557
+ .issue .notice-link:before {
558
+ display: block;
559
+ color: rgb(30, 76, 174);
560
+ }
557
561
 
558
562
  .warning {
559
563
  background: #FBE9E9;
560
564
  border-color: #E05252;
561
565
  }
562
- .warning .notice-link {
563
- display: block;
564
- color: #AE1E1E;
565
- }
566
+
567
+ .warning .notice-link {
568
+ display: block;
569
+ color: #AE1E1E;
570
+ }
566
571
 
567
572
  .example {
568
573
  color: #cebe00;
@@ -570,26 +575,27 @@ a[path-0$="github.com"][path-3="projects"]:after {
570
575
  border-left: 0.5em solid;
571
576
  }
572
577
 
573
- .example .notice-link {
574
- display: block;
575
- color: inherit;
576
- font-size: 1.1em;
577
- font-family: Heebo, san-serif;
578
- }
578
+ .example .notice-link {
579
+ display: block;
580
+ color: inherit;
581
+ font-size: 1.1em;
582
+ font-family: Heebo, san-serif;
583
+ }
579
584
 
580
- .example pre[class*="language-"] {
581
- padding: 0;
582
- border-radius: 0;
583
- }
585
+ .example pre[class*="language-"] {
586
+ padding: 0;
587
+ border-radius: 0;
588
+ }
584
589
 
585
590
  .todo {
586
591
  background: #fbe4ff;
587
592
  border-color: #9700e2;
588
593
  }
589
- .todo .notice-link {
590
- display: block;
591
- color: #6d00a2;
592
- }
594
+
595
+ .todo .notice-link {
596
+ display: block;
597
+ color: #6d00a2;
598
+ }
593
599
 
594
600
  .mermaid {
595
601
  display: flex;
@@ -645,33 +651,33 @@ pre[class*="language-"] {
645
651
  padding: 0;
646
652
  top: 0;
647
653
  margin: -0.5em -2em 0em -2em;
648
- background: rgba(255,255,255,0.9);
649
- border-bottom: 1px solid rgba(0,0,0,0.175);
650
- box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
654
+ background: rgba(255, 255, 255, 0.9);
655
+ border-bottom: 1px solid rgba(0, 0, 0, 0.175);
656
+ box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
651
657
  z-index: 2;
652
658
  }
653
659
 
654
- #logo {
655
- box-sizing: border-box;
656
- display: flex;
657
- align-items: center;
658
- height: 100%;
659
- padding: 0.5em;
660
- }
660
+ #logo {
661
+ box-sizing: border-box;
662
+ display: flex;
663
+ align-items: center;
664
+ height: 100%;
665
+ padding: 0.5em;
666
+ }
661
667
 
662
- #logo img {
663
- height: 100%;
664
- }
668
+ #logo img {
669
+ height: 100%;
670
+ }
665
671
 
666
672
 
667
- #logo + span {
668
- margin-left: auto;
669
- }
673
+ #logo+span {
674
+ margin-left: auto;
675
+ }
670
676
 
671
677
  #header #toc_toggle {
672
678
  display: none;
673
679
  padding: 0 1em;
674
- border-right: 1px solid rgba(0,0,0,0.15);
680
+ border-right: 1px solid rgba(0, 0, 0, 0.15);
675
681
  }
676
682
 
677
683
  #content {
@@ -689,20 +695,20 @@ pre[class*="language-"] {
689
695
  #repo_issues {
690
696
  width: calc(100% - 1.5em);
691
697
  max-width: 450px;
692
- border-left: 1px solid rgba(0,0,0,0.15);
698
+ border-left: 1px solid rgba(0, 0, 0, 0.15);
693
699
  }
694
700
 
695
- #repo_issues > header {
701
+ #repo_issues>header {
696
702
  background: #eee;
697
703
  border-bottom: 1px solid #ddd;
698
704
  }
699
705
 
700
- #repo_issues > header span:first-of-type {
706
+ #repo_issues>header span:first-of-type {
701
707
  font-weight: bold;
702
708
  padding-top: 0.1em;
703
709
  }
704
710
 
705
- #repo_issues > header .repo-issue-toggle {
711
+ #repo_issues>header .repo-issue-toggle {
706
712
  margin-left: auto;
707
713
  color: inherit;
708
714
  font-weight: bold;
@@ -715,21 +721,25 @@ pre[class*="language-"] {
715
721
  padding: 0 1.25em 1.25em;
716
722
  font-size: 0.85em;
717
723
  overflow: auto;
718
- -ms-overflow-style: none; /* Internet Explorer 10+ */
719
- scrollbar-width: none; /* Firefox */
724
+ -ms-overflow-style: none;
725
+ /* Internet Explorer 10+ */
726
+ scrollbar-width: none;
727
+ /* Firefox */
720
728
  }
721
- #repo_issue_list::-webkit-scrollbar {
722
- display: none; /* Safari and Chrome */
723
- }
724
729
 
725
- #repo_issue_list:empty:before {
726
- content: "No issues found";
727
- display: block;
728
- text-align: center;
729
- font-size: 1.1em;
730
- color: #aaa;
731
- margin: 1em 0 0;
732
- }
730
+ #repo_issue_list::-webkit-scrollbar {
731
+ display: none;
732
+ /* Safari and Chrome */
733
+ }
734
+
735
+ #repo_issue_list:empty:before {
736
+ content: "No issues found";
737
+ display: block;
738
+ text-align: center;
739
+ font-size: 1.1em;
740
+ color: #aaa;
741
+ margin: 1em 0 0;
742
+ }
733
743
 
734
744
  .repo-issue detail-box {
735
745
  display: flex;
@@ -738,11 +748,11 @@ pre[class*="language-"] {
738
748
  border-bottom: 1px solid #ddd;
739
749
  }
740
750
 
741
- .repo-issue detail-box > section {
751
+ .repo-issue detail-box>section {
742
752
  order: 1;
743
753
  }
744
754
 
745
- .repo-issue detail-box > section:empty + .repo-issue-title [detail-box-toggle] {
755
+ .repo-issue detail-box>section:empty+.repo-issue-title [detail-box-toggle] {
746
756
  display: none;
747
757
  }
748
758
 
@@ -797,22 +807,22 @@ pre[class*="language-"] {
797
807
  #toc header {
798
808
  color: var(--themed-element-text);
799
809
  background: var(--themed-element-bk);
800
- box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
810
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
801
811
  border: var(--themed-element-border);
802
812
  border-top: none;
803
813
  border-left: none;
804
814
  }
805
815
 
806
- #toc header [panel-toggle] {
807
- display: none;
808
- height: var(--header-height);
809
- line-height: var(--header-height);
810
- margin-left: auto;
811
- padding: 0 1em;
812
- color: inherit;
813
- font-weight: bold;
814
- text-decoration: none;
815
- }
816
+ #toc header [panel-toggle] {
817
+ display: none;
818
+ height: var(--header-height);
819
+ line-height: var(--header-height);
820
+ margin-left: auto;
821
+ padding: 0 1em;
822
+ color: inherit;
823
+ font-weight: bold;
824
+ text-decoration: none;
825
+ }
816
826
 
817
827
  #toc_list {
818
828
  flex: 1;
@@ -825,7 +835,8 @@ pre[class*="language-"] {
825
835
  font-size: 0.85em;
826
836
  }
827
837
 
828
- .toc, .toc ul {
838
+ .toc,
839
+ .toc ul {
829
840
  margin: 0;
830
841
  list-style: none;
831
842
  }
@@ -847,36 +858,36 @@ pre[class*="language-"] {
847
858
  font-weight: bold;
848
859
  }
849
860
 
850
- .toc a:hover {
851
- text-shadow: 0px 1px 1px #fff;
852
- background: rgba(0,0,0,0.1);
853
- }
861
+ .toc a:hover {
862
+ text-shadow: 0px 1px 1px #fff;
863
+ background: rgba(0, 0, 0, 0.1);
864
+ }
854
865
 
855
- .toc > li a:before {
856
- counter-increment: toc1;
857
- content: counter(toc1) ".";
858
- padding: 0 0.4em 0 0.2em;
859
- }
866
+ .toc>li a:before {
867
+ counter-increment: toc1;
868
+ content: counter(toc1) ".";
869
+ padding: 0 0.4em 0 0.2em;
870
+ }
860
871
 
861
- .toc > li > ul {
862
- counter-reset: toc2;
863
- }
872
+ .toc>li>ul {
873
+ counter-reset: toc2;
874
+ }
864
875
 
865
- .toc > li > ul > li a:before {
866
- counter-increment: toc2;
867
- content: counter(toc1) "." counter(toc2);
868
- padding: 0 0.45em 0 0.2em;
869
- }
876
+ .toc>li>ul>li a:before {
877
+ counter-increment: toc2;
878
+ content: counter(toc1) "." counter(toc2);
879
+ padding: 0 0.45em 0 0.2em;
880
+ }
870
881
 
871
- .toc > li > ul ul {
872
- counter-reset: toc3;
873
- }
882
+ .toc>li>ul ul {
883
+ counter-reset: toc3;
884
+ }
874
885
 
875
- .toc > li > ul ul li a:before {
876
- counter-increment: toc3;
877
- content: counter(toc1) "." counter(toc2) "." counter(toc3);
878
- padding: 0 0.5em 0 0.2em;
879
- }
886
+ .toc>li>ul ul li a:before {
887
+ counter-increment: toc3;
888
+ content: counter(toc1) "." counter(toc2) "." counter(toc3);
889
+ padding: 0 0.5em 0 0.2em;
890
+ }
880
891
 
881
892
  @media (min-width: 900px) {
882
893
 
@@ -897,7 +908,7 @@ pre[class*="language-"] {
897
908
  #toc {
898
909
  transition: none;
899
910
  transform: translate3d(0%, 0%, 0);
900
- box-shadow: 0 0 5px 1px rgba(0,0,0,0.15) inset;
911
+ box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) inset;
901
912
  z-index: 0;
902
913
  }
903
914
  }
@@ -910,7 +921,7 @@ pre[class*="language-"] {
910
921
  max-width: none;
911
922
  padding: 0.5em 1.25em 1.5em 1.25em;
912
923
  }
913
-
924
+
914
925
  #header {
915
926
  margin: -0.5em -1.25em 0em -1.25em;
916
927
  }
@@ -937,9 +948,11 @@ pre[class*="language-"] {
937
948
  display: none;
938
949
  opacity: 0;
939
950
  }
951
+
940
952
  1% {
941
953
  display: block;
942
954
  }
955
+
943
956
  100% {
944
957
  opacity: 1;
945
958
  }
@@ -967,11 +980,13 @@ article a[href^="https://"]:not(.btn)::after {
967
980
  background-size: contain;
968
981
  display: inline-block;
969
982
  }
983
+
970
984
  /**
971
985
  * End External Links
972
986
  */
973
987
 
974
- .btn, .no-xref-found-message {
988
+ .btn,
989
+ .no-xref-found-message {
975
990
  font-variant: small-caps;
976
991
  text-transform: uppercase;
977
992
  }
@@ -985,11 +1000,12 @@ article a[href^="https://"]:not(.btn)::after {
985
1000
  font-size: 0.8rem;
986
1001
  }
987
1002
 
988
- .snapshots, .powered-by {
1003
+ .snapshots,
1004
+ .powered-by {
989
1005
  /* padding: 1em 0.8em 0.5em; */
990
1006
  margin: 0;
991
1007
  padding: 0;
992
- flex:none;
1008
+ flex: none;
993
1009
  }
994
1010
 
995
1011
  .powered-by {
@@ -1011,6 +1027,8 @@ article a[href^="https://"]:not(.btn)::after {
1011
1027
  font-size: 1rem;
1012
1028
  }
1013
1029
 
1030
+ /* Transclusions */
1031
+
1014
1032
  .transcluded-xref-term {
1015
1033
  background: #a9dde03b !important;
1016
1034
  padding: 0.5em;
@@ -1023,6 +1041,37 @@ article a[href^="https://"]:not(.btn)::after {
1023
1041
  margin: 1em 0 0.5em;
1024
1042
  }
1025
1043
 
1044
+ dl img {
1045
+ max-width: 15px;
1046
+ vertical-align: middle;
1047
+ }
1048
+
1049
+ .meta-info {
1050
+ font-size: 0.8em;
1051
+ }
1052
+
1053
+ .meta-info span {
1054
+ background: #a9dde03b;
1055
+ display: inline-block;
1056
+ border: 1px solid #ccc;
1057
+ border-radius: 10px;
1058
+ padding: 0.3em;
1059
+ margin: 0;
1060
+ height: 1em;
1061
+ line-height: 1em;
1062
+ vertical-align: middle;
1063
+ }
1064
+
1065
+ .meta-info span.commit-hash {
1066
+ white-space: nowrap;
1067
+ overflow: hidden;
1068
+ text-overflow: ellipsis;
1069
+ max-width: 150px;
1070
+ }
1071
+
1072
+ /* End Transclusions */
1073
+
1074
+
1026
1075
 
1027
1076
  /* Loader styling */
1028
1077
  .loader {
@@ -1051,4 +1100,7 @@ article a[href^="https://"]:not(.btn)::after {
1051
1100
  100% {
1052
1101
  transform: rotate(360deg);
1053
1102
  }
1054
- }
1103
+ }
1104
+
1105
+ /* End Loader styling */
1106
+
@@ -83,9 +83,9 @@ function fetchCommitHashes() {
83
83
  };
84
84
  }
85
85
 
86
- // B: Debounced “GitHub rate limit exceeded” error message
86
+ // B: Debounced “GitHub API rate limit exceeded” error message
87
87
  const debouncedError = debounce(() => {
88
- notyf.error('GitHub rate limit exceeded. See <a target="_blank" rel="noopener" href="https://trustoverip.github.io/spec-up-t-website/docs/github-token/">documentation</a> for more info.');
88
+ notyf.error('GitHub API rate limit exceeded. See <a target="_blank" rel="noopener" href="https://trustoverip.github.io/spec-up-t-website/docs/github-token/">documentation</a> for more info.');
89
89
  }, 3000); // Delay in milliseconds
90
90
 
91
91
  // Fetch the content of a term-file from GitHub
package/index.js CHANGED
@@ -2,9 +2,7 @@ const { initialize } = require('./src/init');
2
2
 
3
3
  module.exports = async function (options = {}) {
4
4
  try {
5
- // Run the initialization first
6
5
  await initialize();
7
- console.log('Initialization complete. Proceeding with the rest of the module logic...');
8
6
 
9
7
  const fs = require('fs-extra');
10
8
  const path = require('path');
@@ -457,7 +455,6 @@ module.exports = async function (options = {}) {
457
455
  }).catch(() => process.exit(1));
458
456
 
459
457
  });
460
- console.log('Module function executed successfully.');
461
458
  } catch (error) {
462
459
  console.error(`Error during initialization or module execution: ${error.message}`);
463
460
  throw error; // Re-throw to let the caller handle the error
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-up-t",
3
- "version": "1.0.90",
3
+ "version": "1.0.92",
4
4
  "description": "Technical specification drafting tool that generates rich specification documents from markdown. Forked from https://github.com/decentralized-identity/spec-up by Daniel Buchner (https://github.com/csuwildcat)",
5
5
  "main": "./index",
6
6
  "repository": {
@@ -26,6 +26,7 @@
26
26
  "@octokit/plugin-throttling": "^9.4.0",
27
27
  "@traptitech/markdown-it-katex": "^3.3.0",
28
28
  "axios": "^1.7.7",
29
+ "dedent": "^1.5.3",
29
30
  "diff": "^7.0.0",
30
31
  "dotenv": "^16.4.7",
31
32
  "find-pkg-dir": "^2.0.0",