inflight-cli 2.1.3 → 2.1.4

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.
@@ -132,7 +132,7 @@ async function createProjectFlow(projects, ctx) {
132
132
  }
133
133
  // Poll until a deployment appears
134
134
  const pollSpinner = p.spinner();
135
- pollSpinner.start("Waiting for deployment...");
135
+ pollSpinner.start("Waiting for Vercel to start deploying...");
136
136
  for (let i = 0; i < 30; i++) {
137
137
  await new Promise((r) => setTimeout(r, 2000));
138
138
  const deps = await getRecentDeployments(token, teamId, created.id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inflight-cli",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Get feedback directly on your staging URL",
5
5
  "bin": {
6
6
  "inflight": "dist/index.js",