@cenk1cenk2/md-printer 2.2.83 → 2.2.85

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.
@@ -103,5 +103,5 @@
103
103
  ]
104
104
  }
105
105
  },
106
- "version": "2.2.82"
106
+ "version": "2.2.84"
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.2.83",
3
+ "version": "2.2.85",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -68,48 +68,48 @@
68
68
  "cenk1cenk2"
69
69
  ],
70
70
  "dependencies": {
71
- "@cenk1cenk2/oclif-common": "^6.3.17",
72
- "@listr2/manager": "^2.0.10",
73
- "@oclif/core": "^4.0.13",
74
- "@oclif/plugin-help": "^6.2.6",
71
+ "@cenk1cenk2/oclif-common": "^6.3.18",
72
+ "@listr2/manager": "^2.0.11",
73
+ "@oclif/core": "^4.0.22",
74
+ "@oclif/plugin-help": "^6.2.12",
75
75
  "chokidar": "^3.6.0",
76
76
  "fs-extra": "^11.2.0",
77
77
  "gray-matter": "^4.0.3",
78
- "listr2": "^8.2.3",
78
+ "listr2": "^8.2.4",
79
79
  "md-to-pdf": "^5.2.4",
80
80
  "nunjucks": "^3.2.4"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@cenk1cenk2/cz-cc": "^1.7.9",
84
- "@cenk1cenk2/eslint-config": "^2.7.55",
85
- "@swc/core": "^1.7.0",
86
- "@tailwindcss/forms": "^0.5.7",
87
- "@tailwindcss/typography": "^0.5.13",
88
- "@types/config": "^3.3.4",
84
+ "@cenk1cenk2/eslint-config": "^2.7.58",
85
+ "@swc/core": "^1.7.26",
86
+ "@tailwindcss/forms": "^0.5.9",
87
+ "@tailwindcss/typography": "^0.5.15",
88
+ "@types/config": "^3.3.5",
89
89
  "@types/fs-extra": "^11.0.4",
90
- "@types/node": "^20.14.11",
90
+ "@types/node": "^20.16.5",
91
91
  "@types/nunjucks": "^3.2.6",
92
- "eslint": "^8.57.0",
92
+ "eslint": "^8.57.1",
93
93
  "execa": "^8.0.1",
94
94
  "globby": "^14.0.2",
95
- "lint-staged": "^15.2.7",
96
- "oclif": "^4.14.8",
97
- "postcss": "^8.4.39",
95
+ "lint-staged": "^15.2.10",
96
+ "oclif": "^4.14.35",
97
+ "postcss": "^8.4.47",
98
98
  "prettier": "^3.3.3",
99
99
  "simple-git-hooks": "^2.11.1",
100
100
  "source-map-support": "^0.5.21",
101
- "tailwindcss": "^3.4.6",
101
+ "tailwindcss": "^3.4.13",
102
102
  "theme-colors": "^0.1.0",
103
103
  "ts-node": "^10.9.2",
104
104
  "tsconfig-paths": "^4.2.0",
105
105
  "tsconfig-replace-paths": "^0.0.14",
106
- "tsup": "^8.2.2",
107
- "typescript": "^5.5.3"
106
+ "tsup": "^8.3.0",
107
+ "typescript": "^5.6.2"
108
108
  },
109
109
  "config": {
110
110
  "commitizen": {
111
111
  "path": "./node_modules/@cenk1cenk2/cz-cc"
112
112
  }
113
113
  },
114
- "packageManager": "pnpm@9.4.0"
114
+ "packageManager": "pnpm@9.6.0"
115
115
  }
@@ -6,8 +6,116 @@ html {
6
6
  page-break-after: always;
7
7
  }
8
8
 
