@curi/core
Advanced tools
Comparing version 1.0.0-beta.32 to 1.0.0-beta.33
@@ -0,1 +1,5 @@ | ||
## 1.0.0-beta.33 | ||
* Export `Resolved` type | ||
## 1.0.0-beta.32 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@curi/core", | ||
"version": "1.0.0-beta.32", | ||
"version": "1.0.0-beta.33", | ||
"description": "A JavaScript router that doesn't care how you render", | ||
@@ -5,0 +5,0 @@ "main": "dist/curi-core.common.js", |
export { RegisterInteraction, GetInteraction, Interaction, Interactions } from "./interaction"; | ||
export { Route, RouteDescriptor, ParamParser, ParamParsers, ResponseBuilder, EveryMatchFn, InitialMatchFn, OnFns } from "./route"; | ||
export { Response, RawParams, Params, MatchResponseProperties, SettableResponseProperties } from "./response"; | ||
export { Response, RawParams, Params, Resolved, MatchResponseProperties, SettableResponseProperties } from "./response"; | ||
export { CuriRouter, RouterOptions, Observer, Emitted, RemoveObserver, SideEffect, Navigation } from "./curi"; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
92031
0