elm-pages 3.0.10 → 3.0.12
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 +1 -1
- package/codegen/elm-pages-codegen.cjs +346 -728
- package/generator/dead-code-review/elm-stuff/tests-0.19.1/elm-stuff/0.19.1/d.dat +0 -0
- package/generator/dead-code-review/elm-stuff/tests-0.19.1/js/node_runner.js +1 -1
- package/generator/dead-code-review/elm-stuff/tests-0.19.1/js/node_supervisor.js +1 -1
- package/generator/review/elm-stuff/tests-0.19.1/elm-stuff/0.19.1/d.dat +0 -0
- package/generator/review/elm-stuff/tests-0.19.1/js/node_runner.js +1 -1
- package/generator/review/elm-stuff/tests-0.19.1/js/node_supervisor.js +1 -1
- package/generator/src/compatibility-key.js +1 -1
- package/generator/template/elm.json +9 -9
- package/package.json +2 -2
|
Binary file
|
|
@@ -75,7 +75,7 @@ console.elmlog = (str) => logs.push(str + "\n");
|
|
|
75
75
|
const { Elm } = require("./Runner.elm.js");
|
|
76
76
|
|
|
77
77
|
// Start the Elm app
|
|
78
|
-
const flags = { initialSeed:
|
|
78
|
+
const flags = { initialSeed: 3208579923, fuzzRuns: 100, filter: null };
|
|
79
79
|
const app = Elm.Runner.init({ flags: flags });
|
|
80
80
|
|
|
81
81
|
// Record the timing at which we received the last "runTest" message
|
|
Binary file
|
|
@@ -75,7 +75,7 @@ console.elmlog = (str) => logs.push(str + "\n");
|
|
|
75
75
|
const { Elm } = require("./Runner.elm.js");
|
|
76
76
|
|
|
77
77
|
// Start the Elm app
|
|
78
|
-
const flags = { initialSeed:
|
|
78
|
+
const flags = { initialSeed: 343814293, fuzzRuns: 100, filter: null };
|
|
79
79
|
const app = Elm.Runner.init({ flags: flags });
|
|
80
80
|
|
|
81
81
|
// Record the timing at which we received the last "runTest" message
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"avh4/elm-color": "1.0.0",
|
|
12
12
|
"danfishgold/base64-bytes": "1.1.0",
|
|
13
13
|
"danyx23/elm-mimetype": "4.0.1",
|
|
14
|
-
"dillonkearns/elm-bcp47-language-tag": "
|
|
14
|
+
"dillonkearns/elm-bcp47-language-tag": "2.0.0",
|
|
15
15
|
"dillonkearns/elm-form": "3.0.0",
|
|
16
16
|
"dillonkearns/elm-markdown": "7.0.1",
|
|
17
|
-
"dillonkearns/elm-pages": "10.0.
|
|
17
|
+
"dillonkearns/elm-pages": "10.0.3",
|
|
18
18
|
"elm/browser": "1.0.2",
|
|
19
19
|
"elm/bytes": "1.0.8",
|
|
20
20
|
"elm/core": "1.0.5",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"elm-community/result-extra": "2.4.0",
|
|
32
32
|
"jluckyiv/elm-utc-date-strings": "1.0.0",
|
|
33
33
|
"justinmimbs/date": "4.0.1",
|
|
34
|
-
"mdgriffith/elm-codegen": "
|
|
35
|
-
"miniBill/elm-codec": "2.
|
|
34
|
+
"mdgriffith/elm-codegen": "4.1.1",
|
|
35
|
+
"miniBill/elm-codec": "2.1.0",
|
|
36
36
|
"noahzgordon/elm-color-extra": "1.0.2",
|
|
37
37
|
"robinheghan/fnv1a": "1.0.0",
|
|
38
38
|
"rtfeldman/elm-css": "18.0.0",
|
|
39
39
|
"the-sett/elm-syntax-dsl": "6.0.2",
|
|
40
|
-
"turboMaCk/non-empty-list-alias": "1.
|
|
40
|
+
"turboMaCk/non-empty-list-alias": "1.4.0",
|
|
41
41
|
"vito/elm-ansi": "10.0.1"
|
|
42
42
|
},
|
|
43
43
|
"indirect": {
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"elm-community/basics-extra": "4.1.0",
|
|
50
50
|
"elm-community/maybe-extra": "5.3.0",
|
|
51
51
|
"fredcy/elm-parseint": "2.0.1",
|
|
52
|
-
"miniBill/elm-unicode": "1.0
|
|
52
|
+
"miniBill/elm-unicode": "1.1.0",
|
|
53
53
|
"robinheghan/murmur3": "1.0.0",
|
|
54
54
|
"rtfeldman/elm-hex": "1.0.0",
|
|
55
55
|
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
|
|
56
|
-
"stil4m/elm-syntax": "7.2
|
|
56
|
+
"stil4m/elm-syntax": "7.3.2",
|
|
57
57
|
"stil4m/structured-writer": "1.0.3",
|
|
58
|
-
"the-sett/elm-pretty-printer": "3.
|
|
58
|
+
"the-sett/elm-pretty-printer": "3.1.0"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"test-dependencies": {
|
|
62
62
|
"direct": {},
|
|
63
63
|
"indirect": {}
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elm-pages",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.12",
|
|
5
5
|
"homepage": "https://elm-pages.com",
|
|
6
6
|
"moduleResolution": "node",
|
|
7
7
|
"description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@types/node": "^20.10.7",
|
|
57
57
|
"@types/serve-static": "^1.15.5",
|
|
58
58
|
"cypress": "^13.6.2",
|
|
59
|
-
"elm-codegen": "
|
|
59
|
+
"elm-codegen": "0.3.0",
|
|
60
60
|
"elm-optimize-level-2": "^0.3.5",
|
|
61
61
|
"elm-review": "^2.10.3",
|
|
62
62
|
"elm-test": "^0.19.1-revision12",
|