preflightlaunch 0.1.0 → 0.2.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.
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env node
2
+ import { createRequire } from "node:module";
3
+ const require = createRequire(import.meta.url);
4
+ import {
5
+ apps,
6
+ openApp,
7
+ open_default
8
+ } from "./chunk-45JYNMSU.js";
9
+ export {
10
+ apps,
11
+ open_default as default,
12
+ openApp
13
+ };
14
+ //# sourceMappingURL=open-A77P4RC4.js.map
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ import { createRequire } from "node:module";
3
+ const require = createRequire(import.meta.url);
4
+ import {
5
+ submitCommand
6
+ } from "./chunk-X5CBMYPG.js";
7
+ import "./chunk-45JYNMSU.js";
8
+ export {
9
+ submitCommand
10
+ };
11
+ //# sourceMappingURL=submit-WANAECAV.js.map
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "preflightlaunch",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Preflight CLI - App Store Review Scanner from your terminal",
6
6
  "bin": {
7
- "preflight": "dist/index.js"
7
+ "preflight": "dist/index.js",
8
+ "preflightlaunch": "dist/index.js"
8
9
  },
9
10
  "main": "./dist/index.js",
10
11
  "scripts": {
@@ -17,7 +18,7 @@
17
18
  "registry": "https://registry.npmjs.org/"
18
19
  },
19
20
  "files": [
20
- "dist/index.js",
21
+ "dist/**/*.js",
21
22
  "README.md"
22
23
  ],
23
24
  "repository": {
@@ -28,6 +29,7 @@
28
29
  "homepage": "https://preflightlaunch.com",
29
30
  "author": "Tyler Szakacs <tylerszakacs@gmail.com>",
30
31
  "dependencies": {
32
+ "@clack/prompts": "^1.0.0",
31
33
  "@supabase/supabase-js": "^2.93.3",
32
34
  "chalk": "^5.4.1",
33
35
  "cli-progress": "^3.12.0",