@tinacms/graphql 0.0.0-202243121187 → 0.0.0-202243122299

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,12 +1,12 @@
1
1
  # tina-graphql
2
2
 
3
- ## 0.0.0-202243121187
3
+ ## 0.0.0-202243122299
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ed565bd3b: Experimental isomorphic git bridge implementation
8
8
  - Updated dependencies [ed565bd3b]
9
- - @tinacms/datalayer@0.0.0-202243121187
9
+ - @tinacms/datalayer@0.0.0-202243122299
10
10
 
11
11
  ## 0.60.3
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.0.0-202243121187",
3
+ "version": "0.0.0-202243122299",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@graphql-tools/relay-operation-optimizer": "^6.4.1",
50
- "@tinacms/datalayer": "0.0.0-202243121187",
50
+ "@tinacms/datalayer": "0.0.0-202243122299",
51
51
  "body-parser": "^1.19.0",
52
52
  "cors": "^2.8.5",
53
53
  "dataloader": "^2.0.0",
@@ -97,7 +97,7 @@
97
97
  "directory": "packages/tina-graphql"
98
98
  },
99
99
  "devDependencies": {
100
- "@tinacms/datalayer": "0.0.0-202243121187",
100
+ "@tinacms/datalayer": "0.0.0-202243122299",
101
101
  "@tinacms/schema-tools": "0.0.4",
102
102
  "@tinacms/scripts": "0.50.7",
103
103
  "@types/cors": "^2.8.7",