preflightlaunch 0.2.0 → 0.2.2

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.
@@ -2,10 +2,12 @@
2
2
  import { createRequire } from "node:module";
3
3
  const require = createRequire(import.meta.url);
4
4
  import {
5
+ resumeSubmitCommand,
5
6
  submitCommand
6
- } from "./chunk-X5CBMYPG.js";
7
+ } from "./chunk-26P7VL2P.js";
7
8
  import "./chunk-45JYNMSU.js";
8
9
  export {
10
+ resumeSubmitCommand,
9
11
  submitCommand
10
12
  };
11
- //# sourceMappingURL=submit-WANAECAV.js.map
13
+ //# sourceMappingURL=submit-HEQTSQL5.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "preflightlaunch",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "Preflight CLI - App Store Review Scanner from your terminal",
6
6
  "bin": {