create-rsbuild 0.1.8 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -104
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,106 +1,3 @@
1
1
  # create-rsbuild
2
2
 
3
- ## 0.1.8
4
-
5
- ## 0.1.7
6
-
7
- ## 0.1.6
8
-
9
- ## 0.1.5
10
-
11
- ## 0.1.4
12
-
13
- ### Patch Changes
14
-
15
- - 8d09c89: feat: support solid-js HMR
16
-
17
- ## 0.1.3
18
-
19
- ## 0.1.2
20
-
21
- ## 0.1.1
22
-
23
- ## 0.1.0
24
-
25
- ### Patch Changes
26
-
27
- - 1090e387: feat(create-rsbuild): bump typescript to v5.3.0
28
-
29
- ## 0.0.28
30
-
31
- ## 0.0.27
32
-
33
- ## 0.0.26
34
-
35
- ## 0.0.25
36
-
37
- ## 0.0.24
38
-
39
- ## 0.0.23
40
-
41
- ## 0.0.22
42
-
43
- ### Patch Changes
44
-
45
- - 73cac183: feat(create-rsbuild): add new lit template
46
- - 6c00e30: fix(create-rsbuild): missing tsconfig.json in vanilla template
47
- - 6c00e30: feat(create-rsbuild): improve next steps message
48
- - 82e7c249: fix(create-rsbuild): incorrect title in sample code
49
-
50
- ## 0.0.21
51
-
52
- ### Patch Changes
53
-
54
- - a782b44: feat(create-rsbuild): add new vanilla template
55
-
56
- ## 0.0.20
57
-
58
- ## 0.0.19
59
-
60
- ## 0.0.18
61
-
62
- ### Patch Changes
63
-
64
- - 6f1c4a1: feat: add builtin assets and CSS modules types
65
- - eed4dcb: feat(create-rsbuild): update all pages in templates
66
- - a4485ea: feat(create-rspack): add dev --open option by default
67
-
68
- ## 0.0.17
69
-
70
- ## 0.0.16
71
-
72
- ### Patch Changes
73
-
74
- - 9a52542: feat: add default meta configs and simplify the templates
75
-
76
- ## 0.0.15
77
-
78
- ## 0.0.14
79
-
80
- ## 0.0.13
81
-
82
- ## 0.0.12
83
-
84
- ### Patch Changes
85
-
86
- - 50c2711: feat(create-rsbuild): always use the latest version
87
-
88
- ## 0.0.11
89
-
90
- ### Patch Changes
91
-
92
- - 8a4cf1e: fix(create-rsbuild): incorrect preview command
93
- - db6b547: feat(create-rsbuild): templates depend on latest version of Rsbuild
94
-
95
- ## 0.0.10
96
-
97
- ### Patch Changes
98
-
99
- - 3d261af: fix(create-rsbuild): failed to publish tsconfig of templates
100
-
101
- ## 0.0.9
102
-
103
- ### Patch Changes
104
-
105
- - 0fbab50: fix(create-rsbuild): failed to resolve the templates
106
- - e6be3a5: fix(create-rspack): skip local files for debugging
3
+ ## 0.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -9,6 +9,7 @@
9
9
  "directory": "packages/create-rsbuild"
10
10
  },
11
11
  "license": "MIT",
12
+ "type": "commonjs",
12
13
  "exports": {
13
14
  ".": {
14
15
  "types": "./dist/index.d.ts",
@@ -25,7 +26,7 @@
25
26
  "rslog": "^1.1.1"
26
27
  },
27
28
  "devDependencies": {
28
- "@types/node": "^16",
29
+ "@types/node": "16.x",
29
30
  "typescript": "^5.3.0"
30
31
  },
31
32
  "publishConfig": {