@kunver/new 2.8.1 → 2.9.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wxt-svelte-starter",
3
3
  "description": "manifest.json description",
4
- "private": true,
4
+ "private": false,
5
5
  "version": "0.0.0",
6
6
  "type": "module",
7
7
  "scripts": {
@@ -10,6 +10,7 @@
10
10
  "build": "wxt build",
11
11
  "build:firefox": "wxt build -b firefox",
12
12
  "zip": "wxt zip",
13
+ "zip:all": "bunx wxt zip -b firefox & bunx wxt zip -b chrome & bunx wxt zip -b edge",
13
14
  "zip:firefox": "wxt zip -b firefox",
14
15
  "check": "svelte-check --tsconfig ./tsconfig.json",
15
16
  "postinstall": "wxt prepare"
@@ -4,6 +4,10 @@ import tailwindcss from "@tailwindcss/vite"
4
4
  // See https://wxt.dev/api/config.html
5
5
  export default defineConfig({
6
6
  srcDir: "src",
7
+ manifest: {
8
+ name: "wxt-svelte-starter",
9
+ description: "manifest.json description",
10
+ },
7
11
  modules: ["@wxt-dev/module-svelte"],
8
12
  vite: () => ({
9
13
  plugins: [tailwindcss()],
@@ -10,6 +10,7 @@
10
10
  "build": "wxt build",
11
11
  "build:firefox": "wxt build -b firefox",
12
12
  "zip": "wxt zip",
13
+ "zip:all": "bunx wxt zip -b firefox & bunx wxt zip -b chrome & bunx wxt zip -b edge",
13
14
  "zip:firefox": "wxt zip -b firefox",
14
15
  "compile": "tsc --noEmit",
15
16
  "postinstall": "wxt prepare"
@@ -2,6 +2,10 @@ import { defineConfig } from "wxt"
2
2
 
3
3
  // See https://wxt.dev/api/config.html
4
4
  export default defineConfig({
5
+ manifest: {
6
+ name: "wxt-vanilla-starter",
7
+ description: "manifest.json description",
8
+ },
5
9
  webExt: {
6
10
  disabled: true,
7
11
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kunver/new",
3
- "version": "2.8.1",
3
+ "version": "2.9.0",
4
4
  "description": "Opiniated project starter",
5
5
  "type": "module",
6
6
  "bin": {