@uniformdev/project-map 20.32.0 → 20.32.1-alpha.18

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/index.d.mts CHANGED
@@ -337,12 +337,9 @@ interface components$1 {
337
337
  editionPriority?: number;
338
338
  /** @description Friendly name of the edition */
339
339
  editionName?: string;
340
- /**
341
- * @deprecated
342
- * @description List of editions available for this composition. The composition is included in the list, it is the edition
340
+ /** @description List of editions available for this composition. The composition is included in the list, it is the edition
343
341
  * where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
344
- *
345
- */
342
+ * */
346
343
  editions?: components$1["schemas"]["ProjectMapNodeCompositionEditionData"][];
347
344
  /**
348
345
  * Format: date-time
@@ -353,10 +350,7 @@ interface components$1 {
353
350
  */
354
351
  modified?: string;
355
352
  };
356
- /**
357
- * @deprecated
358
- * @description Basic information about a composition edition from the context of a project map node
359
- */
353
+ /** @description Basic information about a composition edition from the context of a project map node */
360
354
  ProjectMapNodeCompositionEditionData: {
361
355
  /**
362
356
  * Format: uuid
@@ -703,10 +697,7 @@ interface components {
703
697
  * */
704
698
  previewValue?: string;
705
699
  };
706
- /**
707
- * @deprecated
708
- * @description Basic information about a composition edition from the context of a project map node
709
- */
700
+ /** @description Basic information about a composition edition from the context of a project map node */
710
701
  ProjectMapNodeCompositionEditionData: {
711
702
  /**
712
703
  * Format: uuid
@@ -792,12 +783,9 @@ interface components {
792
783
  editionPriority?: number;
793
784
  /** @description Friendly name of the edition */
794
785
  editionName?: string;
795
- /**
796
- * @deprecated
797
- * @description List of editions available for this composition. The composition is included in the list, it is the edition
786
+ /** @description List of editions available for this composition. The composition is included in the list, it is the edition
798
787
  * where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
799
- *
800
- */
788
+ * */
801
789
  editions?: components["schemas"]["ProjectMapNodeCompositionEditionData"][];
802
790
  /**
803
791
  * Format: date-time
package/dist/index.d.ts CHANGED
@@ -337,12 +337,9 @@ interface components$1 {
337
337
  editionPriority?: number;
338
338
  /** @description Friendly name of the edition */
339
339
  editionName?: string;
340
- /**
341
- * @deprecated
342
- * @description List of editions available for this composition. The composition is included in the list, it is the edition
340
+ /** @description List of editions available for this composition. The composition is included in the list, it is the edition
343
341
  * where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
344
- *
345
- */
342
+ * */
346
343
  editions?: components$1["schemas"]["ProjectMapNodeCompositionEditionData"][];
347
344
  /**
348
345
  * Format: date-time
@@ -353,10 +350,7 @@ interface components$1 {
353
350
  */
354
351
  modified?: string;
355
352
  };
356
- /**
357
- * @deprecated
358
- * @description Basic information about a composition edition from the context of a project map node
359
- */
353
+ /** @description Basic information about a composition edition from the context of a project map node */
360
354
  ProjectMapNodeCompositionEditionData: {
361
355
  /**
362
356
  * Format: uuid
@@ -703,10 +697,7 @@ interface components {
703
697
  * */
704
698
  previewValue?: string;
705
699
  };
706
- /**
707
- * @deprecated
708
- * @description Basic information about a composition edition from the context of a project map node
709
- */
700
+ /** @description Basic information about a composition edition from the context of a project map node */
710
701
  ProjectMapNodeCompositionEditionData: {
711
702
  /**
712
703
  * Format: uuid
@@ -792,12 +783,9 @@ interface components {
792
783
  editionPriority?: number;
793
784
  /** @description Friendly name of the edition */
794
785
  editionName?: string;
795
- /**
796
- * @deprecated
797
- * @description List of editions available for this composition. The composition is included in the list, it is the edition
786
+ /** @description List of editions available for this composition. The composition is included in the list, it is the edition
798
787
  * where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
799
- *
800
- */
788
+ * */
801
789
  editions?: components["schemas"]["ProjectMapNodeCompositionEditionData"][];
802
790
  /**
803
791
  * Format: date-time
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "20.32.0",
3
+ "version": "20.32.1-alpha.18+58286c82c2",
4
4
  "description": "Uniform Project Map",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,11 +33,11 @@
33
33
  "/dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "20.32.0",
37
- "@uniformdev/context": "20.32.0"
36
+ "@uniformdev/canvas": "20.32.1-alpha.18+58286c82c2",
37
+ "@uniformdev/context": "20.32.1-alpha.18+58286c82c2"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "5e94bba0b8d4295cdb77a7f72196849412da96c6"
42
+ "gitHead": "58286c82c219b3a24f0265b6422fe1e5f96e337a"
43
43
  }