@pd4castr/cli 0.0.13 → 0.0.14
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1399,7 +1399,7 @@ import { Command } from "commander";
|
|
|
1399
1399
|
// package.json
|
|
1400
1400
|
var package_default = {
|
|
1401
1401
|
name: "@pd4castr/cli",
|
|
1402
|
-
version: "0.0.
|
|
1402
|
+
version: "0.0.14",
|
|
1403
1403
|
description: "CLI tool for creating, testing, and publishing pd4castr models",
|
|
1404
1404
|
main: "dist/index.js",
|
|
1405
1405
|
type: "module",
|