@tinacms/cli 0.61.18 → 0.61.20

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 +2 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -302,7 +302,7 @@ var commander = __toModule(require("commander"));
302
302
 
303
303
  // package.json
304
304
  var name = "@tinacms/cli";
305
- var version = "0.61.18";
305
+ var version = "0.61.20";
306
306
 
307
307
  // src/cmds/audit/audit.ts
308
308
  var import_graphql = __toModule(require("@tinacms/graphql"));
@@ -2484,7 +2484,7 @@ var reportTelemetry = async (usingTypescript, noTelemetry) => {
2484
2484
  };
2485
2485
  var createPackageJSON = async () => {
2486
2486
  logger.info(logText("No package.json found, creating one"));
2487
- execShellCommand(`npm init --yes`);
2487
+ await execShellCommand(`npm init --yes`);
2488
2488
  };
2489
2489
  var createGitignore = async () => {
2490
2490
  logger.info(logText("No .gitignore found, creating one"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.61.18",
3
+ "version": "0.61.20",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -52,11 +52,11 @@
52
52
  "@graphql-codegen/visitor-plugin-common": "^2.4.0",
53
53
  "@graphql-tools/graphql-file-loader": "^7.2.0",
54
54
  "@graphql-tools/load": "^7.3.2",
55
- "@tinacms/app": "0.0.17",
55
+ "@tinacms/app": "0.0.19",
56
56
  "@tinacms/datalayer": "0.2.4",
57
- "@tinacms/graphql": "0.63.11",
57
+ "@tinacms/graphql": "0.63.12",
58
58
  "@tinacms/metrics": "0.0.3",
59
- "@tinacms/schema-tools": "0.1.5",
59
+ "@tinacms/schema-tools": "0.1.6",
60
60
  "add": "^2.0.6",
61
61
  "ajv": "^6.12.3",
62
62
  "altair-express-middleware": "4.0.6",