@tinacms/cli 0.60.22 → 0.60.23

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,12 @@
1
1
  # tinacms-cli
2
2
 
3
+ ## 0.60.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3325cd226]
8
+ - @tinacms/graphql@0.60.8
9
+
3
10
  ## 0.60.22
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -384,7 +384,7 @@ var commander = __toModule(require("commander"));
384
384
 
385
385
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/cli/package.json
386
386
  var name = "@tinacms/cli";
387
- var version = "0.60.22";
387
+ var version = "0.60.23";
388
388
 
389
389
  // pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/cli/src/cmds/query-gen/attachSchema.ts
390
390
  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.22",
3
+ "version": "0.60.23",
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.7",
62
+ "@tinacms/graphql": "0.60.8",
63
63
  "@tinacms/metrics": "0.0.3",
64
64
  "@tinacms/schema-tools": "0.0.5",
65
65
  "@yarnpkg/esbuild-plugin-pnp": "^2.0.1-rc.3",