houdini-react 1.2.9 → 1.2.11

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 (46) hide show
  1. package/build/plugin/codegen/entries.d.ts +1 -2
  2. package/build/plugin/codegen/index.d.ts +1 -2
  3. package/build/plugin/codegen/manifest.d.ts +4 -41
  4. package/build/plugin/codegen/router.d.ts +1 -2
  5. package/build/plugin/codegen/typeRoot.d.ts +1 -2
  6. package/build/plugin/index.d.ts +3 -1
  7. package/build/plugin/vite.d.ts +38 -1
  8. package/build/plugin-cjs/index.js +75188 -76234
  9. package/build/plugin-esm/index.js +75185 -76233
  10. package/build/runtime/index.d.ts +6 -3
  11. package/build/runtime/routing/components/Router.d.ts +4 -4
  12. package/build/runtime/routing/components/index.d.ts +0 -1
  13. package/build/runtime/routing/lib/cache.d.ts +1 -1
  14. package/build/runtime/routing/lib/types.d.ts +0 -4
  15. package/build/runtime-cjs/index.d.ts +6 -3
  16. package/build/runtime-cjs/index.js +22 -18
  17. package/build/runtime-cjs/routing/components/Router.d.ts +4 -4
  18. package/build/runtime-cjs/routing/components/Router.js +173 -70
  19. package/build/runtime-cjs/routing/components/index.d.ts +0 -1
  20. package/build/runtime-cjs/routing/components/index.js +0 -3
  21. package/build/runtime-cjs/routing/lib/cache.d.ts +1 -1
  22. package/build/runtime-cjs/routing/lib/cache.js +6 -2
  23. package/build/runtime-cjs/routing/lib/types.d.ts +0 -4
  24. package/build/runtime-esm/index.d.ts +6 -3
  25. package/build/runtime-esm/index.js +22 -18
  26. package/build/runtime-esm/routing/components/Router.d.ts +4 -4
  27. package/build/runtime-esm/routing/components/Router.js +173 -69
  28. package/build/runtime-esm/routing/components/index.d.ts +0 -1
  29. package/build/runtime-esm/routing/components/index.js +0 -2
  30. package/build/runtime-esm/routing/lib/cache.d.ts +1 -1
  31. package/build/runtime-esm/routing/lib/cache.js +6 -2
  32. package/build/runtime-esm/routing/lib/types.d.ts +0 -4
  33. package/package.json +3 -12
  34. package/build/plugin/conventions.d.ts +0 -24
  35. package/build/runtime/routing/components/Link.d.ts +0 -5
  36. package/build/runtime-cjs/routing/components/Link.d.ts +0 -5
  37. package/build/runtime-cjs/routing/components/Link.js +0 -51
  38. package/build/runtime-esm/routing/components/Link.d.ts +0 -5
  39. package/build/runtime-esm/routing/components/Link.js +0 -21
  40. package/build/server/compat.d.ts +0 -7
  41. package/build/server/index.d.ts +0 -17
  42. package/build/server/session.d.ts +0 -3
  43. package/build/server-cjs/index.js +0 -166716
  44. package/build/server-cjs/package.json +0 -1
  45. package/build/server-esm/index.js +0 -166707
  46. package/build/server-esm/package.json +0 -1
@@ -1 +0,0 @@
1
- {"type":"module"}