dsh-daoing-memory 0.1.16 → 0.1.18

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 (42) hide show
  1. package/lib/client.js +11438 -11348
  2. package/lib/client.js.map +1 -1
  3. package/lib/index.js +4840 -4780
  4. package/lib/invariant.js +33 -33
  5. package/lib/tools.js +1596 -1472
  6. package/lib/types/client/ExperiencePage.d.ts +14 -14
  7. package/lib/types/client/ExperiencePage.js +185 -116
  8. package/lib/types/client/FactDiaryPage.d.ts +16 -16
  9. package/lib/types/client/FactDiaryPage.js +155 -154
  10. package/lib/types/client/HumanOpsPage.d.ts +15 -15
  11. package/lib/types/client/HumanOpsPage.js +207 -207
  12. package/lib/types/client/LedgerPage.d.ts +12 -12
  13. package/lib/types/client/LedgerPage.js +112 -112
  14. package/lib/types/client/MemoryHeaderAction.d.ts +30 -0
  15. package/lib/types/client/MemoryHeaderAction.js +14 -0
  16. package/lib/types/client/MemorySidebarEntry.d.ts +18 -0
  17. package/lib/types/client/MemorySidebarEntry.js +28 -0
  18. package/lib/types/client/ReasonDialog.d.ts +31 -0
  19. package/lib/types/client/ReasonDialog.js +104 -0
  20. package/lib/types/client/Workbench.d.ts +26 -24
  21. package/lib/types/client/Workbench.js +133 -142
  22. package/lib/types/client/actions.d.ts +188 -164
  23. package/lib/types/client/actions.js +56 -50
  24. package/lib/types/client/index.d.ts +30 -23
  25. package/lib/types/client/index.js +119 -102
  26. package/lib/types/client/navStore.d.ts +41 -44
  27. package/lib/types/client/navStore.js +56 -35
  28. package/lib/types/core.d.ts +268 -263
  29. package/lib/types/core.js +1578 -1543
  30. package/lib/types/index.d.ts +75 -74
  31. package/lib/types/index.js +113 -106
  32. package/lib/types/invariant.d.ts +20 -20
  33. package/lib/types/invariant.js +32 -32
  34. package/lib/types/service.d.ts +186 -185
  35. package/lib/types/service.js +665 -655
  36. package/lib/types/store.d.ts +271 -271
  37. package/lib/types/store.js +758 -748
  38. package/lib/types/tools.d.ts +25 -24
  39. package/lib/types/tools.js +1215 -1143
  40. package/lib/types/types.d.ts +929 -909
  41. package/lib/types/types.js +20 -20
  42. package/package.json +116 -116

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.