@tinacms/graphql 0.0.0-2022230211331 → 0.0.0-202223103642

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 +2 -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-2022230211331
3
+ ## 0.0.0-202223103642
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -40,7 +40,7 @@
40
40
  - 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.
41
41
  - Updated dependencies [a87e1e6fa]
42
42
  - Updated dependencies [b01f2e382]
43
- - @tinacms/datalayer@0.0.0-2022230211331
43
+ - @tinacms/datalayer@0.0.0-202223103642
44
44
 
45
45
  ## 0.59.8
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.0.0-2022230211331",
3
+ "version": "0.0.0-202223103642",
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-2022230211331",
49
+ "@tinacms/datalayer": "0.0.0-202223103642",
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-2022230211331",
99
+ "@tinacms/datalayer": "0.0.0-202223103642",
100
100
  "@tinacms/scripts": "0.50.7",
101
101
  "@types/cors": "^2.8.7",
102
102
  "@types/estree": "^0.0.50",