@graphcommerce/graphql-mesh 9.0.0-canary.115 → 9.0.0-canary.117

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.117
4
+
5
+ ## 9.0.0-canary.116
6
+
3
7
  ## 9.0.0-canary.115
4
8
 
5
9
  ### Patch Changes
package/customFetch.ts CHANGED
@@ -10,6 +10,7 @@ const fetcher = fetchRetry(
10
10
  * @param {RequestInfo | URL} url
11
11
  * @param {import('fetch-retry').RequestInitWithRetry | undefined} options
12
12
  * @returns {Promise<Response>}
13
+ * @public
13
14
  */
14
15
  export const fetch = (
15
16
  url: RequestInfo | URL,
@@ -28,4 +29,5 @@ export const fetch = (
28
29
  })
29
30
  }
30
31
 
32
+ /** @public @alias */
31
33
  export default fetch
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/graphql-mesh",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.115",
5
+ "version": "9.0.0-canary.117",
6
6
  "main": "index.ts",
7
7
  "dependencies": {
8
8
  "@whatwg-node/fetch": "^0.10.1",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@apollo/client": "*",
17
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.115",
18
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.115",
19
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.115",
17
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.117",
18
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.117",
19
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.117",
20
20
  "@graphql-mesh/runtime": "*",
21
21
  "@graphql-mesh/types": "*"
22
22
  },
@@ -8,6 +8,8 @@ interface ForwardHeaderConfig {
8
8
  }
9
9
 
10
10
  /**
11
+ * @public
12
+ *
11
13
  * Configure in your meshrc.yaml:
12
14
  *
13
15
  * ```yaml