elm-pages 3.0.10 → 3.0.11

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 CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  - [elm-pages Docs Site](https://elm-pages.com/docs)
13
13
  - [elm-pages site showcase](https://elm-pages.com/showcase/)
14
- - [elm-pages Elm API Docs](https://package.elm-lang.org/packages/dillonkearns/elm-pages/10.0.2/)
14
+ - [elm-pages Elm API Docs](https://package.elm-lang.org/packages/dillonkearns/elm-pages/10.0.3/)
15
15
  - [Quick start repo](https://github.com/dillonkearns/elm-pages-starter) [(live site hosted here)](https://elm-pages-starter.netlify.com)
16
16
  - [Introducing `elm-pages` blog post](https://elm-pages.com/blog/introducing-elm-pages)
17
17
  - [`examples` folder](https://github.com/dillonkearns/elm-pages/blob/master/examples/) (includes https://elm-pages.com site source) Use `git clone --recurse-submodules https://github.com/dillonkearns/elm-pages.git` so that there aren't missing files when you try to build the examples.
@@ -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: 2429467751, fuzzRuns: 100, filter: null };
78
+ const flags = { initialSeed: 2741117595, 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
@@ -82,7 +82,7 @@ const verbosity = 0;
82
82
  // Create a long lived reporter worker
83
83
  const { Elm } = require("./Reporter.elm.js");
84
84
  const flags = {
85
- initialSeed: 2429467751,
85
+ initialSeed: 2741117595,
86
86
  fuzzRuns: 100,
87
87
  mode: "consoleNoColor",
88
88
  verbosity: verbosity,
@@ -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: 4173409726, fuzzRuns: 100, filter: null };
78
+ const flags = { initialSeed: 47297520, 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
@@ -82,7 +82,7 @@ const verbosity = 0;
82
82
  // Create a long lived reporter worker
83
83
  const { Elm } = require("./Reporter.elm.js");
84
84
  const flags = {
85
- initialSeed: 4173409726,
85
+ initialSeed: 47297520,
86
86
  fuzzRuns: 100,
87
87
  mode: "consoleNoColor",
88
88
  verbosity: verbosity,
@@ -1,3 +1,3 @@
1
1
  export const compatibilityKey = 21;
2
2
 
3
- export const packageVersion = "3.0.10";
3
+ export const packageVersion = "3.0.11";
@@ -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": "1.0.1",
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.1",
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": "3.0.0",
35
- "miniBill/elm-codec": "2.0.0",
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.3.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.3",
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.9",
56
+ "stil4m/elm-syntax": "7.3.2",
57
57
  "stil4m/structured-writer": "1.0.3",
58
- "the-sett/elm-pretty-printer": "3.0.0"
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.10",
4
+ "version": "3.0.11",
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.",