@cenk1cenk2/md-printer 2.2.64 → 2.2.65
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/commands/index.js
CHANGED
package/dist/constants/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var TemplateFiles;
|
|
|
33
33
|
TemplateFiles2["SETTINGS"] = "settings.json";
|
|
34
34
|
})(TemplateFiles || (TemplateFiles = {}));
|
|
35
35
|
var RequiredTemplateFiles = [
|
|
36
|
-
|
|
36
|
+
"settings.json"
|
|
37
37
|
];
|
|
38
38
|
var TEMPLATE_DIRECTORY = "templates";
|
|
39
39
|
// Annotate the CommonJS export names for ESM import in node:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cenk1cenk2/md-printer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.65",
|
|
4
4
|
"description": "A markdown printer.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": "https://gitlab.kilic.dev/utils/md-printer",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@cenk1cenk2/oclif-common": "^5.0.8",
|
|
71
71
|
"@oclif/core": "^2.15.0",
|
|
72
|
-
"@oclif/plugin-help": "^5.2.
|
|
72
|
+
"@oclif/plugin-help": "^5.2.20",
|
|
73
73
|
"chokidar": "^3.5.3",
|
|
74
74
|
"class-transformer": "^0.5.1",
|
|
75
75
|
"class-validator": "^0.14.0",
|
|
@@ -85,19 +85,19 @@
|
|
|
85
85
|
"yaml": "^2.3.2"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@cenk1cenk2/cz-cc": "^1.
|
|
89
|
-
"@cenk1cenk2/eslint-config": "^2.7.
|
|
90
|
-
"@swc/core": "^1.3.
|
|
88
|
+
"@cenk1cenk2/cz-cc": "^1.7.1",
|
|
89
|
+
"@cenk1cenk2/eslint-config": "^2.7.21",
|
|
90
|
+
"@swc/core": "^1.3.90",
|
|
91
91
|
"@tailwindcss/forms": "^0.5.6",
|
|
92
92
|
"@tailwindcss/typography": "^0.5.10",
|
|
93
93
|
"@types/config": "^3.3.1",
|
|
94
|
-
"@types/fs-extra": "^11.0.
|
|
95
|
-
"@types/node": "^18.17.
|
|
96
|
-
"@types/nunjucks": "^3.2.
|
|
97
|
-
"eslint": "^8.
|
|
94
|
+
"@types/fs-extra": "^11.0.2",
|
|
95
|
+
"@types/node": "^18.17.19",
|
|
96
|
+
"@types/nunjucks": "^3.2.4",
|
|
97
|
+
"eslint": "^8.50.0",
|
|
98
98
|
"lint-staged": "^14.0.1",
|
|
99
|
-
"oclif": "^3.
|
|
100
|
-
"postcss": "^8.4.
|
|
99
|
+
"oclif": "^3.17.2",
|
|
100
|
+
"postcss": "^8.4.31",
|
|
101
101
|
"prettier": "^3.0.3",
|
|
102
102
|
"simple-git-hooks": "^2.9.0",
|
|
103
103
|
"source-map-support": "^0.5.21",
|