elm-pages 3.0.23 → 3.0.24

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.
@@ -1,3 +1,3 @@
1
1
  export const compatibilityKey = 22;
2
2
 
3
- export const packageVersion = "3.0.23";
3
+ export const packageVersion = "3.0.24";
@@ -155,7 +155,7 @@ function runGeneratorAppHelp(
155
155
  flags: {
156
156
  compatibilityKey,
157
157
  argv: ["", `elm-pages run ${scriptModuleName}`, ...cliOptions],
158
- versionMessage,
158
+ versionMessage: versionMessage || "",
159
159
  },
160
160
  });
161
161
 
@@ -9,7 +9,7 @@
9
9
  "devDependencies": {
10
10
  "elm-codegen": "^0.6.1",
11
11
  "elm-optimize-level-2": "^0.3.5",
12
- "elm-pages": "3.0.23",
12
+ "elm-pages": "3.0.24",
13
13
  "elm-review": "^2.12.0",
14
14
  "elm-tooling": "^1.15.1",
15
15
  "lamdera": "^0.19.1-1.3.2",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elm-pages",
3
3
  "type": "module",
4
- "version": "3.0.23",
4
+ "version": "3.0.24",
5
5
  "homepage": "https://elm-pages.com",
6
6
  "moduleResolution": "node",
7
7
  "description": "Hybrid Elm framework with full-stack and static routes.",