@vived/host 5.5.0 → 5.7.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/dist/cjs/BoundaryLog/Adapters/boundaryLogAdapter.js +24 -0
- package/dist/cjs/BoundaryLog/Adapters/boundaryLogAdapter.js.map +1 -0
- package/dist/cjs/BoundaryLog/Adapters/index.js +18 -0
- package/dist/cjs/BoundaryLog/Adapters/index.js.map +1 -0
- package/dist/cjs/BoundaryLog/Controllers/clearBoundaryLog.js +15 -0
- package/dist/cjs/BoundaryLog/Controllers/clearBoundaryLog.js.map +1 -0
- package/dist/cjs/BoundaryLog/Controllers/index.js +18 -0
- package/dist/cjs/BoundaryLog/Controllers/index.js.map +1 -0
- package/dist/cjs/BoundaryLog/Entities/BoundaryLogEntity.js +45 -0
- package/dist/cjs/BoundaryLog/Entities/BoundaryLogEntity.js.map +1 -0
- package/dist/cjs/BoundaryLog/Entities/index.js +19 -0
- package/dist/cjs/BoundaryLog/Entities/index.js.map +1 -0
- package/dist/cjs/BoundaryLog/Entities/snapshotPayload.js +62 -0
- package/dist/cjs/BoundaryLog/Entities/snapshotPayload.js.map +1 -0
- package/dist/cjs/BoundaryLog/Factories/BoundaryLogFactory.js +62 -0
- package/dist/cjs/BoundaryLog/Factories/BoundaryLogFactory.js.map +1 -0
- package/dist/cjs/BoundaryLog/Factories/index.js +18 -0
- package/dist/cjs/BoundaryLog/Factories/index.js.map +1 -0
- package/dist/cjs/BoundaryLog/Mocks/BoundaryLogPMMock.js +16 -0
- package/dist/cjs/BoundaryLog/Mocks/BoundaryLogPMMock.js.map +1 -0
- package/dist/cjs/BoundaryLog/Mocks/index.js +18 -0
- package/dist/cjs/BoundaryLog/Mocks/index.js.map +1 -0
- package/dist/cjs/BoundaryLog/PMs/BoundaryLogPM.js +56 -0
- package/dist/cjs/BoundaryLog/PMs/BoundaryLogPM.js.map +1 -0
- package/dist/cjs/BoundaryLog/PMs/index.js +18 -0
- package/dist/cjs/BoundaryLog/PMs/index.js.map +1 -0
- package/dist/cjs/BoundaryLog/index.js +23 -0
- package/dist/cjs/BoundaryLog/index.js.map +1 -0
- package/dist/cjs/Dialog/Entities/DialogQueue.js +36 -21
- package/dist/cjs/Dialog/Entities/DialogQueue.js.map +1 -1
- package/dist/cjs/Dispatcher/Entities/HostDispatchEntity.js +17 -4
- package/dist/cjs/Dispatcher/Entities/HostDispatchEntity.js.map +1 -1
- package/dist/cjs/Dispatcher/Mocks/MockHostDispatcher.js +1 -0
- package/dist/cjs/Dispatcher/Mocks/MockHostDispatcher.js.map +1 -1
- package/dist/cjs/Handler/Entities/HostHandler.js +17 -0
- package/dist/cjs/Handler/Entities/HostHandler.js.map +1 -1
- package/dist/cjs/ThemeColors/Data/vivedDarkTheme.json +47 -47
- package/dist/cjs/ThemeColors/Data/vivedLightTheme.json +47 -47
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/BoundaryLog/Adapters/boundaryLogAdapter.js +21 -0
- package/dist/esm/BoundaryLog/Adapters/boundaryLogAdapter.js.map +1 -0
- package/dist/esm/BoundaryLog/Adapters/index.js +2 -0
- package/dist/esm/BoundaryLog/Adapters/index.js.map +1 -0
- package/dist/esm/BoundaryLog/Controllers/clearBoundaryLog.js +12 -0
- package/dist/esm/BoundaryLog/Controllers/clearBoundaryLog.js.map +1 -0
- package/dist/esm/BoundaryLog/Controllers/index.js +2 -0
- package/dist/esm/BoundaryLog/Controllers/index.js.map +1 -0
- package/dist/esm/BoundaryLog/Entities/BoundaryLogEntity.js +40 -0
- package/dist/esm/BoundaryLog/Entities/BoundaryLogEntity.js.map +1 -0
- package/dist/esm/BoundaryLog/Entities/index.js +3 -0
- package/dist/esm/BoundaryLog/Entities/index.js.map +1 -0
- package/dist/esm/BoundaryLog/Entities/snapshotPayload.js +59 -0
- package/dist/esm/BoundaryLog/Entities/snapshotPayload.js.map +1 -0
- package/dist/esm/BoundaryLog/Factories/BoundaryLogFactory.js +57 -0
- package/dist/esm/BoundaryLog/Factories/BoundaryLogFactory.js.map +1 -0
- package/dist/esm/BoundaryLog/Factories/index.js +2 -0
- package/dist/esm/BoundaryLog/Factories/index.js.map +1 -0
- package/dist/esm/BoundaryLog/Mocks/BoundaryLogPMMock.js +11 -0
- package/dist/esm/BoundaryLog/Mocks/BoundaryLogPMMock.js.map +1 -0
- package/dist/esm/BoundaryLog/Mocks/index.js +2 -0
- package/dist/esm/BoundaryLog/Mocks/index.js.map +1 -0
- package/dist/esm/BoundaryLog/PMs/BoundaryLogPM.js +51 -0
- package/dist/esm/BoundaryLog/PMs/BoundaryLogPM.js.map +1 -0
- package/dist/esm/BoundaryLog/PMs/index.js +2 -0
- package/dist/esm/BoundaryLog/PMs/index.js.map +1 -0
- package/dist/esm/BoundaryLog/index.js +7 -0
- package/dist/esm/BoundaryLog/index.js.map +1 -0
- package/dist/esm/Dialog/Entities/DialogQueue.js +36 -21
- package/dist/esm/Dialog/Entities/DialogQueue.js.map +1 -1
- package/dist/esm/Dispatcher/Entities/HostDispatchEntity.js +17 -4
- package/dist/esm/Dispatcher/Entities/HostDispatchEntity.js.map +1 -1
- package/dist/esm/Dispatcher/Mocks/MockHostDispatcher.js +1 -0
- package/dist/esm/Dispatcher/Mocks/MockHostDispatcher.js.map +1 -1
- package/dist/esm/Handler/Entities/HostHandler.js +17 -0
- package/dist/esm/Handler/Entities/HostHandler.js.map +1 -1
- package/dist/esm/ThemeColors/Data/vivedDarkTheme.json +47 -47
- package/dist/esm/ThemeColors/Data/vivedLightTheme.json +47 -47
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/BoundaryLog/Adapters/boundaryLogAdapter.d.ts +4 -0
- package/dist/types/BoundaryLog/Adapters/boundaryLogAdapter.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Adapters/index.d.ts +2 -0
- package/dist/types/BoundaryLog/Adapters/index.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Controllers/clearBoundaryLog.d.ts +4 -0
- package/dist/types/BoundaryLog/Controllers/clearBoundaryLog.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Controllers/index.d.ts +2 -0
- package/dist/types/BoundaryLog/Controllers/index.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Entities/BoundaryLogEntity.d.ts +37 -0
- package/dist/types/BoundaryLog/Entities/BoundaryLogEntity.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Entities/index.d.ts +3 -0
- package/dist/types/BoundaryLog/Entities/index.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Entities/snapshotPayload.d.ts +16 -0
- package/dist/types/BoundaryLog/Entities/snapshotPayload.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Factories/BoundaryLogFactory.d.ts +17 -0
- package/dist/types/BoundaryLog/Factories/BoundaryLogFactory.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Factories/index.d.ts +2 -0
- package/dist/types/BoundaryLog/Factories/index.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Mocks/BoundaryLogPMMock.d.ts +8 -0
- package/dist/types/BoundaryLog/Mocks/BoundaryLogPMMock.d.ts.map +1 -0
- package/dist/types/BoundaryLog/Mocks/index.d.ts +2 -0
- package/dist/types/BoundaryLog/Mocks/index.d.ts.map +1 -0
- package/dist/types/BoundaryLog/PMs/BoundaryLogPM.d.ts +18 -0
- package/dist/types/BoundaryLog/PMs/BoundaryLogPM.d.ts.map +1 -0
- package/dist/types/BoundaryLog/PMs/index.d.ts +2 -0
- package/dist/types/BoundaryLog/PMs/index.d.ts.map +1 -0
- package/dist/types/BoundaryLog/index.d.ts +7 -0
- package/dist/types/BoundaryLog/index.d.ts.map +1 -0
- package/dist/types/Dispatcher/Entities/HostDispatchEntity.d.ts +17 -0
- package/dist/types/Dispatcher/Entities/HostDispatchEntity.d.ts.map +1 -1
- package/dist/types/Dispatcher/Mocks/MockHostDispatcher.d.ts +1 -0
- package/dist/types/Dispatcher/Mocks/MockHostDispatcher.d.ts.map +1 -1
- package/dist/types/Handler/Entities/HostHandler.d.ts +18 -1
- package/dist/types/Handler/Entities/HostHandler.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"primary": "#
|
|
3
|
-
"onPrimary": "#
|
|
4
|
-
"primaryContainer": "#
|
|
5
|
-
"onPrimaryContainer": "#
|
|
6
|
-
"primaryFixed": "#
|
|
7
|
-
"onPrimaryFixed": "#
|
|
8
|
-
"primaryFixedDim": "#
|
|
9
|
-
"onPrimaryFixedVariant": "#
|
|
10
|
-
"secondary": "#
|
|
11
|
-
"onSecondary": "#
|
|
12
|
-
"secondaryContainer": "#
|
|
13
|
-
"onSecondaryContainer": "#
|
|
14
|
-
"secondaryFixed": "#
|
|
15
|
-
"onSecondaryFixed": "#
|
|
16
|
-
"secondaryFixedDim": "#
|
|
17
|
-
"onSecondaryFixedVariant": "#
|
|
18
|
-
"tertiary": "#
|
|
19
|
-
"onTertiary": "#
|
|
20
|
-
"tertiaryContainer": "#
|
|
21
|
-
"onTertiaryContainer": "#
|
|
22
|
-
"tertiaryFixed": "#
|
|
23
|
-
"onTertiaryFixed": "#
|
|
24
|
-
"tertiaryFixedDim": "#
|
|
25
|
-
"onTertiaryFixedVariant": "#
|
|
26
|
-
"error": "#
|
|
27
|
-
"onError": "#
|
|
28
|
-
"errorContainer": "#
|
|
29
|
-
"onErrorContainer": "#
|
|
30
|
-
"outline": "#
|
|
31
|
-
"background": "#
|
|
32
|
-
"onBackground": "#
|
|
33
|
-
"surface": "#
|
|
34
|
-
"onSurface": "#
|
|
35
|
-
"surfaceVariant": "#
|
|
36
|
-
"onSurfaceVariant": "#
|
|
37
|
-
"inverseSurface": "#
|
|
38
|
-
"inverseOnSurface": "#
|
|
39
|
-
"inversePrimary": "#
|
|
2
|
+
"primary": "#0096d6",
|
|
3
|
+
"onPrimary": "#ffffff",
|
|
4
|
+
"primaryContainer": "#cbeafb",
|
|
5
|
+
"onPrimaryContainer": "#001e2e",
|
|
6
|
+
"primaryFixed": "#cbeafb",
|
|
7
|
+
"onPrimaryFixed": "#001e2e",
|
|
8
|
+
"primaryFixedDim": "#7ad2f2",
|
|
9
|
+
"onPrimaryFixedVariant": "#00506f",
|
|
10
|
+
"secondary": "#4d6b7a",
|
|
11
|
+
"onSecondary": "#ffffff",
|
|
12
|
+
"secondaryContainer": "#d0e6f0",
|
|
13
|
+
"onSecondaryContainer": "#081f2a",
|
|
14
|
+
"secondaryFixed": "#d0e6f0",
|
|
15
|
+
"onSecondaryFixed": "#081f2a",
|
|
16
|
+
"secondaryFixedDim": "#b4cad6",
|
|
17
|
+
"onSecondaryFixedVariant": "#35525f",
|
|
18
|
+
"tertiary": "#00a8e1",
|
|
19
|
+
"onTertiary": "#ffffff",
|
|
20
|
+
"tertiaryContainer": "#bfeaff",
|
|
21
|
+
"onTertiaryContainer": "#001f2c",
|
|
22
|
+
"tertiaryFixed": "#bfeaff",
|
|
23
|
+
"onTertiaryFixed": "#001f2c",
|
|
24
|
+
"tertiaryFixedDim": "#6bd5f5",
|
|
25
|
+
"onTertiaryFixedVariant": "#005e7c",
|
|
26
|
+
"error": "#cf2d56",
|
|
27
|
+
"onError": "#ffffff",
|
|
28
|
+
"errorContainer": "#ffd9df",
|
|
29
|
+
"onErrorContainer": "#40000f",
|
|
30
|
+
"outline": "#939598",
|
|
31
|
+
"background": "#f4f5f6",
|
|
32
|
+
"onBackground": "#231f20",
|
|
33
|
+
"surface": "#ffffff",
|
|
34
|
+
"onSurface": "#231f20",
|
|
35
|
+
"surfaceVariant": "#e7e8ea",
|
|
36
|
+
"onSurfaceVariant": "#6d6e71",
|
|
37
|
+
"inverseSurface": "#231f20",
|
|
38
|
+
"inverseOnSurface": "#f4f5f6",
|
|
39
|
+
"inversePrimary": "#7ad2f2",
|
|
40
40
|
"shadow": "#000000",
|
|
41
|
-
"surfaceTint": "#
|
|
42
|
-
"outlineVariant": "#
|
|
41
|
+
"surfaceTint": "#0096d6",
|
|
42
|
+
"outlineVariant": "#e2e3e5",
|
|
43
43
|
"scrim": "#000000",
|
|
44
|
-
"surfaceContainerHighest": "#
|
|
45
|
-
"surfaceContainerHigh": "#
|
|
46
|
-
"surfaceContainer": "#
|
|
47
|
-
"surfaceContainerLow": "#
|
|
48
|
-
"surfaceContainerLowest": "#
|
|
49
|
-
"surfaceBright": "#
|
|
50
|
-
"surfaceDim": "#
|
|
44
|
+
"surfaceContainerHighest": "#e4e5e7",
|
|
45
|
+
"surfaceContainerHigh": "#eaebed",
|
|
46
|
+
"surfaceContainer": "#f0f1f2",
|
|
47
|
+
"surfaceContainerLow": "#fafbfc",
|
|
48
|
+
"surfaceContainerLowest": "#ffffff",
|
|
49
|
+
"surfaceBright": "#ffffff",
|
|
50
|
+
"surfaceDim": "#dcdee0"
|
|
51
51
|
}
|
package/dist/esm/index.js
CHANGED
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC","sourcesContent":["export * from \"./Apps\";\nexport * from \"./AppSandbox\";\nexport * from \"./AssetPlugin\";\nexport * from \"./Assets\";\nexport * from \"./Cache\";\nexport * from \"./ChallengeResults\";\nexport * from \"./Dialog\";\nexport * from \"./Dispatcher\";\nexport * from \"./Events\";\nexport * from \"./Handler\";\nexport * from \"./Logger\";\nexport * from \"./Snackbar\";\nexport * from \"./StateMachine\";\nexport * from \"./ThemeColors\";\nexport * from \"./VivedAPI\";\nexport * from \"./ZSpaceHost\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC","sourcesContent":["export * from \"./Apps\";\r\nexport * from \"./AppSandbox\";\r\nexport * from \"./AssetPlugin\";\r\nexport * from \"./Assets\";\r\nexport * from \"./BoundaryLog\";\r\nexport * from \"./Cache\";\r\nexport * from \"./ChallengeResults\";\r\nexport * from \"./Dialog\";\r\nexport * from \"./Dispatcher\";\r\nexport * from \"./Events\";\r\nexport * from \"./Handler\";\r\nexport * from \"./Logger\";\r\nexport * from \"./Snackbar\";\r\nexport * from \"./StateMachine\";\r\nexport * from \"./ThemeColors\";\r\nexport * from \"./VivedAPI\";\r\nexport * from \"./ZSpaceHost\";\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boundaryLogAdapter.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Adapters/boundaryLogAdapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAEL,aAAa,EAEd,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,kBAAkB,EAAE,kBAAkB,CAAC,aAAa,CA8BhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Adapters/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clearBoundaryLog.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Controllers/clearBoundaryLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAG5C,kEAAkE;AAClE,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,aAAa,QAUzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Controllers/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AppObject, AppObjectEntity, AppObjectRepo, Request } from "@vived/core";
|
|
2
|
+
import { PayloadSnapshot } from "./snapshotPayload";
|
|
3
|
+
/** Which way a recorded Request crossed the host↔App boundary. */
|
|
4
|
+
export type RequestDirection = "dispatch" | "handler";
|
|
5
|
+
/**
|
|
6
|
+
* What happened to a recorded Request. Outbound (Dispatch) records use
|
|
7
|
+
* "delivered" | "no-app-handler" | "threw"; inbound (Handler) records use
|
|
8
|
+
* "handled" | "unsupported" | "threw".
|
|
9
|
+
*/
|
|
10
|
+
export type RequestOutcome = "delivered" | "no-app-handler" | "handled" | "unsupported" | "threw";
|
|
11
|
+
/**
|
|
12
|
+
* One captured entry in the Boundary Log: the observed Request plus its
|
|
13
|
+
* direction, a frozen payload snapshot, the time it was observed, and its
|
|
14
|
+
* outcome. Distinct from the live wire Request it was captured from.
|
|
15
|
+
*/
|
|
16
|
+
export interface RequestRecord {
|
|
17
|
+
direction: RequestDirection;
|
|
18
|
+
type: string;
|
|
19
|
+
version: number;
|
|
20
|
+
payload: PayloadSnapshot;
|
|
21
|
+
timestamp: number;
|
|
22
|
+
outcome: RequestOutcome;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* The Boundary Log: a passive, chronological recording of every Request
|
|
26
|
+
* observed crossing the host↔App boundary. Accumulates unbounded within a
|
|
27
|
+
* session and is only reset by an explicit clear() — never by traffic itself.
|
|
28
|
+
*/
|
|
29
|
+
export declare abstract class BoundaryLogEntity extends AppObjectEntity {
|
|
30
|
+
static type: string;
|
|
31
|
+
static get(appObjects: AppObjectRepo): BoundaryLogEntity | undefined;
|
|
32
|
+
abstract records: RequestRecord[];
|
|
33
|
+
abstract recordTraffic: (direction: RequestDirection, request: Request, outcome: RequestOutcome) => void;
|
|
34
|
+
abstract clear: () => void;
|
|
35
|
+
}
|
|
36
|
+
export declare function makeBoundaryLogEntity(appObject: AppObject): BoundaryLogEntity;
|
|
37
|
+
//# sourceMappingURL=BoundaryLogEntity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoundaryLogEntity.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Entities/BoundaryLogEntity.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EACT,eAAe,EACf,aAAa,EACb,OAAO,EACR,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,eAAe,EAAmB,MAAM,mBAAmB,CAAC;AAErE,kEAAkE;AAClE,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,SAAS,CAAC;AAEtD;;;;GAIG;AACH,MAAM,MAAM,cAAc,GACtB,WAAW,GACX,gBAAgB,GAChB,SAAS,GACT,aAAa,GACb,OAAO,CAAC;AAEZ;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,gBAAgB,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,eAAe,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;;;GAIG;AACH,8BAAsB,iBAAkB,SAAQ,eAAe;IAC7D,MAAM,CAAC,IAAI,SAAuB;IAElC,MAAM,CAAC,GAAG,CAAC,UAAU,EAAE,aAAa;IAOpC,QAAQ,CAAC,OAAO,EAAE,aAAa,EAAE,CAAC;IAElC,QAAQ,CAAC,aAAa,EAAE,CACtB,SAAS,EAAE,gBAAgB,EAC3B,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,cAAc,KACpB,IAAI,CAAC;IAEV,QAAQ,CAAC,KAAK,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,SAAS,GAAG,iBAAiB,CAE7E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A best-effort, one-level-deep structural snapshot of a Request payload, taken
|
|
3
|
+
* at the moment the Request crosses the host↔App boundary. It never throws:
|
|
4
|
+
* callbacks, circular references, and throwing getters are all rendered as
|
|
5
|
+
* previews rather than expanded or serialized. Nested objects/arrays are marked
|
|
6
|
+
* (not recursed), so what a developer inspects is exactly what was sent —
|
|
7
|
+
* frozen, safe to render, and cheap to build.
|
|
8
|
+
*/
|
|
9
|
+
export interface PayloadSnapshot {
|
|
10
|
+
/** True when the payload was undefined/null or carried no own-enumerable keys. */
|
|
11
|
+
isEmpty: boolean;
|
|
12
|
+
/** Own-enumerable key → one-level preview string. */
|
|
13
|
+
fields: Record<string, string>;
|
|
14
|
+
}
|
|
15
|
+
export declare function snapshotPayload(payload: unknown): PayloadSnapshot;
|
|
16
|
+
//# sourceMappingURL=snapshotPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snapshotPayload.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Entities/snapshotPayload.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,eAAe;IAC9B,kFAAkF;IAClF,OAAO,EAAE,OAAO,CAAC;IACjB,qDAAqD;IACrD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAChC;AAkCD,wBAAgB,eAAe,CAAC,OAAO,EAAE,OAAO,GAAG,eAAe,CAwBjE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AppObject, AppObjectRepo, DomainFactory } from "@vived/core";
|
|
2
|
+
/**
|
|
3
|
+
* Sets up the Boundary Log and wires its passive observers into the per-App
|
|
4
|
+
* communication entities (ADR-0002). The observers are attached in finalSetup,
|
|
5
|
+
* after every entity exists but before the App mounts — so the host-internal
|
|
6
|
+
* version-negotiation dispatches fired at registration are captured too.
|
|
7
|
+
*/
|
|
8
|
+
export declare class BoundaryLogFactory extends DomainFactory {
|
|
9
|
+
readonly factoryName = "BoundaryLogFactory";
|
|
10
|
+
constructor(appObject: AppObject);
|
|
11
|
+
setupEntities(): void;
|
|
12
|
+
setupUCs(): void;
|
|
13
|
+
setupPMs(): void;
|
|
14
|
+
finalSetup(): void;
|
|
15
|
+
}
|
|
16
|
+
export declare function makeBoundaryLogFactory(appObjects: AppObjectRepo): BoundaryLogFactory;
|
|
17
|
+
//# sourceMappingURL=BoundaryLogFactory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoundaryLogFactory.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Factories/BoundaryLogFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAOtE;;;;;GAKG;AACH,qBAAa,kBAAmB,SAAQ,aAAa;IACnD,QAAQ,CAAC,WAAW,wBAAwB;gBAEhC,SAAS,EAAE,SAAS;IAIhC,aAAa,IAAI,IAAI;IAIrB,QAAQ,IAAI,IAAI;IAIhB,QAAQ,IAAI,IAAI;IAIhB,UAAU,IAAI,IAAI;CA+BnB;AAED,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,aAAa,GACxB,kBAAkB,CAGpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Factories/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AppObject, AppObjectRepo } from "@vived/core";
|
|
2
|
+
import { BoundaryLogPM } from "../PMs";
|
|
3
|
+
export declare class BoundaryLogPMMock extends BoundaryLogPM {
|
|
4
|
+
vmsAreEqual: jest.Mock<any, any, any>;
|
|
5
|
+
constructor(appObject: AppObject);
|
|
6
|
+
}
|
|
7
|
+
export declare function makeBoundaryLogPMMock(appObjects: AppObjectRepo): BoundaryLogPMMock;
|
|
8
|
+
//# sourceMappingURL=BoundaryLogPMMock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoundaryLogPMMock.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Mocks/BoundaryLogPMMock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAEvC,qBAAa,iBAAkB,SAAQ,aAAa;IAClD,WAAW,2BAAa;gBAEZ,SAAS,EAAE,SAAS;CAGjC;AAED,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,aAAa,qBAE9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/Mocks/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AppObject, AppObjectPM, AppObjectRepo } from "@vived/core";
|
|
2
|
+
import { RequestRecord } from "../Entities";
|
|
3
|
+
/**
|
|
4
|
+
* The view projection of the Boundary Log: the recorded Requests in observation
|
|
5
|
+
* order (each row carries its direction so the view can side Dispatches and
|
|
6
|
+
* Handlers independently) plus the total count.
|
|
7
|
+
*/
|
|
8
|
+
export interface BoundaryLogVM {
|
|
9
|
+
records: RequestRecord[];
|
|
10
|
+
count: number;
|
|
11
|
+
}
|
|
12
|
+
export declare const defaultBoundaryLogVM: BoundaryLogVM;
|
|
13
|
+
export declare abstract class BoundaryLogPM extends AppObjectPM<BoundaryLogVM> {
|
|
14
|
+
static type: string;
|
|
15
|
+
static get(appObjects: AppObjectRepo): BoundaryLogPM | undefined;
|
|
16
|
+
}
|
|
17
|
+
export declare function makeBoundaryLogPM(appObject: AppObject): BoundaryLogPM;
|
|
18
|
+
//# sourceMappingURL=BoundaryLogPM.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoundaryLogPM.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/PMs/BoundaryLogPM.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EACT,WAAW,EACX,aAAa,EACd,MAAM,aAAa,CAAC;AACrB,OAAO,EAAqB,aAAa,EAAE,MAAM,aAAa,CAAC;AAE/D;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,oBAAoB,EAAE,aAGlC,CAAC;AAEF,8BAAsB,aAAc,SAAQ,WAAW,CAAC,aAAa,CAAC;IACpE,MAAM,CAAC,IAAI,SAAmB;IAE9B,MAAM,CAAC,GAAG,CAAC,UAAU,EAAE,aAAa;CAGrC;AAED,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,SAAS,GAAG,aAAa,CAErE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/BoundaryLog/PMs/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/BoundaryLog/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC"}
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { AppObject, AppObjectEntity, AppObjectRepo } from "@vived/core";
|
|
2
2
|
import { Handler, Request } from "@vived/core";
|
|
3
|
+
/**
|
|
4
|
+
* The outcome of an outbound Dispatch, as seen at the dispatch chokepoint:
|
|
5
|
+
* "delivered" (the app handler ran), "no-app-handler" (nothing registered to
|
|
6
|
+
* receive it), or "threw" (the app handler raised).
|
|
7
|
+
*/
|
|
8
|
+
export type DispatchOutcome = "delivered" | "no-app-handler" | "threw";
|
|
9
|
+
/**
|
|
10
|
+
* Passive observer of outbound Dispatches. Notified after each Request is
|
|
11
|
+
* dispatched, with the outcome. Purely observational — see the passivity
|
|
12
|
+
* contract in ADR-0002: an observer must never alter, delay, or fail delivery.
|
|
13
|
+
*/
|
|
14
|
+
export type DispatchObserver = (request: Request, outcome: DispatchOutcome) => void;
|
|
3
15
|
export declare abstract class HostDispatchEntity extends AppObjectEntity {
|
|
4
16
|
static readonly type = "HostDispatchEntity";
|
|
5
17
|
abstract appHandlerVersion: number;
|
|
@@ -8,6 +20,11 @@ export declare abstract class HostDispatchEntity extends AppObjectEntity {
|
|
|
8
20
|
abstract clearAppHandler: () => void;
|
|
9
21
|
abstract dispatch: (request: Request) => void;
|
|
10
22
|
abstract formRequestAndDispatch: (type: string, version: number, payload?: object | undefined) => void;
|
|
23
|
+
/**
|
|
24
|
+
* Optional passive observer of outbound Dispatches (ADR-0002). Unset by
|
|
25
|
+
* default, so production hosts pay nothing and behave exactly as before.
|
|
26
|
+
*/
|
|
27
|
+
abstract requestObserver?: DispatchObserver;
|
|
11
28
|
static get(appObject: AppObject): HostDispatchEntity | undefined;
|
|
12
29
|
static getByID(id: string, appObjects: AppObjectRepo): HostDispatchEntity | undefined;
|
|
13
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HostDispatchEntity.d.ts","sourceRoot":"","sources":["../../../../src/Dispatcher/Entities/HostDispatchEntity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE/C,8BAAsB,kBAAmB,SAAQ,eAAe;IAC9D,MAAM,CAAC,QAAQ,CAAC,IAAI,wBAAwB;IAE5C,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,wBAAwB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAC1E,QAAQ,CAAC,kBAAkB,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3D,QAAQ,CAAC,eAAe,EAAE,MAAM,IAAI,CAAC;IACrC,QAAQ,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,QAAQ,CAAC,sBAAsB,EAAE,CAC/B,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,KACzB,IAAI,CAAC;IAEV,MAAM,CAAC,GAAG,CAAC,SAAS,EAAE,SAAS,GAAG,kBAAkB,GAAG,SAAS;IAahE,MAAM,CAAC,OAAO,CACZ,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,aAAa,GACxB,kBAAkB,GAAG,SAAS;CAWlC;AAED,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,SAAS,GACnB,kBAAkB,CAEpB"}
|
|
1
|
+
{"version":3,"file":"HostDispatchEntity.d.ts","sourceRoot":"","sources":["../../../../src/Dispatcher/Entities/HostDispatchEntity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE/C;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG,gBAAgB,GAAG,OAAO,CAAC;AAEvE;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAC7B,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,eAAe,KACrB,IAAI,CAAC;AAEV,8BAAsB,kBAAmB,SAAQ,eAAe;IAC9D,MAAM,CAAC,QAAQ,CAAC,IAAI,wBAAwB;IAE5C,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,wBAAwB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAC1E,QAAQ,CAAC,kBAAkB,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3D,QAAQ,CAAC,eAAe,EAAE,MAAM,IAAI,CAAC;IACrC,QAAQ,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,QAAQ,CAAC,sBAAsB,EAAE,CAC/B,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,KACzB,IAAI,CAAC;IAEV;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,gBAAgB,CAAC;IAE5C,MAAM,CAAC,GAAG,CAAC,SAAS,EAAE,SAAS,GAAG,kBAAkB,GAAG,SAAS;IAahE,MAAM,CAAC,OAAO,CACZ,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,aAAa,GACxB,kBAAkB,GAAG,SAAS;CAWlC;AAED,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,SAAS,GACnB,kBAAkB,CAEpB"}
|
|
@@ -7,6 +7,7 @@ export declare class MockHostDispatchEntity extends HostDispatchEntity {
|
|
|
7
7
|
registerAppHandler: jest.Mock<any, any, any>;
|
|
8
8
|
dispatch: jest.Mock<any, any, any>;
|
|
9
9
|
formRequestAndDispatch: jest.Mock<any, any, any>;
|
|
10
|
+
requestObserver: undefined;
|
|
10
11
|
constructor(appObject: AppObject);
|
|
11
12
|
}
|
|
12
13
|
//# sourceMappingURL=MockHostDispatcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MockHostDispatcher.d.ts","sourceRoot":"","sources":["../../../../src/Dispatcher/Mocks/MockHostDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,sBAAuB,SAAQ,kBAAkB;IAC5D,eAAe,2BAAa;IAC5B,iBAAiB,SAAK;IACtB,wBAAwB,2BAAa;IACrC,kBAAkB,2BAAa;IAC/B,QAAQ,2BAAa;IACrB,sBAAsB,2BAAa;
|
|
1
|
+
{"version":3,"file":"MockHostDispatcher.d.ts","sourceRoot":"","sources":["../../../../src/Dispatcher/Mocks/MockHostDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,sBAAuB,SAAQ,kBAAkB;IAC5D,eAAe,2BAAa;IAC5B,iBAAiB,SAAK;IACtB,wBAAwB,2BAAa;IACrC,kBAAkB,2BAAa;IAC/B,QAAQ,2BAAa;IACrB,sBAAsB,2BAAa;IACnC,eAAe,YAAa;gBAEhB,SAAS,EAAE,SAAS;CAGjC"}
|
|
@@ -1,14 +1,31 @@
|
|
|
1
1
|
import { AppObject, AppObjectEntity } from "@vived/core";
|
|
2
|
-
import { Handler } from "@vived/core";
|
|
2
|
+
import { Handler, Request } from "@vived/core";
|
|
3
3
|
export interface RequestHandler {
|
|
4
4
|
readonly requestType: string;
|
|
5
5
|
handleRequest: (version: number, payload?: unknown) => void;
|
|
6
6
|
}
|
|
7
|
+
/**
|
|
8
|
+
* The outcome of an inbound Request, as seen at the handler chokepoint:
|
|
9
|
+
* "handled" (a registered handler ran), "unsupported" (no handler registered
|
|
10
|
+
* for the type), or "threw" (the handler raised).
|
|
11
|
+
*/
|
|
12
|
+
export type HandlerOutcome = "handled" | "unsupported" | "threw";
|
|
13
|
+
/**
|
|
14
|
+
* Passive observer of inbound Requests. Notified after each Request is routed,
|
|
15
|
+
* with the outcome. Purely observational — see the passivity contract in
|
|
16
|
+
* ADR-0002: an observer must never alter, delay, or fail the Request.
|
|
17
|
+
*/
|
|
18
|
+
export type HandlerObserver = (request: Request, outcome: HandlerOutcome) => void;
|
|
7
19
|
export declare abstract class HostHandlerEntity extends AppObjectEntity {
|
|
8
20
|
static type: string;
|
|
9
21
|
static get(appObject: AppObject): HostHandlerEntity | undefined;
|
|
10
22
|
abstract handler: Handler;
|
|
11
23
|
abstract registerRequestHandler: (requestHandler: RequestHandler) => void;
|
|
24
|
+
/**
|
|
25
|
+
* Optional passive observer of inbound Requests (ADR-0002). Unset by default,
|
|
26
|
+
* so production hosts pay nothing and behave exactly as before.
|
|
27
|
+
*/
|
|
28
|
+
abstract requestObserver?: HandlerObserver;
|
|
12
29
|
}
|
|
13
30
|
export declare function makeHostHandlerEntity(appObject: AppObject): HostHandlerEntity;
|
|
14
31
|
export declare class UnsupportedRequestVersion extends Error {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HostHandler.d.ts","sourceRoot":"","sources":["../../../../src/Handler/Entities/HostHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"HostHandler.d.ts","sourceRoot":"","sources":["../../../../src/Handler/Entities/HostHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE/C,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7D;AAED;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,CAAC;AAEjE;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,CAC5B,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,cAAc,KACpB,IAAI,CAAC;AAEV,8BAAsB,iBAAkB,SAAQ,eAAe;IAC7D,MAAM,CAAC,IAAI,SAAuB;IAElC,MAAM,CAAC,GAAG,CAAC,SAAS,EAAE,SAAS;IAI/B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,sBAAsB,EAAE,CAAC,cAAc,EAAE,cAAc,KAAK,IAAI,CAAC;IAE1E;;;OAGG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,eAAe,CAAC;CAC5C;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,SAAS,GAAG,iBAAiB,CAE7E;AAqDD,qBAAa,yBAA0B,SAAQ,KAAK;gBACtC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAIjD;AAED,qBAAa,oBAAqB,SAAQ,KAAK;gBACjC,WAAW,EAAE,MAAM;CAIhC;AAED,qBAAa,oBAAqB,SAAQ,KAAK;gBACjC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAIlE"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
|