@tinacms/graphql 0.0.0-202252014322 → 0.0.0-202252114474

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # tina-graphql
2
2
 
3
- ## 0.0.0-202252014322
3
+ ## 0.0.0-202252114474
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2ef5a1f33: Use media config from the schema in the local media server
8
8
  - 2ef5a1f33: Uses new `schema.config` when resolving media/asset urls
9
- - 4fda1cc7b: Experimental isomorphic git bridge implementation
10
- - Updated dependencies [4fda1cc7b]
11
- - @tinacms/datalayer@0.0.0-202252014322
12
- - @tinacms/schema-tools@0.0.0-202252014322
9
+ - a87487da0: Experimental isomorphic git bridge implementation
10
+ - Updated dependencies [a87487da0]
11
+ - @tinacms/datalayer@0.0.0-202252114474
12
+ - @tinacms/schema-tools@0.0.0-202252114474
13
13
 
14
14
  ## 0.60.8
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.0.0-202252014322",
3
+ "version": "0.0.0-202252114474",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@graphql-tools/relay-operation-optimizer": "^6.4.1",
50
- "@tinacms/datalayer": "0.0.0-202252014322",
51
- "@tinacms/schema-tools": "0.0.0-202252014322",
50
+ "@tinacms/datalayer": "0.0.0-202252114474",
51
+ "@tinacms/schema-tools": "0.0.0-202252114474",
52
52
  "body-parser": "^1.19.0",
53
53
  "cors": "^2.8.5",
54
54
  "dataloader": "^2.0.0",
@@ -98,9 +98,9 @@
98
98
  "directory": "packages/tina-graphql"
99
99
  },
100
100
  "devDependencies": {
101
- "@tinacms/datalayer": "0.0.0-202252014322",
102
- "@tinacms/schema-tools": "0.0.0-202252014322",
103
- "@tinacms/scripts": "0.0.0-202252014322",
101
+ "@tinacms/datalayer": "0.0.0-202252114474",
102
+ "@tinacms/schema-tools": "0.0.0-202252114474",
103
+ "@tinacms/scripts": "0.0.0-202252114474",
104
104
  "@types/cors": "^2.8.7",
105
105
  "@types/estree": "^0.0.50",
106
106
  "@types/express": "^4.17.8",