extension 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/cli.cjs
CHANGED
|
@@ -6869,7 +6869,7 @@ var __webpack_modules__ = {
|
|
|
6869
6869
|
}
|
|
6870
6870
|
var messaging = __webpack_require__("./helpers/messaging.ts");
|
|
6871
6871
|
const TEMPLATE_CORPUS_REPO = 'extension-js/examples';
|
|
6872
|
-
const TEMPLATE_CORPUS_REF = '
|
|
6872
|
+
const TEMPLATE_CORPUS_REF = 'cb6a25377bd9516a1e55447a2010537019851ab2';
|
|
6873
6873
|
const TEMPLATE_CORPUS_SLUGS = [
|
|
6874
6874
|
'action',
|
|
6875
6875
|
'action-locales',
|
|
@@ -6893,6 +6893,12 @@ var __webpack_modules__ = {
|
|
|
6893
6893
|
'content-svelte',
|
|
6894
6894
|
"content-typescript",
|
|
6895
6895
|
'content-vue',
|
|
6896
|
+
'devtools',
|
|
6897
|
+
'devtools-preact',
|
|
6898
|
+
'devtools-react',
|
|
6899
|
+
'devtools-svelte',
|
|
6900
|
+
"devtools-typescript",
|
|
6901
|
+
'devtools-vue',
|
|
6896
6902
|
'init',
|
|
6897
6903
|
"javascript",
|
|
6898
6904
|
'newtab',
|
|
@@ -7012,6 +7018,18 @@ var __webpack_modules__ = {
|
|
|
7012
7018
|
'action-locales'
|
|
7013
7019
|
]
|
|
7014
7020
|
},
|
|
7021
|
+
{
|
|
7022
|
+
title: 'DevTools panel',
|
|
7023
|
+
summary: 'panel added to the browser developer tools',
|
|
7024
|
+
templates: [
|
|
7025
|
+
'devtools',
|
|
7026
|
+
'devtools-preact',
|
|
7027
|
+
'devtools-react',
|
|
7028
|
+
'devtools-svelte',
|
|
7029
|
+
"devtools-typescript",
|
|
7030
|
+
'devtools-vue'
|
|
7031
|
+
]
|
|
7032
|
+
},
|
|
7015
7033
|
{
|
|
7016
7034
|
title: 'Special folders',
|
|
7017
7035
|
summary: "pages/ and scripts/ entrypoints",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const DEFAULT_TEMPLATE = "javascript";
|
|
2
2
|
export declare const BUNDLED_TEMPLATES: readonly string[];
|
|
3
|
-
export declare const TEMPLATE_CATALOG_URL = "https://github.com/extension-js/examples/tree/
|
|
3
|
+
export declare const TEMPLATE_CATALOG_URL = "https://github.com/extension-js/examples/tree/cb6a25377bd9516a1e55447a2010537019851ab2/examples";
|
|
4
4
|
export interface TemplateGroup {
|
|
5
5
|
title: string;
|
|
6
6
|
summary: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const TEMPLATE_CORPUS_REPO = "extension-js/examples";
|
|
2
|
-
export declare const TEMPLATE_CORPUS_REF = "
|
|
2
|
+
export declare const TEMPLATE_CORPUS_REF = "cb6a25377bd9516a1e55447a2010537019851ab2";
|
|
3
3
|
export declare const TEMPLATE_CORPUS_SLUGS: readonly string[];
|
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"extension": "./bin/extension.cjs"
|
|
39
39
|
},
|
|
40
40
|
"name": "extension",
|
|
41
|
-
"version": "4.1.
|
|
41
|
+
"version": "4.1.9",
|
|
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.1",
|
|
107
107
|
"waterfox-location": "2.1.1",
|
|
108
108
|
"yandex-location": "2.1.1",
|
|
109
|
-
"extension-create": "4.1.
|
|
110
|
-
"extension-develop": "4.1.
|
|
111
|
-
"extension-install": "4.1.
|
|
109
|
+
"extension-create": "4.1.9",
|
|
110
|
+
"extension-develop": "4.1.9",
|
|
111
|
+
"extension-install": "4.1.9",
|
|
112
112
|
"commander": "^15.0.0",
|
|
113
113
|
"pintor": "0.3.0",
|
|
114
114
|
"semver": "^7.7.3",
|