extension 2.0.0-alpha.3 → 2.0.0-alpha.4

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 CHANGED
@@ -1,5 +1,5 @@
1
- [action-image]: https://github.com/cezaraugusto/extension/actions/workflows/cli.yml/badge.svg?branch=main
2
- [action-url]: https://github.com/cezaraugusto/extension/actions
1
+ [action-image]: https://github.com/extension-js/extension.js/actions/workflows/ci.yml/badge.svg?branch=main
2
+ [action-url]: https://github.com/extension-js/extension.js/actions
3
3
  [npm-image]: https://img.shields.io/npm/v/extension.svg
4
4
  [npm-url]: https://npmjs.org/package/extension
5
5
  [downloads-image]: https://img.shields.io/npm/dm/extension.svg
@@ -7,14 +7,15 @@
7
7
  [node]: https://img.shields.io/node/v/extension.svg
8
8
  [node-url]: https://nodejs.org
9
9
  [prs]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
10
- [prs-url]: https://github.com/cezaraugusto/extension/blob/main/CONTRIBUTING.md
11
- [vunlerabilities]: https://snyk.io/test/github/cezaraugusto/extension/badge.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
12
13
  [fossa-image]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcezaraugusto%2Fextension.svg?type=shield&issueType=license
13
14
  [fossa-url]: https://app.fossa.com/projects/git%2Bgithub.com%2Fcezaraugusto%2Fextension?ref=badge_shield&issueType=license
14
15
  [discord-image]: https://img.shields.io/discord/1253608412890271755?label=Discord&logo=discord&style=flat
15
16
  [discord-url]: https://discord.gg/1253608412890271755
16
17
 
17
- # Extension.js [![fossa][fossa-image]][fossa-url] [![vunlerabilities][vunlerabilities]][vunlerabilities] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]
18
+ # Extension.js [![fossa][fossa-image]][fossa-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]
18
19
 
19
20
  <!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->
20
21
 
@@ -27,7 +28,7 @@
27
28
 
28
29
  <!-- **Create cross-browser extensions with no build configuration.** -->
29
30
 
30
- > Create cross-browser extensions with no build configuration.
31
+ > Plug-and-play, zero-config, cross-browser extension development tool.
31
32
 
32
33
  - [Create A New Extension](#create-a-new-extension) — How to create a new extension.
33
34
  - [Get Started Immediately](#get-started-immediately) — Get work done in no time.
package/dist/cli.js CHANGED
@@ -114,7 +114,7 @@ var package_default = {
114
114
  node: ">=18"
115
115
  },
116
116
  name: "extension",
117
- version: "2.0.0-alpha.3",
117
+ version: "2.0.0-alpha.4",
118
118
  description: "Create cross-browser extensions with no build configuration.",
119
119
  main: "./dist/cli.js",
120
120
  types: "./dist/cli.d.ts",
@@ -156,8 +156,8 @@ var package_default = {
156
156
  ],
157
157
  dependencies: {
158
158
  "@colors/colors": "^1.6.0",
159
- "extension-create": "2.0.0-alpha.3",
160
- "extension-develop": "2.0.0-alpha.3",
159
+ "extension-create": "2.0.0-alpha.4",
160
+ "extension-develop": "2.0.0-alpha.4",
161
161
  commander: "^11.1.0",
162
162
  semver: "^7.5.4",
163
163
  "update-check": "^1.5.4"
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "node": ">=18"
10
10
  },
11
11
  "name": "extension",
12
- "version": "2.0.0-alpha.3",
12
+ "version": "2.0.0-alpha.4",
13
13
  "description": "Create cross-browser extensions with no build configuration.",
14
14
  "main": "./dist/cli.js",
15
15
  "types": "./dist/cli.d.ts",
@@ -51,8 +51,8 @@
51
51
  ],
52
52
  "dependencies": {
53
53
  "@colors/colors": "^1.6.0",
54
- "extension-create": "2.0.0-alpha.3",
55
- "extension-develop": "2.0.0-alpha.3",
54
+ "extension-create": "2.0.0-alpha.4",
55
+ "extension-develop": "2.0.0-alpha.4",
56
56
  "commander": "^11.1.0",
57
57
  "semver": "^7.5.4",
58
58
  "update-check": "^1.5.4"