appos 0.3.20-0 → 0.3.21-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.
@@ -147027,7 +147027,7 @@ var preview_default = defineCommand({
147027
147027
 
147028
147028
  //#endregion
147029
147029
  //#region package.json
147030
- var version = "0.3.20-0";
147030
+ var version = "0.3.21-0";
147031
147031
 
147032
147032
  //#endregion
147033
147033
  //#region src/cli/commands/repl.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appos",
3
- "version": "0.3.20-0",
3
+ "version": "0.3.21-0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "release": "release-it",