@tinacms/cli 0.60.20 → 0.60.21

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # tinacms-cli
2
2
 
3
+ ## 0.60.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e2aafcd93]
8
+ - Updated dependencies [a20fed8b7]
9
+ - @tinacms/graphql@0.60.6
10
+
3
11
  ## 0.60.20
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -348,7 +348,7 @@ var commander = __toModule(require("commander"));
348
348
 
349
349
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/cli/package.json
350
350
  var name = "@tinacms/cli";
351
- var version = "0.60.20";
351
+ var version = "0.60.21";
352
352
 
353
353
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/cli/src/cmds/query-gen/attachSchema.ts
354
354
  var import_graphql = __toModule(require("@tinacms/graphql"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.60.20",
3
+ "version": "0.60.21",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -59,7 +59,7 @@
59
59
  "@graphql-tools/graphql-file-loader": "^7.2.0",
60
60
  "@graphql-tools/load": "^7.3.2",
61
61
  "@tinacms/datalayer": "0.1.1",
62
- "@tinacms/graphql": "0.60.5",
62
+ "@tinacms/graphql": "0.60.6",
63
63
  "@tinacms/metrics": "0.0.3",
64
64
  "@tinacms/schema-tools": "0.0.4",
65
65
  "@yarnpkg/esbuild-plugin-pnp": "^2.0.1-rc.3",