@isograph/babel-plugin 0.0.0-main-2776a275 → 0.0.0-main-a3a330ff

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 +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ module.exports = {
20
20
 
21
21
  ## What does it do?
22
22
 
23
- This package changes calls to `isoFetch` to `require` calls for the generated artifact. For example, `` isoFetch`Query.home_page` `` might get replaced with `require("../__isograph/Query/home_page/entrypoint.isograph.ts")`.
23
+ This package changes calls to `isoFetch` to `require` calls for the generated artifact. For example, `` isoFetch`Query.HomePage` `` might get replaced with `require("../__isograph/Query/HomePage/entrypoint.isograph.ts")`.
24
24
 
25
25
  ## Requirements
26
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@isograph/babel-plugin",
3
3
  "description": "A Babel plugin for use with Isograph applications.",
4
- "version": "0.0.0-main-2776a275",
4
+ "version": "0.0.0-main-a3a330ff",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "isograph",