@uniformdev/project-map 19.185.1-alpha.8 → 19.186.2-alpha.14

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
@@ -440,6 +440,11 @@ interface components {
440
440
  typeName?: string;
441
441
  /** @description List of locales that the composition is available in. If empty, available in all locales */
442
442
  locales: string[];
443
+ /**
444
+ * Format: date-time
445
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
446
+ */
447
+ modified?: string;
443
448
  };
444
449
  ProjectMapNodeUpdate: {
445
450
  /**
package/dist/index.d.ts CHANGED
@@ -440,6 +440,11 @@ interface components {
440
440
  typeName?: string;
441
441
  /** @description List of locales that the composition is available in. If empty, available in all locales */
442
442
  locales: string[];
443
+ /**
444
+ * Format: date-time
445
+ * @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
446
+ */
447
+ modified?: string;
443
448
  };
444
449
  ProjectMapNodeUpdate: {
445
450
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "19.185.1-alpha.8+53f7f96124",
3
+ "version": "19.186.2-alpha.14+2868049c36",
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": "19.185.1-alpha.8+53f7f96124",
37
- "@uniformdev/context": "19.185.1-alpha.8+53f7f96124"
36
+ "@uniformdev/canvas": "19.186.2-alpha.14+2868049c36",
37
+ "@uniformdev/context": "19.186.2-alpha.14+2868049c36"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "53f7f961242f3518b103e55337ada7ad91c18dd7"
42
+ "gitHead": "2868049c365d370abc91762e89dc845c61c02b78"
43
43
  }