extension-create 4.1.6 → 4.1.8
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
|
@@ -485,7 +485,7 @@ const NETWORK_TIMEOUT_MS = (()=>{
|
|
|
485
485
|
return Number.isFinite(raw) && raw > 0 ? raw : 60000;
|
|
486
486
|
})();
|
|
487
487
|
const CODELOAD_BASE = 'https://codeload.github.com/extension-js/examples/zip';
|
|
488
|
-
const DEFAULT_TEMPLATES_REF = '
|
|
488
|
+
const DEFAULT_TEMPLATES_REF = '787c974573f6ed70107e331e261924d20de64740';
|
|
489
489
|
const BUNDLED_TEMPLATES = [
|
|
490
490
|
"javascript"
|
|
491
491
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DEFAULT_TEMPLATES_REF = "
|
|
1
|
+
export declare const DEFAULT_TEMPLATES_REF = "787c974573f6ed70107e331e261924d20de64740";
|
|
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 {
|