rollipop 0.1.0-alpha.2 → 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 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
@@ -66,7 +66,7 @@ async function runServer(config, options) {
66
66
 
67
67
  //#endregion
68
68
  //#region package.json
69
- var version = "0.1.0-alpha.2";
69
+ var version = "0.1.0-alpha.4";
70
70
 
71
71
  //#endregion
72
72
  //#region src/node/constants.ts
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ async function runServer(config, options) {
26
26
 
27
27
  //#endregion
28
28
  //#region package.json
29
- var version = "0.1.0-alpha.2";
29
+ var version = "0.1.0-alpha.4";
30
30
 
31
31
  //#endregion
32
32
  //#region src/node/constants.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollipop",
3
- "version": "0.1.0-alpha.2",
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": "workspace:*",
53
- "@rollipop/core": "workspace:*",
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": "catalog:"
55
+ "es-toolkit": "1.43.0"
56
56
  },
57
57
  "devDependencies": {
58
- "tsdown": "catalog:",
59
- "typescript": "catalog:"
58
+ "tsdown": "0.18.1",
59
+ "typescript": "5.9.3"
60
60
  }
61
- }
61
+ }