rollipop 0.1.0-alpha.2 → 0.1.0-alpha.3

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/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.3";
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.3";
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.3",
4
4
  "type": "module",
5
5
  "bin": "./bin/index.js",
6
6
  "exports": {