@pd4castr/cli 1.5.0 → 1.6.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -103,7 +103,8 @@ var projectConfigSchema = z.object({
103
103
  timeHorizon: z.enum([
104
104
  "day_ahead",
105
105
  "week_ahead",
106
- "quarterly"
106
+ "quarterly",
107
+ "historical"
107
108
  ]),
108
109
  displayTimezone: z.string().refine(isIanaTimeZone, "invalid IANA time zone").optional().default("Australia/Brisbane"),
109
110
  metadata: z.record(z.string(), z.any()).optional(),
@@ -1691,7 +1692,7 @@ import { Command } from "commander";
1691
1692
  // package.json
1692
1693
  var package_default = {
1693
1694
  name: "@pd4castr/cli",
1694
- version: "1.5.0",
1695
+ version: "1.6.0",
1695
1696
  description: "CLI tool for creating, testing, and publishing pd4castr models",
1696
1697
  license: "UNLICENSED",
1697
1698
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pd4castr/cli",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "CLI tool for creating, testing, and publishing pd4castr models",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",