@cenk1cenk2/md-printer 2.5.6 → 2.5.8
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,7 +1,3 @@
|
|
|
1
1
|
import { updateNotifierHook } from "@cenk1cenk2/oclif-common";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
var update_notifier_hook_default = updateNotifierHook;
|
|
5
|
-
|
|
6
|
-
//#endregion
|
|
7
|
-
export { update_notifier_hook_default as default };
|
|
3
|
+
export { updateNotifierHook as default };
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cenk1cenk2/md-printer",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.8",
|
|
4
4
|
"description": "A markdown printer.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"cenk1cenk2"
|
|
71
71
|
],
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@cenk1cenk2/oclif-common": "^6.4.
|
|
74
|
-
"@listr2/manager": "^3.0.
|
|
73
|
+
"@cenk1cenk2/oclif-common": "^6.4.10",
|
|
74
|
+
"@listr2/manager": "^3.0.2",
|
|
75
75
|
"@oclif/core": "^4.5.2",
|
|
76
76
|
"@oclif/plugin-help": "^6.2.32",
|
|
77
77
|
"@tailwindcss/forms": "^0.5.10",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"chokidar": "^4.0.3",
|
|
81
81
|
"fs-extra": "^11.3.1",
|
|
82
82
|
"gray-matter": "^4.0.3",
|
|
83
|
-
"listr2": "^9.0.
|
|
83
|
+
"listr2": "^9.0.2",
|
|
84
84
|
"md-to-pdf": "^5.2.4",
|
|
85
85
|
"nunjucks": "^3.2.4",
|
|
86
86
|
"postcss": "^8.5.6",
|
|
@@ -89,18 +89,18 @@
|
|
|
89
89
|
"tailwindcss": "^4.1.12"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@cenk1cenk2/cz-cc": "^2.1.
|
|
92
|
+
"@cenk1cenk2/cz-cc": "^2.1.3",
|
|
93
93
|
"@cenk1cenk2/eslint-config": "^3.1.61",
|
|
94
94
|
"@types/config": "^3.3.5",
|
|
95
95
|
"@types/fs-extra": "^11.0.4",
|
|
96
|
-
"@types/node": "^24.
|
|
96
|
+
"@types/node": "^24.3.0",
|
|
97
97
|
"@types/nunjucks": "^3.2.6",
|
|
98
98
|
"@types/showdown": "^2.0.6",
|
|
99
99
|
"eslint": "^9.33.0",
|
|
100
100
|
"execa": "^9.6.0",
|
|
101
101
|
"globby": "^14.1.0",
|
|
102
102
|
"lint-staged": "^16.1.5",
|
|
103
|
-
"oclif": "^4.22.
|
|
103
|
+
"oclif": "^4.22.12",
|
|
104
104
|
"prettier": "^3.6.2",
|
|
105
105
|
"simple-git-hooks": "^2.13.1",
|
|
106
106
|
"theme-colors": "^0.1.0",
|