New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uniformdev/project-map

Package Overview
Dependencies
Maintainers
0
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/project-map - npm Package Compare versions

Comparing version

to
19.211.0

24

dist/index.d.ts

@@ -343,6 +343,14 @@ import { ApiClient } from '@uniformdev/context/api';

* @description List of editions available for this composition. The composition is included in the list, it is the edition
* where the editionID equals the node's compositionID.
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
*
*/
editions?: components$1["schemas"]["ProjectMapNodeCompositionEditionData"][];
/**
* Format: date-time
* @description Date and time the composition was last modified (or created if never modified).
* Uses ISO-8859-1 formatting and UTC timezone.
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
*
*/
modified?: string;
};

@@ -391,3 +399,3 @@ /**

* Format: date-time
* @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
*/

@@ -742,3 +750,3 @@ modified?: string;

* Format: date-time
* @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
*/

@@ -793,6 +801,14 @@ modified?: string;

* @description List of editions available for this composition. The composition is included in the list, it is the edition
* where the editionID equals the node's compositionID.
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
*
*/
editions?: components["schemas"]["ProjectMapNodeCompositionEditionData"][];
/**
* Format: date-time
* @description Date and time the composition was last modified (or created if never modified).
* Uses ISO-8859-1 formatting and UTC timezone.
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
*
*/
modified?: string;
};

@@ -799,0 +815,0 @@ ProjectMapSourceRedirectData: {

8

package.json
{
"name": "@uniformdev/project-map",
"version": "19.210.4-alpha.0+2ff265809b",
"version": "19.211.0",
"description": "Uniform Project Map",

@@ -36,4 +36,4 @@ "license": "SEE LICENSE IN LICENSE.txt",

"dependencies": {
"@uniformdev/canvas": "19.210.4-alpha.0+2ff265809b",
"@uniformdev/context": "19.210.4-alpha.0+2ff265809b"
"@uniformdev/canvas": "19.211.0",
"@uniformdev/context": "19.211.0"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "2ff265809b85f61d950748aaea35beaf1c4fe443"
"gitHead": "c101d24290ae409fec3148e0cf055618f3f836cd"
}

Sorry, the diff of this file is not supported yet