@lvce-editor/extension-host-worker 4.16.0 → 4.17.0
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.
|
@@ -3118,7 +3118,8 @@ const getWebExtensionManifest = async (path, manifestPath) => {
|
|
|
3118
3118
|
const manifest = await getJson(manifestPath);
|
|
3119
3119
|
return {
|
|
3120
3120
|
...manifest,
|
|
3121
|
-
path
|
|
3121
|
+
path,
|
|
3122
|
+
uri: path
|
|
3122
3123
|
};
|
|
3123
3124
|
} catch (error) {
|
|
3124
3125
|
const id = interExtensionId(path);
|