@tinacms/cli 1.5.23 → 1.5.25

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ module.exports = __toCommonJS(src_exports);
31
31
  var import_clipanion8 = require("clipanion");
32
32
 
33
33
  // package.json
34
- var version = "1.5.23";
34
+ var version = "1.5.25";
35
35
 
36
36
  // src/next/commands/dev-command/index.ts
37
37
  var import_clipanion2 = require("clipanion");
@@ -1798,7 +1798,12 @@ async function localSpin({
1798
1798
  });
1799
1799
  spinner.setSpinnerString("\u280B\u2819\u2839\u2838\u283C\u2834\u2826\u2827\u2807\u280F");
1800
1800
  spinner.start();
1801
- const res = await waitFor();
1801
+ let res;
1802
+ try {
1803
+ res = await waitFor();
1804
+ } catch (e) {
1805
+ console.error(e);
1806
+ }
1802
1807
  spinner.stop();
1803
1808
  console.log("");
1804
1809
  return res;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.5.23",
3
+ "version": "1.5.25",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -58,12 +58,12 @@
58
58
  "@tailwindcss/aspect-ratio": "^0.4.0",
59
59
  "@tailwindcss/line-clamp": "^0.3.1",
60
60
  "@tailwindcss/typography": "^0.5.9",
61
- "@tinacms/app": "1.2.21",
62
- "@tinacms/datalayer": "1.2.19",
63
- "@tinacms/graphql": "1.4.19",
61
+ "@tinacms/app": "1.2.23",
62
+ "@tinacms/datalayer": "1.2.21",
63
+ "@tinacms/graphql": "1.4.21",
64
64
  "@tinacms/metrics": "1.0.2",
65
- "@tinacms/schema-tools": "1.4.7",
66
- "@tinacms/search": "1.0.4",
65
+ "@tinacms/schema-tools": "1.4.8",
66
+ "@tinacms/search": "1.0.6",
67
67
  "@vitejs/plugin-react": "3.1.0",
68
68
  "ajv": "^6.12.3",
69
69
  "altair-express-middleware": "4.0.6",