@praxisui/core 9.0.0-beta.59 → 9.0.0-beta.60

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-07-09T00:04:17.620Z",
3
+ "generatedAt": "2026-07-09T12:14:45.592Z",
4
4
  "packageName": "@praxisui/core",
5
- "packageVersion": "9.0.0-beta.59",
5
+ "packageVersion": "9.0.0-beta.60",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 4,
@@ -14513,6 +14513,7 @@ class SurfaceOpenMaterializerService {
14513
14513
  ...(payload.context || {}),
14514
14514
  materialization: {
14515
14515
  ...payload.context?.['materialization'],
14516
+ readUrl,
14516
14517
  relatedResourceCrud: true,
14517
14518
  },
14518
14519
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "9.0.0-beta.59",
3
+ "version": "9.0.0-beta.60",
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",