@omnigraph/json-schema 0.24.5-alpha-9021e711b.0 → 1.0.0-alpha-3fc47d119.0

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package generates GraphQL Schema from JSON Schema and sample JSON request and responses. You can define your root field endpoints like below in your GraphQL Config for example;
4
4
 
5
- ```yml
5
+ ```yaml
6
6
  schema:
7
7
  myOmnigraph:
8
8
  loader: '@omnigraph/json-schema'
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@omnigraph/json-schema",
3
- "version": "0.24.5-alpha-9021e711b.0",
3
+ "version": "1.0.0-alpha-3fc47d119.0",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
+ "@graphql-mesh/types": "0.79.0-alpha-3fc47d119.0",
7
+ "@graphql-mesh/utils": "1.0.0-alpha-3fc47d119.0",
6
8
  "graphql": "*"
7
9
  },
8
10
  "dependencies": {
9
11
  "@graphql-mesh/cross-helpers": "0.2.0",
10
12
  "@graphql-mesh/string-interpolation": "0.3.0",
11
- "@graphql-mesh/types": "0.78.5-alpha-9021e711b.0",
12
- "@graphql-mesh/utils": "0.37.6-alpha-9021e711b.0",
13
13
  "@graphql-tools/utils": "8.8.0",
14
14
  "@json-schema-tools/meta-schema": "1.6.19",
15
15
  "@whatwg-node/fetch": "^0.0.2",
@@ -17,7 +17,7 @@
17
17
  "ajv-formats": "2.1.1",
18
18
  "graphql-compose": "9.0.8",
19
19
  "graphql-scalars": "1.17.0",
20
- "json-machete": "0.10.5-alpha-9021e711b.0",
20
+ "json-machete": "1.0.0-alpha-3fc47d119.0",
21
21
  "lodash.set": "4.3.2",
22
22
  "pascal-case": "3.1.2",
23
23
  "qs": "6.11.0",