@tinacms/graphql 0.0.0-20222301036 → 0.0.0-20222301112

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/CHANGELOG.md +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # tina-graphql
2
2
 
3
- ## 0.0.0-20222301036
3
+ ## 0.0.0-20222301112
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -38,7 +38,8 @@
38
38
 
39
39
  - e8b0de1f7: Add `parentTypename` to fields to allow us to disambiguate between fields which have the same field names but different types. Example, an event from field name of `blocks.0.title` could belong to a `Cta` block or a `Hero` block, both of which have a `title` field.
40
40
  - Updated dependencies [a87e1e6fa]
41
- - @tinacms/datalayer@0.0.0-20222301036
41
+ - Updated dependencies [b01f2e382]
42
+ - @tinacms/datalayer@0.0.0-20222301112
42
43
 
43
44
  ## 0.59.8
44
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.0.0-20222301036",
3
+ "version": "0.0.0-20222301112",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@graphql-tools/relay-operation-optimizer": "^6.4.1",
49
- "@tinacms/datalayer": "0.0.0-20222301036",
49
+ "@tinacms/datalayer": "0.0.0-20222301112",
50
50
  "body-parser": "^1.19.0",
51
51
  "cors": "^2.8.5",
52
52
  "dataloader": "^2.0.0",
@@ -96,7 +96,7 @@
96
96
  "directory": "packages/tina-graphql"
97
97
  },
98
98
  "devDependencies": {
99
- "@tinacms/datalayer": "0.0.0-20222301036",
99
+ "@tinacms/datalayer": "0.0.0-20222301112",
100
100
  "@tinacms/scripts": "0.50.7",
101
101
  "@types/cors": "^2.8.7",
102
102
  "@types/estree": "^0.0.50",