@pimcore/studio-ui-bundle 1.0.0-canary.20251211-111120-0f9bec1 → 1.0.0-canary.20251214-165506-a3c582d

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.
@@ -12,7 +12,7 @@ export interface GlobalAssetContext extends GlobalContext {
12
12
  type: 'asset';
13
13
  config: {
14
14
  id: number;
15
- contextIdentifiers: {
15
+ contextIdentifiers?: {
16
16
  type: string;
17
17
  subType: string;
18
18
  tags: string[];
@@ -12,7 +12,7 @@ export interface GlobalDataObjectContext extends GlobalContext {
12
12
  type: 'data-object';
13
13
  config: {
14
14
  id: number;
15
- contextIdentifiers: {
15
+ contextIdentifiers?: {
16
16
  type: string;
17
17
  subType: string;
18
18
  tags: string[];
@@ -12,7 +12,7 @@ export interface GlobalDocumentContext extends GlobalContext {
12
12
  type: 'document';
13
13
  config: {
14
14
  id: number;
15
- contextIdentifiers: {
15
+ contextIdentifiers?: {
16
16
  type: string;
17
17
  subType: string;
18
18
  tags: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251211-111120-0f9bec1",
3
+ "version": "1.0.0-canary.20251214-165506-a3c582d",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"