extension-create 4.0.25 → 4.0.26
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/module.cjs
CHANGED
|
@@ -613,8 +613,8 @@ async function getZipSourcePath(tempPath, templateUrl) {
|
|
|
613
613
|
}
|
|
614
614
|
async function importExternalTemplate(projectPath, projectName, template, logger) {
|
|
615
615
|
const templateName = external_node_path_namespaceObject.basename(template);
|
|
616
|
-
const resolvedTemplate =
|
|
617
|
-
const resolvedTemplateName =
|
|
616
|
+
const resolvedTemplate = template;
|
|
617
|
+
const resolvedTemplateName = templateName;
|
|
618
618
|
const isHttp = /^https?:\/\//i.test(template);
|
|
619
619
|
const isGithub = /^https?:\/\/github\.com\//i.test(template);
|
|
620
620
|
try {
|
|
@@ -9,7 +9,7 @@ Packaging your extension is local and free. Submitting the result to a
|
|
|
9
9
|
store is what [extension.dev](https://docs.extension.dev/publish/overview?utm_source=store-md)
|
|
10
10
|
does, and it sponsors Extension.js.
|
|
11
11
|
|
|
12
|
-
Last updated: 2026-07-
|
|
12
|
+
Last updated: 2026-07-31
|
|
13
13
|
|
|
14
14
|
## Listing
|
|
15
15
|
|