appship-cli 0.1.1 → 0.1.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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  APPSHIP_VERSION
4
- } from "./chunk-CVYD5FVI.js";
4
+ } from "./chunk-XGVCTALD.js";
5
5
 
6
6
  // src/core/project/flutter.ts
7
7
  import { readFile as readFile4 } from "fs/promises";
@@ -32,11 +32,11 @@ async function detectProjectType(projectRoot) {
32
32
  if (pkg && "react-native" in deps) {
33
33
  return "react-native";
34
34
  }
35
- const { readPubspec: readPubspec2, isFlutterPubspec: isFlutterPubspec2 } = await import("./flutter-D6ZOT4JJ.js");
35
+ const { readPubspec: readPubspec2, isFlutterPubspec: isFlutterPubspec2 } = await import("./flutter-UIBWJIKY.js");
36
36
  if (isFlutterPubspec2(await readPubspec2(projectRoot))) {
37
37
  return "flutter";
38
38
  }
39
- const { findRootPbxproj, hasNativeAndroidLayout } = await import("./native-RCWBM6UF.js");
39
+ const { findRootPbxproj, hasNativeAndroidLayout } = await import("./native-WXU3IQKR.js");
40
40
  const { existsSync: existsSync2 } = await import("fs");
41
41
  if (hasNativeAndroidLayout(projectRoot, existsSync2)) {
42
42
  return "native-android";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  APPSHIP_VERSION
4
- } from "./chunk-CVYD5FVI.js";
4
+ } from "./chunk-XGVCTALD.js";
5
5
 
6
6
  // src/core/project/native.ts
7
7
  import { readFile } from "fs/promises";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  // src/version.ts
4
- var APPSHIP_VERSION = "0.1.0";
4
+ var APPSHIP_VERSION = "0.1.2";
5
5
 
6
6
  export {
7
7
  APPSHIP_VERSION
@@ -3,8 +3,8 @@ import {
3
3
  analyzeFlutterProject,
4
4
  isFlutterPubspec,
5
5
  readPubspec
6
- } from "./chunk-WWHJBKI3.js";
7
- import "./chunk-CVYD5FVI.js";
6
+ } from "./chunk-AZTXBAUU.js";
7
+ import "./chunk-XGVCTALD.js";
8
8
  export {
9
9
  analyzeFlutterProject,
10
10
  isFlutterPubspec,
package/dist/index.js CHANGED
@@ -9,12 +9,14 @@ import {
9
9
  readExpoConfig,
10
10
  readPackageJson,
11
11
  readPubspec
12
- } from "./chunk-WWHJBKI3.js";
12
+ } from "./chunk-AZTXBAUU.js";
13
13
  import {
14
14
  analyzeNativeAndroidProject,
15
15
  analyzeNativeIosProject
16
- } from "./chunk-TLOV7VBN.js";
17
- import "./chunk-CVYD5FVI.js";
16
+ } from "./chunk-D5IVOO3T.js";
17
+ import {
18
+ APPSHIP_VERSION
19
+ } from "./chunk-XGVCTALD.js";
18
20
  import {
19
21
  UploadError,
20
22
  assertUploadLane,
@@ -3683,7 +3685,7 @@ var rulesCommand = new Command10("rules").description("Manage the store policy r
3683
3685
  var program = new Command11();
3684
3686
  program.name("appship").description(
3685
3687
  "AI release assistant that analyzes your mobile app and prepares everything required for App Store and Google Play submission"
3686
- ).version("0.1.0");
3688
+ ).version(APPSHIP_VERSION);
3687
3689
  program.addCommand(initCommand);
3688
3690
  program.addCommand(generateCommand);
3689
3691
  program.addCommand(localizeCommand);
@@ -4,8 +4,8 @@ import {
4
4
  analyzeNativeIosProject,
5
5
  findRootPbxproj,
6
6
  hasNativeAndroidLayout
7
- } from "./chunk-TLOV7VBN.js";
8
- import "./chunk-CVYD5FVI.js";
7
+ } from "./chunk-D5IVOO3T.js";
8
+ import "./chunk-XGVCTALD.js";
9
9
  export {
10
10
  analyzeNativeAndroidProject,
11
11
  analyzeNativeIosProject,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appship-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Open-source AI release assistant that analyzes your mobile app and prepares everything required for App Store and Google Play submission",
5
5
  "repository": {
6
6
  "type": "git",