shipthis 0.1.7 → 0.1.9

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.
@@ -69,7 +69,7 @@ const Ship = ({ onComplete, onError }) => {
69
69
  jobs == null && /* @__PURE__ */ jsx(Text, { children: shipLog }),
70
70
  jobs && jobs.map((job) => /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, children: [
71
71
  /* @__PURE__ */ jsx(JobStatusTable, { jobId: job.id, projectId: job.project.id, isWatching: true }),
72
- /* @__PURE__ */ jsx(Box, { width: 100, flexDirection: "column", children: /* @__PURE__ */ jsx(JobProgress, { job, onComplete: () => handleJobComplete(job) }) })
72
+ /* @__PURE__ */ jsx(Box, { flexDirection: "column", children: /* @__PURE__ */ jsx(JobProgress, { job, onComplete: () => handleJobComplete(job) }) })
73
73
  ] }, job.id)),
74
74
  jobs && !showSuccess && /* @__PURE__ */ jsx(Text, { bold: true, children: "Please wait while ShipThis builds your game..." }),
75
75
  showSuccess && /* @__PURE__ */ jsx(Text, { color: "green", children: "\u{1F680} Shipped" })
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "shipthis",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "shipthis",
9
- "version": "0.1.7",
9
+ "version": "0.1.9",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@expo/apple-utils": "2.0.3",
@@ -2261,5 +2261,5 @@
2261
2261
  ]
2262
2262
  }
2263
2263
  },
2264
- "version": "0.1.7"
2264
+ "version": "0.1.9"
2265
2265
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "ShipThis manages building and uploading your Godot games to the App Store and Google Play.",
4
- "version": "0.1.7",
4
+ "version": "0.1.9",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -88,7 +88,7 @@
88
88
  "/oclif.manifest.json",
89
89
  "npm-shrinkwrap.json"
90
90
  ],
91
- "homepage": "https://shipth.is",
91
+ "homepage": "https://shipthis.cc/",
92
92
  "keywords": [
93
93
  "cli",
94
94
  "godot",