@pdfme/cli 6.0.0 → 6.0.3-dev.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2246,7 +2246,7 @@ var pdf2size_default = defineCommand({
|
|
|
2246
2246
|
});
|
|
2247
2247
|
//#endregion
|
|
2248
2248
|
//#region src/version.ts
|
|
2249
|
-
var CLI_VERSION = "6.0.0";
|
|
2249
|
+
var CLI_VERSION = "6.0.3-dev.0";
|
|
2250
2250
|
//#endregion
|
|
2251
2251
|
//#region src/example-templates.ts
|
|
2252
2252
|
function getExamplesBaseUrl() {
|