@graphprotocol/client-polling-live 1.1.0 → 1.1.1-rc-20230308084959-03b944a

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/cjs/index.js CHANGED
@@ -13,6 +13,8 @@ function usePollingLive({ config: { defaultInterval = 1000, defaultPauseOnBackgr
13
13
  typeDefs: /* GraphQL */ `
14
14
  directive @live(interval: Int = ${defaultInterval}, pauseOnBackground: Boolean = ${defaultPauseOnBackground}) on QUERY
15
15
  `,
16
+ assumeValid: true,
17
+ assumeValidSDL: true,
16
18
  }));
17
19
  }
18
20
  },
package/esm/index.js CHANGED
@@ -11,6 +11,8 @@ export default function usePollingLive({ config: { defaultInterval = 1000, defau
11
11
  typeDefs: /* GraphQL */ `
12
12
  directive @live(interval: Int = ${defaultInterval}, pauseOnBackground: Boolean = ${defaultPauseOnBackground}) on QUERY
13
13
  `,
14
+ assumeValid: true,
15
+ assumeValidSDL: true,
14
16
  }));
15
17
  }
16
18
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/client-polling-live",
3
- "version": "1.1.0",
3
+ "version": "1.1.1-rc-20230308084959-03b944a",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {