extension-create 4.1.2 → 4.1.4
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
|
@@ -483,7 +483,7 @@ const NETWORK_TIMEOUT_MS = (()=>{
|
|
|
483
483
|
return Number.isFinite(raw) && raw > 0 ? raw : 60000;
|
|
484
484
|
})();
|
|
485
485
|
const CODELOAD_BASE = 'https://codeload.github.com/extension-js/examples/zip';
|
|
486
|
-
const DEFAULT_TEMPLATES_REF = '
|
|
486
|
+
const DEFAULT_TEMPLATES_REF = '36cd41466038e3d1045e3eca368f44f40b0a024b';
|
|
487
487
|
const BUNDLED_TEMPLATES = [
|
|
488
488
|
"javascript"
|
|
489
489
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DEFAULT_TEMPLATES_REF = "
|
|
1
|
+
export declare const DEFAULT_TEMPLATES_REF = "36cd41466038e3d1045e3eca368f44f40b0a024b";
|
|
2
2
|
export declare const BUNDLED_TEMPLATES: readonly string[];
|
|
3
3
|
export declare function resolveCatalogUrls(ref: string, overrideUrl?: string): string[];
|
|
4
4
|
export interface TemplateProvenance {
|
|
@@ -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-08-
|
|
12
|
+
Last updated: 2026-08-22
|
|
13
13
|
|
|
14
14
|
## Listing
|
|
15
15
|
|