create-waku 0.4.0 → 0.4.2

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.
Files changed (2) hide show
  1. package/cli.js +3 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -12,13 +12,15 @@ if (fs.existsSync(dirName)) {
12
12
  }
13
13
 
14
14
  const baseUrl =
15
- "https://raw.githubusercontent.com/dai-shi/waku/v0.10.0/examples/01_counter/";
15
+ "https://raw.githubusercontent.com/dai-shi/waku/v0.11.1/examples/01_counter/";
16
16
 
17
17
  const files = `
18
18
  entries.ts
19
19
  index.html
20
+ vite.prd.config.ts
20
21
  package.json
21
22
  tsconfig.json
23
+ vite.config.ts
22
24
  src/index.tsx
23
25
  src/App.tsx
24
26
  src/Counter.tsx
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "create-waku",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "bin": "./cli.js"
5
5
  }