@uniformdev/mesh-sdk 20.50.2-alpha.1 → 20.50.2
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 +0 -9
- package/dist/index.d.ts +0 -9
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -2010,16 +2010,7 @@ type AIGenerateLocation<TType> = MeshLocationCore<TType, AIGenerateLocationMetad
|
|
|
2010
2010
|
type AIPromptMetadataLocation = MeshLocationCore<Record<string, unknown>, PromptSettingsLocationMetadata, Record<string, unknown>, 'aiMetadata'>;
|
|
2011
2011
|
|
|
2012
2012
|
type CanvasEditorToolsLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
|
|
2013
|
-
/**
|
|
2014
|
-
* The release ID of the currently edited entity.
|
|
2015
|
-
* This can be undefined when a release is active but the entity has not been copied to that release yet.
|
|
2016
|
-
*/
|
|
2017
2013
|
releaseId?: string;
|
|
2018
|
-
/**
|
|
2019
|
-
* The currently active release ID from editor context.
|
|
2020
|
-
* This reflects release selection regardless of whether the edited entity exists in that release.
|
|
2021
|
-
*/
|
|
2022
|
-
activeReleaseId?: string;
|
|
2023
2014
|
state?: number;
|
|
2024
2015
|
}, TIntegrationConfiguration>;
|
|
2025
2016
|
type CanvasEditorToolsReferenceData = {
|
package/dist/index.d.ts
CHANGED
|
@@ -2010,16 +2010,7 @@ type AIGenerateLocation<TType> = MeshLocationCore<TType, AIGenerateLocationMetad
|
|
|
2010
2010
|
type AIPromptMetadataLocation = MeshLocationCore<Record<string, unknown>, PromptSettingsLocationMetadata, Record<string, unknown>, 'aiMetadata'>;
|
|
2011
2011
|
|
|
2012
2012
|
type CanvasEditorToolsLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
|
|
2013
|
-
/**
|
|
2014
|
-
* The release ID of the currently edited entity.
|
|
2015
|
-
* This can be undefined when a release is active but the entity has not been copied to that release yet.
|
|
2016
|
-
*/
|
|
2017
2013
|
releaseId?: string;
|
|
2018
|
-
/**
|
|
2019
|
-
* The currently active release ID from editor context.
|
|
2020
|
-
* This reflects release selection regardless of whether the edited entity exists in that release.
|
|
2021
|
-
*/
|
|
2022
|
-
activeReleaseId?: string;
|
|
2023
2014
|
state?: number;
|
|
2024
2015
|
}, TIntegrationConfiguration>;
|
|
2025
2016
|
type CanvasEditorToolsReferenceData = {
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk",
|
|
3
|
-
"version": "20.50.2
|
|
3
|
+
"version": "20.50.2",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/assets": "20.50.2
|
|
37
|
-
"@uniformdev/canvas": "20.50.2
|
|
38
|
-
"@uniformdev/context": "20.50.2
|
|
39
|
-
"@uniformdev/project-map": "20.50.2
|
|
36
|
+
"@uniformdev/assets": "20.50.2",
|
|
37
|
+
"@uniformdev/canvas": "20.50.2",
|
|
38
|
+
"@uniformdev/context": "20.50.2",
|
|
39
|
+
"@uniformdev/project-map": "20.50.2",
|
|
40
40
|
"imagesloaded": "^5.0.0",
|
|
41
41
|
"mitt": "^3.0.1"
|
|
42
42
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@types/imagesloaded": "^4.1.2",
|
|
45
45
|
"openai": "4.94.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "fe4b29739822916548656e4b61d51faeab3340b5"
|
|
48
48
|
}
|