@json-to-office/jto 0.8.1 → 0.8.2
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
|
@@ -5885,7 +5885,7 @@ ${chalk8.cyan("Health:")} ${url}/health
|
|
|
5885
5885
|
}
|
|
5886
5886
|
|
|
5887
5887
|
// src/cli.ts
|
|
5888
|
-
var PACKAGE_VERSION = true ? "0.8.
|
|
5888
|
+
var PACKAGE_VERSION = true ? "0.8.2" : "dev-mode";
|
|
5889
5889
|
function registerFormatCommands(parent, adapter) {
|
|
5890
5890
|
parent.addCommand(createGenerateCommand(adapter));
|
|
5891
5891
|
parent.addCommand(createValidateCommand(adapter));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@json-to-office/jto",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "JSON to Office CLI - Unified document and presentation generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"@json-to-office/core-docx": "^0.8.0",
|
|
90
90
|
"@json-to-office/core-pptx": "^0.8.0",
|
|
91
91
|
"@json-to-office/shared": "^0.8.0",
|
|
92
|
-
"@json-to-office/shared-
|
|
93
|
-
"@json-to-office/shared-
|
|
92
|
+
"@json-to-office/shared-pptx": "^0.8.0",
|
|
93
|
+
"@json-to-office/shared-docx": "^0.8.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@types/lodash.debounce": "4.0.9",
|