@plurid/plurid-data 0.0.0-10 → 0.0.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.
@@ -68,7 +68,7 @@ export interface PluridApplication<C> {
68
68
  * Replace the internal plurid plane with a custom implementation.
69
69
  */
70
70
  customPlane?: C;
71
- matchedRoute: IsoMatcherRouteResult<C>;
71
+ matchedRoute?: IsoMatcherRouteResult<C>;
72
72
  }
73
73
  export declare type PluridApplicationView = (string | PluridView)[];
74
74
  export interface LocalStorageUsage {
@@ -1,5 +1,6 @@
1
1
  import { PluridPlaneContext } from "../../external/plane";
2
2
  import { PluridPlanesRegistrar } from "../../external/registrar";
3
+ import { IsoMatcherRouteResult } from "../../external/routing";
3
4
  import { PluridPubSub } from "../../external/pubsub";
4
5
  export interface PluridContext<C> {
5
6
  planesRegistrar?: PluridPlanesRegistrar<C>;
@@ -8,5 +9,6 @@ export interface PluridContext<C> {
8
9
  customPlane?: C;
9
10
  planeNotFound?: boolean | C;
10
11
  planeRenderError?: boolean | C;
12
+ matchedRoute?: IsoMatcherRouteResult<C> | undefined;
11
13
  registerPubSub: (pubsub: PluridPubSub) => void;
12
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurid/plurid-data",
3
- "version": "0.0.0-10",
3
+ "version": "0.0.0-11",
4
4
  "description": "Plurid Constants, Interfaces, Enumerations",
5
5
  "keywords": [
6
6
  "plurid",