@tinacms/graphql 0.0.0-2022320142047 → 0.0.0-2022320202159

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-2022320142047
3
+ ## 0.0.0-2022320202159
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  - 3e2d9e43a: Adds new GraphQL `deleteDocument` mutation and logic
12
12
  - Updated dependencies [a2906d6fe]
13
13
  - Updated dependencies [3e2d9e43a]
14
- - @tinacms/datalayer@0.0.0-2022320142047
14
+ - @tinacms/datalayer@0.0.0-2022320202159
15
15
 
16
16
  ## 0.59.10
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.0.0-2022320142047",
3
+ "version": "0.0.0-2022320202159",
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-2022320142047",
49
+ "@tinacms/datalayer": "0.0.0-2022320202159",
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-2022320142047",
99
+ "@tinacms/datalayer": "0.0.0-2022320202159",
100
100
  "@tinacms/scripts": "0.50.7",
101
101
  "@types/cors": "^2.8.7",
102
102
  "@types/estree": "^0.0.50",