appos 0.3.22-0 → 0.3.23-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.
@@ -146625,7 +146625,7 @@ var preview_default = defineCommand({
146625
146625
 
146626
146626
  //#endregion
146627
146627
  //#region package.json
146628
- var version = "0.3.22-0";
146628
+ var version = "0.3.23-0";
146629
146629
 
146630
146630
  //#endregion
146631
146631
  //#region src/cli/commands/repl.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appos",
3
- "version": "0.3.22-0",
3
+ "version": "0.3.23-0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "release": "release-it",