9
+ *, ::before, ::after {
10
+ --tw-border-spacing-x: 0;
11
+ --tw-border-spacing-y: 0;
12
+ --tw-translate-x: 0;
13
+ --tw-translate-y: 0;
14
+ --tw-rotate: 0;
15
+ --tw-skew-x: 0;
16
+ --tw-skew-y: 0;
17
+ --tw-scale-x: 1;
18
+ --tw-scale-y: 1;
19
+ --tw-pan-x: ;
20
+ --tw-pan-y: ;
21
+ --tw-pinch-zoom: ;
22
+ --tw-scroll-snap-strictness: proximity;
23
+ --tw-gradient-from-position: ;
24
+ --tw-gradient-via-position: ;
25
+ --tw-gradient-to-position: ;
26
+ --tw-ordinal: ;
27
+ --tw-slashed-zero: ;
28
+ --tw-numeric-figure: ;
29
+ --tw-numeric-spacing: ;
30
+ --tw-numeric-fraction: ;
31
+ --tw-ring-inset: ;
32
+ --tw-ring-offset-width: 0px;
33
+ --tw-ring-offset-color: #fff;
34
+ --tw-ring-color: rgb(59 130 246 / 0.5);
35
+ --tw-ring-offset-shadow: 0 0 #0000;
36
+ --tw-ring-shadow: 0 0 #0000;
37
+ --tw-shadow: 0 0 #0000;
38
+ --tw-shadow-colored: 0 0 #0000;
39
+ --tw-blur: ;
40
+ --tw-brightness: ;
41
+ --tw-contrast: ;
42
+ --tw-grayscale: ;
43
+ --tw-hue-rotate: ;
44
+ --tw-invert: ;
45
+ --tw-saturate: ;
46
+ --tw-sepia: ;
47
+ --tw-drop-shadow: ;
48
+ --tw-backdrop-blur: ;
49
+ --tw-backdrop-brightness: ;
50
+ --tw-backdrop-contrast: ;
51
+ --tw-backdrop-grayscale: ;
52
+ --tw-backdrop-hue-rotate: ;
53
+ --tw-backdrop-invert: ;
54
+ --tw-backdrop-opacity: ;
55
+ --tw-backdrop-saturate: ;
56
+ --tw-backdrop-sepia: ;
57
+ --tw-contain-size: ;
58
+ --tw-contain-layout: ;
59
+ --tw-contain-paint: ;
60
+ --tw-contain-style: ;
61
+ }
62
+
63
+ ::backdrop {
64
+ --tw-border-spacing-x: 0;
65
+ --tw-border-spacing-y: 0;
66
+ --tw-translate-x: 0;
67
+ --tw-translate-y: 0;
68
+ --tw-rotate: 0;
69
+ --tw-skew-x: 0;
70
+ --tw-skew-y: 0;
71
+ --tw-scale-x: 1;
72
+ --tw-scale-y: 1;
73
+ --tw-pan-x: ;
74
+ --tw-pan-y: ;
75
+ --tw-pinch-zoom: ;
76
+ --tw-scroll-snap-strictness: proximity;
77
+ --tw-gradient-from-position: ;
78
+ --tw-gradient-via-position: ;
79
+ --tw-gradient-to-position: ;
80
+ --tw-ordinal: ;
81
+ --tw-slashed-zero: ;
82
+ --tw-numeric-figure: ;
83
+ --tw-numeric-spacing: ;
84
+ --tw-numeric-fraction: ;
85
+ --tw-ring-inset: ;
86
+ --tw-ring-offset-width: 0px;
87
+ --tw-ring-offset-color: #fff;
88
+ --tw-ring-color: rgb(59 130 246 / 0.5);
89
+ --tw-ring-offset-shadow: 0 0 #0000;
90
+ --tw-ring-shadow: 0 0 #0000;
91
+ --tw-shadow: 0 0 #0000;
92
+ --tw-shadow-colored: 0 0 #0000;
93
+ --tw-blur: ;
94
+ --tw-brightness: ;
95
+ --tw-contrast: ;
96
+ --tw-grayscale: ;
97
+ --tw-hue-rotate: ;
98
+ --tw-invert: ;
99
+ --tw-saturate: ;
100
+ --tw-sepia: ;
101
+ --tw-drop-shadow: ;
102
+ --tw-backdrop-blur: ;
103
+ --tw-backdrop-brightness: ;
104
+ --tw-backdrop-contrast: ;
105
+ --tw-backdrop-grayscale: ;
106
+ --tw-backdrop-hue-rotate: ;
107
+ --tw-backdrop-invert: ;
108
+ --tw-backdrop-opacity: ;
109
+ --tw-backdrop-saturate: ;
110
+ --tw-backdrop-sepia: ;
111
+ --tw-contain-size: ;
112
+ --tw-contain-layout: ;
113
+ --tw-contain-paint: ;
114
+ --tw-contain-style: ;
115
+ }
116
+
9
117
  /*
10
- ! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
118
+ ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
11
119
  */
12
120
 
