@json-to-office/jto 0.14.0 → 0.15.0
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/cli.js +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -3463,7 +3463,7 @@ ${chalk.cyan("Health:")} ${url}/health
|
|
|
3463
3463
|
}
|
|
3464
3464
|
|
|
3465
3465
|
// src/cli.ts
|
|
3466
|
-
var PACKAGE_VERSION = true ? "0.
|
|
3466
|
+
var PACKAGE_VERSION = true ? "0.15.0" : "dev-mode";
|
|
3467
3467
|
var program = new Command2();
|
|
3468
3468
|
program.name("jto").description("JSON to Office CLI - Generate .docx and .pptx from JSON").version(PACKAGE_VERSION);
|
|
3469
3469
|
registerCoreCommands(program, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@json-to-office/jto",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "JSON to Office CLI - Unified document and presentation generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"vite": "6.0.5",
|
|
88
88
|
"zod": "^4.0.0",
|
|
89
89
|
"zustand": "5.0.2",
|
|
90
|
-
"@json-to-office/core-docx": "^0.
|
|
90
|
+
"@json-to-office/core-docx": "^0.15.0",
|
|
91
91
|
"@json-to-office/core-pptx": "^0.13.0",
|
|
92
|
-
"@json-to-office/jto-cli": "^0.
|
|
92
|
+
"@json-to-office/jto-cli": "^0.15.0",
|
|
93
93
|
"@json-to-office/shared": "^0.13.2",
|
|
94
94
|
"@json-to-office/shared-docx": "^0.14.0",
|
|
95
95
|
"@json-to-office/shared-pptx": "^0.13.0"
|