@kunver/new 2.9.0 → 2.10.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,5 +1,5 @@
1
1
  {
2
- "name": "wxt-svelte-starter",
2
+ "name": "test1",
3
3
  "description": "manifest.json description",
4
4
  "private": false,
5
5
  "version": "0.0.0",
@@ -9,16 +9,19 @@
9
9
  "dev:firefox": "wxt -b firefox",
10
10
  "build": "wxt build",
11
11
  "build:firefox": "wxt build -b firefox",
12
+ "resize":"bunx @kunver/resize",
12
13
  "zip": "wxt zip",
13
- "zip:all": "bunx wxt zip -b firefox & bunx wxt zip -b chrome & bunx wxt zip -b edge",
14
+ "zip:all": "concurrently \"bunx wxt zip -b firefox\" \"bunx wxt zip -b chrome\" \"bunx wxt zip -b edge\"",
14
15
  "zip:firefox": "wxt zip -b firefox",
15
16
  "check": "svelte-check --tsconfig ./tsconfig.json",
16
- "postinstall": "wxt prepare"
17
+ "postinstall": "wxt prepare",
18
+ "manager": "bun manager.cjs bun"
17
19
  },
18
20
  "devDependencies": {
19
21
  "@tailwindcss/vite": "^4.1.12",
20
22
  "@tsconfig/svelte": "^5.0.5",
21
23
  "@wxt-dev/module-svelte": "^2.0.3",
24
+ "concurrently": "^9.2.1",
22
25
  "svelte": "^5.38.6",
23
26
  "svelte-check": "^4.3.1",
24
27
  "tailwindcss": "^4.1.12",
@@ -1,21 +1,24 @@
1
1
  {
2
2
  "name": "wxt-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": {
8
8
  "dev": "wxt",
9
9
  "dev:firefox": "wxt -b firefox",
10
10
  "build": "wxt build",
11
+ "resize":"bunx @kunver/resize",
11
12
  "build:firefox": "wxt build -b firefox",
12
13
  "zip": "wxt zip",
13
- "zip:all": "bunx wxt zip -b firefox & bunx wxt zip -b chrome & bunx wxt zip -b edge",
14
+ "zip:all": "concurrently \"bunx wxt zip -b firefox\" \"bunx wxt zip -b chrome\" \"bunx wxt zip -b edge\"",
14
15
  "zip:firefox": "wxt zip -b firefox",
15
16
  "compile": "tsc --noEmit",
16
- "postinstall": "wxt prepare"
17
+ "postinstall": "wxt prepare",
18
+ "manager": "bun manager.cjs bun"
17
19
  },
18
20
  "devDependencies": {
21
+ "concurrently": "^9.2.1",
19
22
  "typescript": "^5.8.3",
20
23
  "wxt": "^0.20.6"
21
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kunver/new",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "Opiniated project starter",
5
5
  "type": "module",
6
6
  "bin": {