@pd4castr/cli 1.8.0 → 1.8.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.8.0",
1695
+ version: "1.8.1",
1696
1696
  description: "CLI tool for creating, testing, and publishing pd4castr models",
1697
1697
  license: "UNLICENSED",
1698
1698
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pd4castr/cli",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "CLI tool for creating, testing, and publishing pd4castr models",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",