@uniformdev/project-map 19.185.1-alpha.8 → 19.186.1
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +4 -4
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.
|
|
3
|
+
"version": "19.186.1",
|
|
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.
|
|
37
|
-
"@uniformdev/context": "19.
|
|
36
|
+
"@uniformdev/canvas": "19.186.1",
|
|
37
|
+
"@uniformdev/context": "19.186.1"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "12ca61d140d99b4f2de67428425076cecbc6577b"
|
|
43
43
|
}
|