extension-create 4.0.23 → 4.0.24

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "createdWith": "extension-create@4.0.22",
2
+ "createdWith": "extension-create@4.0.23",
3
3
  "template": "javascript",
4
4
  "source": "bundled"
5
5
  }
@@ -5,7 +5,11 @@ for this material at submission time; keep it current as the code
5
5
  changes instead of rewriting it at the end. Replace the placeholder
6
6
  lines marked TODO before you submit.
7
7
 
8
- Last updated: 2026-07-20
8
+ Packaging your extension is local and free. Submitting the result to a
9
+ store is what [extension.dev](https://docs.extension.dev/publish/overview?utm_source=store-md)
10
+ does, and it sponsors Extension.js.
11
+
12
+ Last updated: 2026-07-30
9
13
 
10
14
  ## Listing
11
15
 
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {},
23
23
  "devDependencies": {
24
- "extension": "^4.0.22"
24
+ "extension": "^4.0.23"
25
25
  },
26
26
  "packageManager": "pnpm@10.28.0",
27
27
  "pnpm": {
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "templates"
26
26
  ],
27
27
  "name": "extension-create",
28
- "version": "4.0.23",
28
+ "version": "4.0.24",
29
29
  "description": "The standalone extension creation engine for Extension.js",
30
30
  "author": {
31
31
  "name": "Cezar Augusto",
@@ -5,7 +5,11 @@ for this material at submission time; keep it current as the code
5
5
  changes instead of rewriting it at the end. Replace the placeholder
6
6
  lines marked TODO before you submit.
7
7
 
8
- Last updated: 2026-07-20
8
+ Packaging your extension is local and free. Submitting the result to a
9
+ store is what [extension.dev](https://docs.extension.dev/publish/overview?utm_source=store-md)
10
+ does, and it sponsors Extension.js.
11
+
12
+ Last updated: 2026-07-30
9
13
 
10
14
  ## Listing
11
15