@lvce-editor/extension-management-worker 4.31.0 → 4.31.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.
|
@@ -2951,8 +2951,8 @@ const saveViewInstanceState = async (viewId, uid, assetDir, platform) => {
|
|
|
2951
2951
|
return rpc.invoke('ExtensionApi.saveViewInstanceState', uid);
|
|
2952
2952
|
};
|
|
2953
2953
|
|
|
2954
|
-
const getAccessToken = () => {
|
|
2955
|
-
return invoke$6('Auth.getAccessToken');
|
|
2954
|
+
const getAccessToken = (options = {}) => {
|
|
2955
|
+
return invoke$6('Auth.getAccessToken', options);
|
|
2956
2956
|
};
|
|
2957
2957
|
|
|
2958
2958
|
const transparent = (color, factor) => {
|