extension 2.0.0-rc.26 → 2.0.0-rc.28
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/README.md +36 -100
- package/dist/cli.js +14 -11
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,134 +1,81 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[npm-image]: https://img.shields.io/npm/v/extension.svg
|
|
4
|
-
[npm-url]: https://npmjs.org/package/extension
|
|
1
|
+
[npm-version-image]: https://img.shields.io/npm/v/extension.svg?color=0971fe
|
|
2
|
+
[npm-version-url]: https://www.npmjs.com/package/extension
|
|
5
3
|
[downloads-image]: https://img.shields.io/npm/dm/extension.svg
|
|
6
4
|
[downloads-url]: https://npmjs.org/package/extension
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[prs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
|
|
10
|
-
[prs-url]: https://github.com/extension-js/extension/blob/main/CONTRIBUTING.md
|
|
11
|
-
[snyk-image]: https://snyk.io/test/github/extension-js/extension/badge.svg
|
|
12
|
-
[snyk-url]: https://snyk.io/test/github/extension-js/extension
|
|
13
|
-
[fossa-image]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcezaraugusto%2Fextension.svg?type=shield&issueType=license
|
|
14
|
-
[fossa-url]: https://app.fossa.com/projects/git%2Bgithub.com%2Fcezaraugusto%2Fextension?ref=badge_shield&issueType=license
|
|
5
|
+
[action-image]: https://github.com/extension-js/extension.js/actions/workflows/ci.yml/badge.svg?branch=main
|
|
6
|
+
[action-url]: https://github.com/extension-js/extension.js/actions
|
|
15
7
|
[discord-image]: https://img.shields.io/discord/1253608412890271755?label=Discord&logo=discord&style=flat
|
|
16
8
|
[discord-url]: https://discord.gg/v9h2RgeTSN
|
|
9
|
+
[snyk-image]: https://snyk.io/test/github/extension-js/extension/badge.svg
|
|
10
|
+
[snyk-url]: https://snyk.io/test/github/extension-js/extension
|
|
17
11
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->
|
|
21
|
-
|
|
22
|
-
<!-- > Make it very easy to develop cross-browser extensions. -->
|
|
23
|
-
|
|
24
|
-
<!-- <img alt="Extension.js with all the browser runners open" src="https://github.com/cezaraugusto/extension.js/assets/4672033/f0f5bbfc-e873-4856-9fdd-db2b42d9ab96">
|
|
25
|
-
<hr> -->
|
|
26
|
-
|
|
27
|
-
<img alt="Logo" align="right" src="https://user-images.githubusercontent.com/4672033/102850460-4d22aa80-43f8-11eb-82db-9efce586f73e.png" width="25%" />
|
|
12
|
+
> The cross-browser extension framework
|
|
28
13
|
|
|
29
|
-
|
|
14
|
+
# Extension.js [![Version][npm-version-image]][npm-version-url] [![Downloads][downloads-image]][downloads-url] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]
|
|
30
15
|
|
|
31
|
-
|
|
16
|
+
<img alt="Logo" align="right" src="https://github.com/user-attachments/assets/698a3b2e-c77a-4857-bd2a-1d2eb180120b" width="20%" />
|
|
32
17
|
|
|
33
18
|
- [Create A New Extension](#create-a-new-extension) — How to create a new extension.
|
|
34
19
|
- [Get Started Immediately](#get-started-immediately) — Get work done in no time.
|
|
35
|
-
- [
|
|
20
|
+
- [Start From An Example](https://github.com/extension-js/extension.js/tree/main/examples) — Start with your favorite tool.
|
|
21
|
+
- [I have An Extension](#i-have-an-extension) — Use only specific parts of Extension.js.
|
|
36
22
|
|
|
37
|
-
Extension.js
|
|
23
|
+
Extension.js makes it very easy to develop cross-browser extensions.<br />Developers prefer it for its fast builds, unified interface, and zero configuration setup.
|
|
38
24
|
|
|
39
25
|
## Create A New Extension
|
|
40
26
|
|
|
27
|
+
Use the `create` command to generate a new extension. Also works with pnpm, yarn, and bun.
|
|
28
|
+
|
|
41
29
|
```bash
|
|
42
|
-
npx extension create my-extension
|
|
30
|
+
npx extension@latest create my-extension
|
|
43
31
|
cd my-extension
|
|
44
32
|
npm run dev
|
|
45
33
|
```
|
|
46
34
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
You are done. Time to hack on your extension!
|
|
35
|
+
### Watch Demo
|
|
50
36
|
|
|
51
37
|
https://github.com/cezaraugusto/extension/assets/4672033/7263d368-99c4-434f-a60a-72c489672586
|
|
52
38
|
|
|
53
|
-
## Web Standards and
|
|
39
|
+
## Web Standards and Framework Support
|
|
54
40
|
|
|
55
|
-
For a preview of extensions running these technologies, see
|
|
41
|
+
<!-- For a preview of extensions running these technologies, see the [templates](https://templates.extension.land) website. -->
|
|
56
42
|
|
|
57
|
-
| <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/a9e2541a-96f0-4caa-9fc9-5fc5c3e901c8" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/b42c5330-9e2a-4045-99c3-1f7d264dfaf4" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/f19edff3-9005-4f50-b05c-fba615896a7f" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/ff64721d-d145-4213-930d-e70193f8d57e" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/15f1314a-aa65-4ce2-a3f3-cf53c4f730cf" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/
|
|
43
|
+
| <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/a9e2541a-96f0-4caa-9fc9-5fc5c3e901c8" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/b42c5330-9e2a-4045-99c3-1f7d264dfaf4" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/f19edff3-9005-4f50-b05c-fba615896a7f" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/ff64721d-d145-4213-930d-e70193f8d57e" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/15f1314a-aa65-4ce2-a3f3-cf53c4f730cf" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/de1082fd-7cf6-4202-8c12-a5c3cd3e5b42" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/78e5fe3d-dc79-4aa2-954e-1a5973d1d9db" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/c5f8a127-3c2a-4ceb-bb46-948cf2c8bd89" width="70"> | <img src="https://github.com/cezaraugusto/extension.js/assets/4672033/8807efd9-93e5-4db5-a1d2-9ac524f7ecc2" width="70"> |
|
|
58
44
|
| :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: |
|
|
59
|
-
|
|
|
45
|
+
| ESNext<br>latest | TypeScript<br>latest | WASM<br>latest | React<br>18+ | Vue<br>3+ | Svelte<br>5+ | Preact<br>10+ | Angular<br>👋 | Solid<br>👋 |
|
|
60
46
|
|
|
61
47
|
👋 = PR Welcome!
|
|
62
48
|
|
|
63
49
|
## Get Started Immediately
|
|
64
50
|
|
|
65
|
-
|
|
51
|
+
Start developing an extension using a sample from Chrome Extension Samples
|
|
66
52
|
|
|
67
|
-
|
|
53
|
+
See the example below where we request the sample [page-redder](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder) from [Google Chrome Extension Samples](https://github.com/GoogleChrome/chrome-extensions-samples).
|
|
68
54
|
|
|
69
|
-
|
|
70
|
-
npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder --browser=edge
|
|
71
|
-
```
|
|
55
|
+
### Watch Demo
|
|
72
56
|
|
|
73
57
|
https://github.com/cezaraugusto/extension/assets/4672033/ee221a94-6ec7-4e04-8553-8812288927f1
|
|
74
58
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
<details>
|
|
78
|
-
<summary>
|
|
79
|
-
🔥 Use Edge to start developing an extension from Chrome Extension Samples
|
|
80
|
-
</summary>
|
|
81
|
-
|
|
82
|
-
> See the example below where we request the sample [magic8ball](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/api-samples/topSites/magic8ball) from from [Google Chrome Extension Samples](https://github.com/GoogleChrome/chrome-extensions-samples) with Edge as the runtime browser.
|
|
83
|
-
|
|
84
|
-
```bash
|
|
85
|
-
npx extension dev https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/api-samples/topSites/magic8ball --browser=edge
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
https://github.com/cezaraugusto/extension/assets/4672033/2db2a1f6-3110-4380-9a49-dc9d034146aa
|
|
89
|
-
|
|
90
|
-
</details>
|
|
91
|
-
|
|
92
|
-
<details>
|
|
93
|
-
<summary>
|
|
94
|
-
🔥🔥 Use Edge to start developing a Mozilla Add-On from MDN WebExtensions Examples
|
|
95
|
-
</summary>
|
|
96
|
-
|
|
97
|
-
> See the example below where we request the sample [Apply CSS](https://github.com/mdn/webextensions-examples/tree/main/apply-css) from [MDN WebExtensions Examples](https://github.com/mdn/webextensions-examples) using Edge as the runtime browser.
|
|
59
|
+
### Try Yourself
|
|
98
60
|
|
|
99
61
|
```bash
|
|
100
|
-
npx extension dev https://github.com/
|
|
62
|
+
npx extension@latest dev https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/sample.page-redder --browser=edge
|
|
101
63
|
```
|
|
102
64
|
|
|
103
|
-
https://github.com/cezaraugusto/extension/assets/4672033/130cb430-1567-419c-8c90-23fddcf20f00
|
|
104
|
-
|
|
105
65
|
</details>
|
|
106
66
|
|
|
107
|
-
|
|
108
|
-
<summary>
|
|
109
|
-
🔥🔥🔥 Use Chrome and Firefox to start developing a Mozilla Add-On from MDN WebExtensions Examples
|
|
110
|
-
</summary>
|
|
111
|
-
|
|
112
|
-
> See the example below where we request the sample [firefox-code-search](https://github.com/mdn/webextensions-examples/tree/main/firefox-code-search) from [MDN WebExtensions Examples](https://github.com/mdn/webextensions-examples) using Chrome and Firefox as the runtime browsers.
|
|
113
|
-
|
|
114
|
-
```bash
|
|
115
|
-
npx extension dev https://github.com/mdn/webextensions-examples/tree/main/firefox-code-search --browser=chrome,firefox --polyfill=true
|
|
116
|
-
```
|
|
67
|
+
## I have An Extension
|
|
117
68
|
|
|
118
|
-
|
|
69
|
+
If you have an existing extension which is using a package manager, you can install the Extension.js package and manually create the scripts used to run your extension.
|
|
119
70
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## I have An Extension
|
|
71
|
+
### See How It Works
|
|
123
72
|
|
|
124
73
|
https://github.com/cezaraugusto/extension/assets/4672033/48694a23-b7f1-4098-9c5d-eff49983739c
|
|
125
74
|
|
|
126
|
-
If you have an existing extension which is using a package manager, you can install the Extension.js package and manually create the scripts used to run your extension. See the demo above or follow these instructions to get it done:
|
|
127
|
-
|
|
128
75
|
**Step 1 - Install extension as a `devDependency`**
|
|
129
76
|
|
|
130
77
|
```bash
|
|
131
|
-
npm install extension --save-dev
|
|
78
|
+
npm install extension@latest --save-dev
|
|
132
79
|
```
|
|
133
80
|
|
|
134
81
|
**Step 2 - Link your npm scripts with the executable Extension.js commands**
|
|
@@ -138,7 +85,7 @@ npm install extension --save-dev
|
|
|
138
85
|
"scripts": {
|
|
139
86
|
"build": "extension build",
|
|
140
87
|
"dev": "extension dev",
|
|
141
|
-
"
|
|
88
|
+
"preview": "extension preview"
|
|
142
89
|
},
|
|
143
90
|
"devDependencies": {
|
|
144
91
|
// ...other dependencies
|
|
@@ -150,18 +97,18 @@ npm install extension --save-dev
|
|
|
150
97
|
Done. You are all set!
|
|
151
98
|
|
|
152
99
|
- To develop the extension, run `npm run dev`.
|
|
153
|
-
- To visualize the extension in production mode, run `npm run start`.
|
|
154
100
|
- To build the extension in production mode, run `npm run build`.
|
|
101
|
+
- To visualize the extension in production mode, run `npm run build` and `npm run preview`.
|
|
155
102
|
|
|
156
103
|
## Using a specific browser for development
|
|
157
104
|
|
|
158
105
|
### Desktop Browsers
|
|
159
106
|
|
|
160
|
-
| <img src="https://
|
|
161
|
-
|
|
|
162
|
-
|
|
|
107
|
+
| <img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome.svg" width="70"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge.svg" width="70"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox.svg" width="70"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera.svg" width="70"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari/safari.svg" width="70"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/main/src/chromium/chromium.svg" width="70"> |
|
|
108
|
+
| :-----------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------: |
|
|
109
|
+
| Chrome<br>✅ | Edge<br>✅ | Firefox<br>✅ | Opera<br>☑️ | Safari<br>⛔️ | Chromium<br>☑️ |
|
|
163
110
|
|
|
164
|
-
|
|
111
|
+
The browsers listed above represent those with official extension stores. Note that Chromium-based browsers (like Arc, Brave, Vivaldi, and many others) are theoretically supported through the Chrome/Chromium compatibility layer.
|
|
165
112
|
|
|
166
113
|
### Mobile Browsers
|
|
167
114
|
|
|
@@ -169,17 +116,6 @@ Done. You are all set!
|
|
|
169
116
|
| :-------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------: |
|
|
170
117
|
| Firefox (Android)<br>⛔️ | Safari (iOS)<br>⛔️ |
|
|
171
118
|
|
|
172
|
-
If you want to target a specific browser, just pass the `--browser` flag to the `dev`/`start` command (based on the list available above), like `npx extension dev path/to/extension --browser=edge`.
|
|
173
|
-
|
|
174
|
-
> Hint
|
|
175
|
-
> Pass --browser="all" to load all available browsers at once.
|
|
176
|
-
|
|
177
|
-
```sh
|
|
178
|
-
extension dev --browser=all
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
<img alt="Extension.js with all the browser runners open" src="https://github.com/cezaraugusto/extension.js/assets/4672033/f0f5bbfc-e873-4856-9fdd-db2b42d9ab96">
|
|
182
|
-
|
|
183
119
|
## License
|
|
184
120
|
|
|
185
|
-
MIT (c) Cezar Augusto.
|
|
121
|
+
MIT (c) Cezar Augusto and the Extension.js Authors.
|
package/dist/cli.js
CHANGED
|
@@ -86,7 +86,7 @@ async function check_updates_checkUpdates(packageJson) {
|
|
|
86
86
|
}
|
|
87
87
|
if (update && isStableVersion(update.latest)) console.log(checkUpdates(packageJson, update));
|
|
88
88
|
}
|
|
89
|
-
var package_namespaceObject = JSON.parse('{"license":"MIT","repository":{"type":"git","url":"https://github.com/cezaraugusto/extension.git","directory":"programs/cli"},"engines":{"node":">=18"},"exports":{".":{"types":"./dist/cli.d.ts","import":"./dist/cli.js","require":"./dist/cli.js"}},"main":"./dist/cli.js","types":"./dist/cli.d.ts","files":["dist"],"bin":{"extension":"./dist/cli.js"},"name":"extension","version":"2.0.0-rc.
|
|
89
|
+
var package_namespaceObject = JSON.parse('{"license":"MIT","repository":{"type":"git","url":"https://github.com/cezaraugusto/extension.git","directory":"programs/cli"},"engines":{"node":">=18"},"exports":{".":{"types":"./dist/cli.d.ts","import":"./dist/cli.js","require":"./dist/cli.js"}},"main":"./dist/cli.js","types":"./dist/cli.d.ts","files":["dist"],"bin":{"extension":"./dist/cli.js"},"name":"extension","version":"2.0.0-rc.28","description":"Create cross-browser extensions with no build configuration.","author":{"name":"Cezar Augusto","email":"boss@cezaraugusto.net","url":"https://cezaraugusto.com"},"scripts":{"watch":"rslib build --watch","compile:types":"bash install_scripts.sh","compile:readme-files":"node ./scripts/copyMarkdownFilesToCli.js","compile:cli":"rslib build","compile":"pnpm compile:readme-files && pnpm compile:cli && pnpm compile:types","clean":"rm -rf dist","test":"echo \\"Note: no test specified\\" && exit 0","test:cli":"vitest run"},"keywords":["zero-config","build","develop","browser","extension","chrome extension","edge extension","firefox extension","safari extension","web","react","typescript"],"dependencies":{"chalk":"^5.3.0","@types/chrome":"^0.0.287","@types/firefox-webext-browser":"^120.0.4","@types/node":"^22.10.1","@types/react":"^19.0.1","@types/react-dom":"^19.0.1","commander":"^12.1.0","extension-create":"workspace:*","extension-develop":"workspace:*","semver":"^7.6.3","update-check":"^1.5.4","webextension-polyfill":"^0.12.0"},"devDependencies":{"@rslib/core":"^0.6.9","@types/mock-fs":"^4.13.4","@types/semver":"^7.5.8","mock-fs":"^5.4.1","tsconfig":"*","typescript":"5.7.2"}}');
|
|
90
90
|
check_updates_checkUpdates(package_namespaceObject);
|
|
91
91
|
const extensionJs = external_commander_namespaceObject.program;
|
|
92
92
|
const vendors = (browser)=>'all' === browser ? 'chrome,edge,firefox'.split(',') : browser.split(',');
|
|
@@ -99,16 +99,19 @@ extensionJs.command('create').arguments('<project-name|project-path>').usage('cr
|
|
|
99
99
|
});
|
|
100
100
|
});
|
|
101
101
|
extensionJs.command('dev').arguments('[project-path|remote-url]').usage('dev [project-path|remote-url] [options]').description('Starts the development server (development mode)').option('--profile <path-to-file | boolean>', 'what path to use for the browser profile. A boolean value of false sets the profile to the default user profile. Defaults to a fresh profile').option('--browser <chrome | edge | firefox>', 'specify a browser to preview your extension in production mode. Defaults to `chrome`').option('--chromium-binary <path-to-binary>', 'specify a path to the Chromium binary. This option overrides the --browser setting. Defaults to the system default').option('--gecko-binary <path-to-binary>', 'specify a path to the Gecko binary. This option overrides the --browser setting. Defaults to the system default').option('--polyfill [boolean]', 'whether or not to apply the cross-browser polyfill. Defaults to `false`').option('--open [boolean]', 'whether or not to open the browser automatically. Defaults to `true`').option('--starting-url <url>', 'specify the starting URL for the browser. Defaults to `undefined`').option('--port <port>', 'specify the port to use for the development server. Defaults to `8080`').action(async function(pathOrRemoteUrl, { browser = 'chrome', ...devOptions }) {
|
|
102
|
-
for (const vendor of vendors(browser))
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
102
|
+
for (const vendor of vendors(browser)){
|
|
103
|
+
var _devOptions_polyfill;
|
|
104
|
+
await (0, external_extension_develop_namespaceObject.extensionDev)(pathOrRemoteUrl, {
|
|
105
|
+
...devOptions,
|
|
106
|
+
profile: devOptions.profile,
|
|
107
|
+
browser: vendor,
|
|
108
|
+
chromiumBinary: devOptions.chromiumBinary,
|
|
109
|
+
geckoBinary: devOptions.geckoBinary,
|
|
110
|
+
polyfill: (null == (_devOptions_polyfill = devOptions.polyfill) ? void 0 : _devOptions_polyfill.toString()) !== 'false',
|
|
111
|
+
open: devOptions.open,
|
|
112
|
+
startingUrl: devOptions.startingUrl
|
|
113
|
+
});
|
|
114
|
+
}
|
|
112
115
|
});
|
|
113
116
|
extensionJs.command('start').arguments('[project-path|remote-url]').usage('start [project-path|remote-url] [options]').description('Starts the development server (production mode)').option('--profile <path-to-file | boolean>', 'what path to use for the browser profile. A boolean value of false sets the profile to the default user profile. Defaults to a fresh profile').option('--browser <chrome | edge | firefox>', 'specify a browser to preview your extension in production mode. Defaults to `chrome`').option('--polyfill [boolean]', 'whether or not to apply the cross-browser polyfill. Defaults to `true`').option('--chromium-binary <path-to-binary>', 'specify a path to the Chromium binary. This option overrides the --browser setting. Defaults to the system default').option('--gecko-binary <path-to-binary>', 'specify a path to the Gecko binary. This option overrides the --browser setting. Defaults to the system default').option('--starting-url <url>', 'specify the starting URL for the browser. Defaults to `undefined`').option('--port <port>', 'specify the port to use for the development server. Defaults to `8080`').action(async function(pathOrRemoteUrl, { browser = 'chrome', ...startOptions }) {
|
|
114
117
|
for (const vendor of vendors(browser))await (0, external_extension_develop_namespaceObject.extensionStart)(pathOrRemoteUrl, {
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"extension": "./dist/cli.js"
|
|
25
25
|
},
|
|
26
26
|
"name": "extension",
|
|
27
|
-
"version": "2.0.0-rc.
|
|
27
|
+
"version": "2.0.0-rc.28",
|
|
28
28
|
"description": "Create cross-browser extensions with no build configuration.",
|
|
29
29
|
"author": {
|
|
30
30
|
"name": "Cezar Augusto",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"semver": "^7.6.3",
|
|
57
57
|
"update-check": "^1.5.4",
|
|
58
58
|
"webextension-polyfill": "^0.12.0",
|
|
59
|
-
"extension-
|
|
60
|
-
"extension-
|
|
59
|
+
"extension-develop": "2.0.0-rc.28",
|
|
60
|
+
"extension-create": "2.0.0-rc.28"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@rslib/core": "^0.6.9",
|