@pd4castr/cli 1.6.0 → 1.8.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
|
@@ -1692,7 +1692,7 @@ import { Command } from "commander";
|
|
|
1692
1692
|
// package.json
|
|
1693
1693
|
var package_default = {
|
|
1694
1694
|
name: "@pd4castr/cli",
|
|
1695
|
-
version: "1.
|
|
1695
|
+
version: "1.8.0",
|
|
1696
1696
|
description: "CLI tool for creating, testing, and publishing pd4castr models",
|
|
1697
1697
|
license: "UNLICENSED",
|
|
1698
1698
|
main: "dist/index.js",
|