wxt 0.4.0 → 0.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wxt",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "description": "Next gen framework for developing web extensions",
6
6
  "engines": {
7
7
  "node": ">=18.16.0",
@@ -9,8 +9,9 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/aklinker1/wxt"
12
+ "url": "https://github.com/wxt-dev/wxt"
13
13
  },
14
+ "homepage": "https://wxt.dev",
14
15
  "keywords": [
15
16
  "vite",
16
17
  "chrome",
@@ -118,6 +119,7 @@
118
119
  "prepublish": "pnpm -s build",
119
120
  "docs:dev": "vitepress dev docs",
120
121
  "docs:build": "vitepress build docs",
121
- "docs:preview": "vitepress preview docs"
122
+ "docs:preview": "vitepress preview docs",
123
+ "sync-releases": "pnpx changelogen@latest gh release all"
122
124
  }
123
125
  }