@praxisui/core 9.0.5-rc.22 → 9.0.5-rc.24
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-15T02:47:41.127Z",
|
|
4
4
|
"packageName": "@praxisui/core",
|
|
5
|
-
"packageVersion": "9.0.5-rc.
|
|
5
|
+
"packageVersion": "9.0.5-rc.24",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 4,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "9.0.5-rc.
|
|
3
|
+
"version": "9.0.5-rc.24",
|
|
4
4
|
"description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
package/types/praxisui-core.d.ts
CHANGED
|
@@ -9819,6 +9819,8 @@ interface DomainRuleChangeWorkspace {
|
|
|
9819
9819
|
baseDefinitionVersion: number;
|
|
9820
9820
|
baseDefinitionHash: string;
|
|
9821
9821
|
promotedDefinitionId?: string | null;
|
|
9822
|
+
/** Immutable Test Run accepted when this workspace entered review. */
|
|
9823
|
+
submittedTestRunId: string | null;
|
|
9822
9824
|
title: string;
|
|
9823
9825
|
status: DomainRuleWorkspaceStatus;
|
|
9824
9826
|
condition?: Record<string, unknown> | null;
|