@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 CHANGED
@@ -38,4 +38,4 @@ pd4castr publish
38
38
 
39
39
  ## Contributing
40
40
 
41
- For development docs, check [CONTRIBUTING.MD](./CONTRIBUTING.md)
41
+ [Click here](./CONTRIBUTING.md) for development docs.
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.13",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pd4castr/cli",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "CLI tool for creating, testing, and publishing pd4castr models",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",