@tinacms/cli 1.3.2 → 1.3.3

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 +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -297,7 +297,7 @@ var commander = __toESM(require("commander"));
297
297
 
298
298
  // package.json
299
299
  var name = "@tinacms/cli";
300
- var version = "1.3.2";
300
+ var version = "1.3.3";
301
301
 
302
302
  // src/cmds/audit/audit.ts
303
303
  var import_graphql = require("@tinacms/graphql");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -54,10 +54,10 @@
54
54
  "@graphql-tools/graphql-file-loader": "^7.2.0",
55
55
  "@graphql-tools/load": "^7.3.2",
56
56
  "@tinacms/app": "1.1.2",
57
- "@tinacms/datalayer": "1.1.5",
58
- "@tinacms/graphql": "1.3.4",
57
+ "@tinacms/datalayer": "1.1.6",
58
+ "@tinacms/graphql": "1.3.5",
59
59
  "@tinacms/metrics": "1.0.2",
60
- "@tinacms/schema-tools": "1.3.3",
60
+ "@tinacms/schema-tools": "1.3.4",
61
61
  "ajv": "^6.12.3",
62
62
  "altair-express-middleware": "4.0.6",
63
63
  "auto-bind": "^4.0.0",