@cenk1cenk2/md-printer 2.2.43 → 2.2.44

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.
@@ -68,7 +68,7 @@ var OUTPUT_FILE_ACCEPTED_TYPES = [
68
68
  ];
69
69
 
70
70
  // src/commands/index.ts
71
- var MDPrinter = class extends import_oclif_common.Command {
71
+ var _MDPrinter = class _MDPrinter extends import_oclif_common.Command {
72
72
  constructor() {
73
73
  super(...arguments);
74
74
  __publicField(this, "nunjucks", import_nunjucks.default.configure({
@@ -199,9 +199,9 @@ var MDPrinter = class extends import_oclif_common.Command {
199
199
  }
200
200
  }
201
201
  };
202
- __name(MDPrinter, "MDPrinter");
203
- __publicField(MDPrinter, "description", "Generates a PDF from the given markdown file with the selected HTML template.");
204
- __publicField(MDPrinter, "flags", {
202
+ __name(_MDPrinter, "MDPrinter");
203
+ __publicField(_MDPrinter, "description", "Generates a PDF from the given markdown file with the selected HTML template.");
204
+ __publicField(_MDPrinter, "flags", {
205
205
  template: import_oclif_common.Flags.string({
206
206
  char: "t",
207
207
  default: "default",
@@ -220,7 +220,7 @@ __publicField(MDPrinter, "flags", {
220
220
  description: "Run with Chrome browser instead of publishing the file."
221
221
  })
222
222
  });
223
- __publicField(MDPrinter, "args", {
223
+ __publicField(_MDPrinter, "args", {
224
224
  file: import_oclif_common.Args.string({
225
225
  description: "Markdown file to be processed.",
226
226
  required: true
@@ -230,3 +230,4 @@ __publicField(MDPrinter, "args", {
230
230
  required: false
231
231
  })
232
232
  });
233
+ var MDPrinter = _MDPrinter;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.2.42",
2
+ "version": "2.2.43",
3
3
  "commands": {
4
4
  ".": {
5
5
  "id": ".",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.2.43",
3
+ "version": "2.2.44",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://gitlab.kilic.dev/utils/md-printer",
@@ -67,7 +67,7 @@
67
67
  "cenk1cenk2"
68
68
  ],
69
69
  "dependencies": {
70
- "@cenk1cenk2/oclif-common": "^5.0.7",
70
+ "@cenk1cenk2/oclif-common": "^5.0.8",
71
71
  "@oclif/core": "^2.8.11",
72
72
  "@oclif/plugin-help": "^5.2.11",
73
73
  "chokidar": "^3.5.3",
@@ -86,18 +86,18 @@
86
86
  },
87
87
  "devDependencies": {
88
88
  "@cenk1cenk2/cz-cc": "^1.6.6",
89
- "@cenk1cenk2/eslint-config": "^2.7.9",
90
- "@swc/core": "^1.3.67",
89
+ "@cenk1cenk2/eslint-config": "^2.7.10",
90
+ "@swc/core": "^1.3.68",
91
91
  "@tailwindcss/forms": "^0.5.3",
92
92
  "@tailwindcss/typography": "^0.5.9",
93
93
  "@types/config": "^3.3.0",
94
94
  "@types/fs-extra": "^11.0.1",
95
- "@types/node": "^18.16.18",
95
+ "@types/node": "^18.16.19",
96
96
  "@types/nunjucks": "^3.2.3",
97
- "eslint": "^8.43.0",
98
- "lint-staged": "^13.2.2",
97
+ "eslint": "^8.44.0",
98
+ "lint-staged": "^13.2.3",
99
99
  "oclif": "^3.9.1",
100
- "postcss": "^8.4.24",
100
+ "postcss": "^8.4.25",
101
101
  "prettier": "^2.8.8",
102
102
  "simple-git-hooks": "^2.8.1",
103
103
  "source-map-support": "^0.5.21",
@@ -106,7 +106,7 @@
106
106
  "ts-node": "^10.9.1",
107
107
  "tsconfig-paths": "^4.2.0",
108
108
  "tsconfig-replace-paths": "^0.0.14",
109
- "tsup": "^6.7.0",
109
+ "tsup": "^7.1.0",
110
110
  "typescript": "^5.1.6"
111
111
  },
112
112
  "config": {