appos 0.3.9-0 → 0.3.10-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.
@@ -146764,7 +146764,7 @@ var preview_default = defineCommand({
146764
146764
 
146765
146765
  //#endregion
146766
146766
  //#region package.json
146767
- var version = "0.3.9-0";
146767
+ var version = "0.3.10-0";
146768
146768
 
146769
146769
  //#endregion
146770
146770
  //#region src/cli/commands/repl.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appos",
3
- "version": "0.3.9-0",
3
+ "version": "0.3.10-0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "release": "release-it",