rollipop 0.1.0-alpha.3 → 0.1.0-alpha.4
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/CHANGELOG.md +57 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# rollipop
|
|
2
|
+
|
|
3
|
+
## 0.1.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix yarn workspace
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @rollipop/common@0.1.0-alpha.4
|
|
10
|
+
- @rollipop/core@0.1.0-alpha.4
|
|
11
|
+
|
|
12
|
+
## 0.1.0-alpha.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- fe6a1db: npm oidc
|
|
17
|
+
- Updated dependencies [fe6a1db]
|
|
18
|
+
- @rollipop/common@0.1.0-alpha.3
|
|
19
|
+
- @rollipop/core@0.1.0-alpha.3
|
|
20
|
+
|
|
21
|
+
## 0.1.0-alpha.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- e8d32a7: improve `configureServer` hook
|
|
26
|
+
- 5cee54c: supports custom HMR handler
|
|
27
|
+
- 4768f8f: add `configureServer`
|
|
28
|
+
- Updated dependencies [e8d32a7]
|
|
29
|
+
- Updated dependencies [8118bc3]
|
|
30
|
+
- Updated dependencies [5cee54c]
|
|
31
|
+
- Updated dependencies [4768f8f]
|
|
32
|
+
- @rollipop/core@0.1.0-alpha.2
|
|
33
|
+
- @rollipop/common@0.1.0-alpha.2
|
|
34
|
+
|
|
35
|
+
## 0.1.0-alpha.1
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- 3d72e91: add `config` and `configResolved` for plugins
|
|
40
|
+
- Updated dependencies [e21eeb5]
|
|
41
|
+
- Updated dependencies [3d72e91]
|
|
42
|
+
- @rollipop/dev-server@0.1.0-alpha.1
|
|
43
|
+
- @rollipop/core@0.1.0-alpha.1
|
|
44
|
+
- @rollipop/common@0.1.0-alpha.1
|
|
45
|
+
|
|
46
|
+
## 0.1.0-alpha.0
|
|
47
|
+
|
|
48
|
+
### Minor Changes
|
|
49
|
+
|
|
50
|
+
- 7a1d9a7: pre-alpha
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [7a1d9a7]
|
|
55
|
+
- @rollipop/common@0.1.0-alpha.0
|
|
56
|
+
- @rollipop/core@0.1.0-alpha.0
|
|
57
|
+
- @rollipop/dev-server@0.1.0-alpha.0
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollipop",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": "./bin/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@commander-js/extra-typings": "^14.0.0",
|
|
51
51
|
"@inquirer/prompts": "^8.1.0",
|
|
52
|
-
"@rollipop/common": "
|
|
53
|
-
"@rollipop/core": "
|
|
52
|
+
"@rollipop/common": "0.1.0-alpha.4",
|
|
53
|
+
"@rollipop/core": "0.1.0-alpha.4",
|
|
54
54
|
"commander": "^14.0.2",
|
|
55
|
-
"es-toolkit": "
|
|
55
|
+
"es-toolkit": "1.43.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"tsdown": "
|
|
59
|
-
"typescript": "
|
|
58
|
+
"tsdown": "0.18.1",
|
|
59
|
+
"typescript": "5.9.3"
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|