extension 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/cli.cjs +3 -8
- package/package.json +4 -4
package/dist/cli.cjs
CHANGED
|
@@ -6221,8 +6221,9 @@ var __webpack_modules__ = {
|
|
|
6221
6221
|
const TEMPLATE_GROUPS = [
|
|
6222
6222
|
{
|
|
6223
6223
|
title: 'Starters',
|
|
6224
|
-
summary: 'one language or framework
|
|
6224
|
+
summary: 'a bare manifest, or one language or framework with sidebar UI',
|
|
6225
6225
|
templates: [
|
|
6226
|
+
'init',
|
|
6226
6227
|
"javascript",
|
|
6227
6228
|
"typescript",
|
|
6228
6229
|
'react',
|
|
@@ -6307,13 +6308,7 @@ var __webpack_modules__ = {
|
|
|
6307
6308
|
]
|
|
6308
6309
|
}
|
|
6309
6310
|
];
|
|
6310
|
-
const TEMPLATE_ALIASES = [
|
|
6311
|
-
{
|
|
6312
|
-
name: 'init',
|
|
6313
|
-
resolvesTo: DEFAULT_TEMPLATE,
|
|
6314
|
-
note: `scaffolds ${DEFAULT_TEMPLATE}, not the catalog folder of the same name`
|
|
6315
|
-
}
|
|
6316
|
-
];
|
|
6311
|
+
const TEMPLATE_ALIASES = [];
|
|
6317
6312
|
function listTemplates() {
|
|
6318
6313
|
return TEMPLATE_GROUPS.flatMap((group)=>group.templates);
|
|
6319
6314
|
}
|
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"extension": "./bin/extension.cjs"
|
|
39
39
|
},
|
|
40
40
|
"name": "extension",
|
|
41
|
-
"version": "4.0.
|
|
41
|
+
"version": "4.0.26",
|
|
42
42
|
"description": "The cross-browser extension framework. Build Chrome, Edge, Firefox, and Safari extensions with no build configuration.",
|
|
43
43
|
"homepage": "https://extension.js.org/",
|
|
44
44
|
"bugs": {
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"vivaldi-location2": "2.1.0",
|
|
107
107
|
"waterfox-location": "2.1.0",
|
|
108
108
|
"yandex-location": "2.1.0",
|
|
109
|
-
"extension-create": "4.0.
|
|
110
|
-
"extension-develop": "4.0.
|
|
111
|
-
"extension-install": "4.0.
|
|
109
|
+
"extension-create": "4.0.26",
|
|
110
|
+
"extension-develop": "4.0.26",
|
|
111
|
+
"extension-install": "4.0.26",
|
|
112
112
|
"commander": "^15.0.0",
|
|
113
113
|
"pintor": "0.3.0",
|
|
114
114
|
"semver": "^7.7.3",
|