@leavittsoftware/web 10.2.1 → 11.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/web",
3
- "version": "10.2.1",
3
+ "version": "11.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -42,5 +42,5 @@
42
42
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
43
43
  },
44
44
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
45
- "gitHead": "3162a6324c1b3e2b860c779defcd5dec6655cbff"
45
+ "gitHead": "abf740bb9b6af54c362dfca332c4cf5c6f184d63"
46
46
  }
@@ -1,4 +1,7 @@
1
- /** Return value that stops the routing pipeline (skip remaining matches and the page render). */
1
+ /**
2
+ * Return value that stops the routing pipeline (skip remaining matches and the page render).
3
+ * Prefer this constant over the `'halt'` string when writing `before` handlers.
4
+ */
2
5
  export declare const ROUTE_HALT: "halt";
3
6
  /** Return `ROUTE_HALT` / `'halt'` to stop the pipeline. Returning nothing continues. */
4
7
  export type RouteHandlerResult = typeof ROUTE_HALT | void;
@@ -1,3 +1,6 @@
1
- /** Return value that stops the routing pipeline (skip remaining matches and the page render). */
1
+ /**
2
+ * Return value that stops the routing pipeline (skip remaining matches and the page render).
3
+ * Prefer this constant over the `'halt'` string when writing `before` handlers.
4
+ */
2
5
  export const ROUTE_HALT = 'halt';
3
6
  //# sourceMappingURL=route.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"route.js","sourceRoot":"","sources":["route.ts"],"names":[],"mappings":"AAAA,iGAAiG;AACjG,MAAM,CAAC,MAAM,UAAU,GAAG,MAAe,CAAC"}
1
+ {"version":3,"file":"route.js","sourceRoot":"","sources":["route.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,MAAe,CAAC"}