atom.io 0.6.1 → 0.6.2

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 (38) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.mjs.map +1 -1
  5. package/package.json +1 -1
  6. package/src/timeline.ts +1 -1
  7. package/json/dist/index.d.mts +0 -18
  8. package/json/dist/index.d.ts +0 -18
  9. package/json/dist/index.js +0 -51
  10. package/json/dist/index.js.map +0 -1
  11. package/json/dist/index.mjs +0 -15
  12. package/json/dist/index.mjs.map +0 -1
  13. package/react/dist/index.d.mts +0 -24
  14. package/react/dist/index.d.ts +0 -24
  15. package/react/dist/index.js +0 -83
  16. package/react/dist/index.js.map +0 -1
  17. package/react/dist/index.mjs +0 -41
  18. package/react/dist/index.mjs.map +0 -1
  19. package/react-devtools/dist/index.css +0 -26
  20. package/react-devtools/dist/index.css.map +0 -1
  21. package/react-devtools/dist/index.d.mts +0 -15
  22. package/react-devtools/dist/index.d.ts +0 -15
  23. package/react-devtools/dist/index.js +0 -1582
  24. package/react-devtools/dist/index.js.map +0 -1
  25. package/react-devtools/dist/index.mjs +0 -1554
  26. package/react-devtools/dist/index.mjs.map +0 -1
  27. package/realtime/dist/index.d.mts +0 -27
  28. package/realtime/dist/index.d.ts +0 -27
  29. package/realtime/dist/index.js +0 -191
  30. package/realtime/dist/index.js.map +0 -1
  31. package/realtime/dist/index.mjs +0 -152
  32. package/realtime/dist/index.mjs.map +0 -1
  33. package/realtime-react/dist/index.d.mts +0 -45
  34. package/realtime-react/dist/index.d.ts +0 -45
  35. package/realtime-react/dist/index.js +0 -213
  36. package/realtime-react/dist/index.js.map +0 -1
  37. package/realtime-react/dist/index.mjs +0 -168
  38. package/realtime-react/dist/index.mjs.map +0 -1
package/dist/index.d.mts CHANGED
@@ -577,7 +577,7 @@ type TimelineToken = {
577
577
  };
578
578
  type TimelineOptions = {
579
579
  key: string;
580
- atoms: (AtomFamily<any> | AtomToken<any>)[];
580
+ atoms: (AtomFamily<any, any> | AtomToken<any>)[];
581
581
  };
582
582
  type TimelineUpdate = TimelineAtomUpdate | TimelineSelectorUpdate | TimelineTransactionUpdate;
583
583
  declare const timeline: (options: TimelineOptions) => TimelineToken;
package/dist/index.d.ts CHANGED
@@ -577,7 +577,7 @@ type TimelineToken = {
577
577
  };
578
578
  type TimelineOptions = {
579
579
  key: string;
580
- atoms: (AtomFamily<any> | AtomToken<any>)[];
580
+ atoms: (AtomFamily<any, any> | AtomToken<any>)[];
581
581
  };
582
582
  type TimelineUpdate = TimelineAtomUpdate | TimelineSelectorUpdate | TimelineTransactionUpdate;
583
583
  declare const timeline: (options: TimelineOptions) => TimelineToken;