Comparing version 6.0.9--beta to 6.0.10--beta
@@ -85,28 +85,40 @@ "use strict"; | ||
{ static : | ||
{ view : User -> View msg | ||
} | ||
(User | ||
-> | ||
{ view : View msg | ||
} | ||
) | ||
-> With () msg | ||
, sandbox : | ||
{ init : User -> model | ||
, update : User -> msg -> model -> model | ||
, view : User -> model -> View msg | ||
} | ||
(User | ||
-> | ||
{ init : model | ||
, update : msg -> model -> model | ||
, view : model -> View msg | ||
} | ||
) | ||
-> With model msg | ||
, element : | ||
{ init : User -> ( model, Cmd msg ) | ||
, update : User -> msg -> model -> ( model, Cmd msg ) | ||
, view : User -> model -> View msg | ||
, subscriptions : User -> model -> Sub msg | ||
} | ||
(User | ||
-> | ||
{ init : ( model, Cmd msg ) | ||
, update : msg -> model -> ( model, Cmd msg ) | ||
, view : model -> View msg | ||
, subscriptions : model -> Sub msg | ||
} | ||
) | ||
-> With model msg | ||
, advanced : | ||
{ init : User -> ( model, Effect msg ) | ||
, update : User -> msg -> model -> ( model, Effect msg ) | ||
, view : User -> model -> View msg | ||
, subscriptions : User -> model -> Sub msg | ||
} | ||
(User | ||
-> | ||
{ init : ( model, Effect msg ) | ||
, update : msg -> model -> ( model, Effect msg ) | ||
, view : model -> View msg | ||
, subscriptions : model -> Sub msg | ||
} | ||
) | ||
-> With model msg | ||
} | ||
protected = | ||
ElmSpa.protected2 | ||
ElmSpa.protected3 | ||
{ effectNone = Effect.none | ||
@@ -113,0 +125,0 @@ , fromCmd = Effect.fromCmd |
{ | ||
"name": "elm-spa", | ||
"version": "6.0.9--beta", | ||
"version": "6.0.10--beta", | ||
"description": "single page apps made easy", | ||
@@ -5,0 +5,0 @@ "bin": "dist/src/index.js", |
@@ -16,3 +16,3 @@ { | ||
"elm/url": "1.0.0", | ||
"ryannhg/elm-spa": "5.2.0" | ||
"ryannhg/elm-spa": "5.3.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "indirect": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71263
1264
41