13
121
  /*
@@ -649,114 +757,6 @@ select {
649
757
  outline: 1px auto -webkit-focus-ring-color;
650
758
  }
651
759
 
652
- *, ::before, ::after {
653
- --tw-border-spacing-x: 0;
654
- --tw-border-spacing-y: 0;
655
- --tw-translate-x: 0;
656
- --tw-translate-y: 0;
657
- --tw-rotate: 0;
658
- --tw-skew-x: 0;
659
- --tw-skew-y: 0;
660
- --tw-scale-x: 1;
661
- --tw-scale-y: 1;
662
- --tw-pan-x: ;
663
- --tw-pan-y: ;
664
- --tw-pinch-zoom: ;
665
- --tw-scroll-snap-strictness: proximity;
666
- --tw-gradient-from-position: ;
667
- --tw-gradient-via-position: ;
668
- --tw-gradient-to-position: ;
669
- --tw-ordinal: ;
670
- --tw-slashed-zero: ;
671
- --tw-numeric-figure: ;
672
- --tw-numeric-spacing: ;
673
- --tw-numeric-fraction: ;
674
- --tw-ring-inset: ;
675
- --tw-ring-offset-width: 0px;
676
- --tw-ring-offset-color: #fff;
677
- --tw-ring-color: rgb(59 130 246 / 0.5);
678
- --tw-ring-offset-shadow: 0 0 #0000;
679
- --tw-ring-shadow: 0 0 #0000;
680
- --tw-shadow: 0 0 #0000;
681
- --tw-shadow-colored: 0 0 #0000;
682
- --tw-blur: ;
683
- --tw-brightness: ;
684
- --tw-contrast: ;
685
- --tw-grayscale: ;
686
- --tw-hue-rotate: ;
687
- --tw-invert: ;
688
- --tw-saturate: ;
689
- --tw-sepia: ;
690
- --tw-drop-shadow: ;
691
- --tw-backdrop-blur: ;
692
- --tw-backdrop-brightness: ;
693
- --tw-backdrop-contrast: ;
694
- --tw-backdrop-grayscale: ;
695
- --tw-backdrop-hue-rotate: ;
696
- --tw-backdrop-invert: ;
697
- --tw-backdrop-opacity: ;
698
- --tw-backdrop-saturate: ;
699
- --tw-backdrop-sepia: ;
700
- --tw-contain-size: ;
701
- --tw-contain-layout: ;
702
- --tw-contain-paint: ;
703
- --tw-contain-style: ;
704
- }
705
-
706
- ::backdrop {
707
- --tw-border-spacing-x: 0;
708
- --tw-border-spacing-y: 0;
709
- --tw-translate-x: 0;
710
- --tw-translate-y: 0;
711
- --tw-rotate: 0;
712
- --tw-skew-x: 0;
713
- --tw-skew-y: 0;
714
- --tw-scale-x: 1;
715
- --tw-scale-y: 1;
716
- --tw-pan-x: ;
717
- --tw-pan-y: ;
718
- --tw-pinch-zoom: ;
719
- --tw-scroll-snap-strictness: proximity;
720
- --tw-gradient-from-position: ;
721
- --tw-gradient-via-position: ;
722
- --tw-gradient-to-position: ;
723
- --tw-ordinal: ;
724
- --tw-slashed-zero: ;
725
- --tw-numeric-figure: ;
726
- --tw-numeric-spacing: ;
727
- --tw-numeric-fraction: ;
728
- --tw-ring-inset: ;
729
- --tw-ring-offset-width: 0px;
730
- --tw-ring-offset-color: #fff;
731
- --tw-ring-color: rgb(59 130 246 / 0.5);
732
- --tw-ring-offset-shadow: 0 0 #0000;
733
- --tw-ring-shadow: 0 0 #0000;
734
- --tw-shadow: 0 0 #0000;
735
- --tw-shadow-colored: 0 0 #0000;
736
- --tw-blur: ;
737
- --tw-brightness: ;
738
- --tw-contrast: ;
739
- --tw-grayscale: ;
740
- --tw-hue-rotate: ;
741
- --tw-invert: ;
742
- --tw-saturate: ;
743
- --tw-sepia: ;
744
- --tw-drop-shadow: ;
745
- --tw-backdrop-blur: ;
746
- --tw-backdrop-brightness: ;
747
- --tw-backdrop-contrast: ;
748
- --tw-backdrop-grayscale: ;
749
- --tw-backdrop-hue-rotate: ;
750
- --tw-backdrop-invert: ;
751
- --tw-backdrop-opacity: ;
752
- --tw-backdrop-saturate: ;
753
- --tw-backdrop-sepia: ;
754
- --tw-contain-size: ;
755
- --tw-contain-layout: ;
756
- --tw-contain-paint: ;
757
- --tw-contain-style: ;
758
- }
759
-
760
760
  .prose {
761
761
  color: var(--tw-prose-body);
762
762
  max-width: 65ch;
@@ -1057,7 +1057,6 @@ select {
1057
1057
  .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1058
1058
  width: 100%;
1059
1059
  table-layout: auto;
1060
- text-align: start;
1061
1060
  margin-top: 2em;
1062
1061
  margin-bottom: 2em;
1063
1062
  font-size: 0.875em;
@@ -1100,6 +1099,10 @@ select {
1100
1099
  vertical-align: top;
1101
1100
  }
1102
1101
 
1102
+ .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1103
+ text-align: start;
1104
+ }
1105
+
1103
1106
  .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
1104
1107
  margin-top: 0;
1105
1108
  margin-bottom: 0;