@pd4castr/cli 1.4.0 → 1.4.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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -101,7 +101,6 @@ var projectConfigSchema = z.object({
101
101
  "price"
102
102
  ]),
103
103
  timeHorizon: z.enum([
104
- "actual",
105
104
  "day_ahead",
106
105
  "week_ahead",
107
106
  "quarterly"
@@ -1690,7 +1689,7 @@ import { Command } from "commander";
1690
1689
  // package.json
1691
1690
  var package_default = {
1692
1691
  name: "@pd4castr/cli",
1693
- version: "1.4.0",
1692
+ version: "1.4.1",
1694
1693
  description: "CLI tool for creating, testing, and publishing pd4castr models",
1695
1694
  license: "UNLICENSED",
1696
1695
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pd4castr/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "CLI tool for creating, testing, and publishing pd4castr models",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",