@tinacms/cli 1.5.24 → 1.5.26
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.
- package/dist/index.js +7 -2
- package/package.json +8 -7
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.
|
|
34
|
+
var version = "1.5.26";
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.5.26",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@tinacms/scripts": "1.1.
|
|
24
|
+
"@tinacms/scripts": "1.1.1",
|
|
25
25
|
"@types/clear": "0.1.0",
|
|
26
26
|
"@types/cli-spinner": "^0.2.1",
|
|
27
27
|
"@types/cors": "2.8.5",
|
|
@@ -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.
|
|
62
|
-
"@tinacms/datalayer": "1.2.
|
|
63
|
-
"@tinacms/graphql": "1.4.
|
|
61
|
+
"@tinacms/app": "1.2.24",
|
|
62
|
+
"@tinacms/datalayer": "1.2.22",
|
|
63
|
+
"@tinacms/graphql": "1.4.22",
|
|
64
64
|
"@tinacms/metrics": "1.0.2",
|
|
65
|
-
"@tinacms/schema-tools": "1.4.
|
|
66
|
-
"@tinacms/search": "1.0.
|
|
65
|
+
"@tinacms/schema-tools": "1.4.9",
|
|
66
|
+
"@tinacms/search": "1.0.7",
|
|
67
67
|
"@vitejs/plugin-react": "3.1.0",
|
|
68
68
|
"ajv": "^6.12.3",
|
|
69
69
|
"altair-express-middleware": "4.0.6",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"readable-stream": "^4.3.0",
|
|
104
104
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
105
105
|
"tailwindcss": "^3.2.7",
|
|
106
|
+
"typanion": "3.13.0",
|
|
106
107
|
"url-pattern": "^1.0.3",
|
|
107
108
|
"vite": "^4.3.9",
|
|
108
109
|
"yarn": "^1.22.17",
|