extension-create 4.1.7 → 4.1.9

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 = 'e6bee72ae08802f2f14048271fb93f76c10d6a37';
488
+ const DEFAULT_TEMPLATES_REF = 'cb6a25377bd9516a1e55447a2010537019851ab2';
489
489
  const BUNDLED_TEMPLATES = [
490
490
  "javascript"
491
491
  ];
@@ -1,4 +1,4 @@
1
- export declare const DEFAULT_TEMPLATES_REF = "e6bee72ae08802f2f14048271fb93f76c10d6a37";
1
+ export declare const DEFAULT_TEMPLATES_REF = "cb6a25377bd9516a1e55447a2010537019851ab2";
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 {
@@ -1,5 +1,5 @@
1
1
  {
2
- "createdWith": "extension-create@4.1.6",
2
+ "createdWith": "extension-create@4.1.8",
3
3
  "template": "javascript",
4
4
  "source": "bundled"
5
5
  }
@@ -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-27
12
+ Last updated: 2026-08-28
13
13
 
14
14
  ## Listing
15
15
 
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {},
18
18
  "devDependencies": {
19
- "extension": "^4.1.6"
19
+ "extension": "^4.1.8"
20
20
  },
21
21
  "packageManager": "pnpm@10.28.0",
22
22
  "pnpm": {
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "templates"
26
26
  ],
27
27
  "name": "extension-create",
28
- "version": "4.1.7",
28
+ "version": "4.1.9",
29
29
  "description": "The standalone extension creation engine for Extension.js",
30
30
  "author": {
31
31
  "name": "Cezar Augusto",