@stacksjs/cms 0.70.55 → 0.70.57

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 (68) hide show
  1. package/package.json +10 -7
  2. package/src/authors/destroy.ts +0 -55
  3. package/src/authors/fetch.ts +0 -70
  4. package/src/authors/index.ts +0 -21
  5. package/src/authors/store.ts +0 -150
  6. package/src/authors/update.ts +0 -42
  7. package/src/build.ts +0 -1382
  8. package/src/categorizables/destroy.ts +0 -64
  9. package/src/categorizables/fetch.ts +0 -121
  10. package/src/categorizables/index.ts +0 -22
  11. package/src/categorizables/store.ts +0 -140
  12. package/src/categorizables/update.ts +0 -57
  13. package/src/commentables/destroy.ts +0 -64
  14. package/src/commentables/fetch.ts +0 -319
  15. package/src/commentables/index.ts +0 -25
  16. package/src/commentables/store.ts +0 -156
  17. package/src/commentables/update.ts +0 -75
  18. package/src/database.ts +0 -9
  19. package/src/index.ts +0 -42
  20. package/src/pages/destroy.ts +0 -64
  21. package/src/pages/fetch.ts +0 -82
  22. package/src/pages/index.ts +0 -21
  23. package/src/pages/store.ts +0 -42
  24. package/src/pages/update.ts +0 -39
  25. package/src/posts/destroy.ts +0 -90
  26. package/src/posts/fetch.ts +0 -82
  27. package/src/posts/index.ts +0 -25
  28. package/src/posts/store.ts +0 -213
  29. package/src/posts/update.ts +0 -46
  30. package/src/taggables/destroy.ts +0 -49
  31. package/src/taggables/fetch.ts +0 -282
  32. package/src/taggables/index.ts +0 -17
  33. package/src/taggables/store.ts +0 -122
  34. package/src/taggables/update.ts +0 -74
  35. package/src/tests/categorizables.test.ts +0 -66
  36. package/src/tests/setup.ts +0 -120
  37. /package/dist/{src/authors → authors}/destroy.d.ts +0 -0
  38. /package/dist/{src/authors → authors}/fetch.d.ts +0 -0
  39. /package/dist/{src/authors → authors}/index.d.ts +0 -0
  40. /package/dist/{src/authors → authors}/store.d.ts +0 -0
  41. /package/dist/{src/authors → authors}/update.d.ts +0 -0
  42. /package/dist/{src/categorizables → categorizables}/destroy.d.ts +0 -0
  43. /package/dist/{src/categorizables → categorizables}/fetch.d.ts +0 -0
  44. /package/dist/{src/categorizables → categorizables}/index.d.ts +0 -0
  45. /package/dist/{src/categorizables → categorizables}/store.d.ts +0 -0
  46. /package/dist/{src/categorizables → categorizables}/update.d.ts +0 -0
  47. /package/dist/{src/commentables → commentables}/destroy.d.ts +0 -0
  48. /package/dist/{src/commentables → commentables}/fetch.d.ts +0 -0
  49. /package/dist/{src/commentables → commentables}/index.d.ts +0 -0
  50. /package/dist/{src/commentables → commentables}/store.d.ts +0 -0
  51. /package/dist/{src/commentables → commentables}/update.d.ts +0 -0
  52. /package/dist/{src/database.d.ts → database.d.ts} +0 -0
  53. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  54. /package/dist/{src/pages → pages}/destroy.d.ts +0 -0
  55. /package/dist/{src/pages → pages}/fetch.d.ts +0 -0
  56. /package/dist/{src/pages → pages}/index.d.ts +0 -0
  57. /package/dist/{src/pages → pages}/store.d.ts +0 -0
  58. /package/dist/{src/pages → pages}/update.d.ts +0 -0
  59. /package/dist/{src/posts → posts}/destroy.d.ts +0 -0
  60. /package/dist/{src/posts → posts}/fetch.d.ts +0 -0
  61. /package/dist/{src/posts → posts}/index.d.ts +0 -0
  62. /package/dist/{src/posts → posts}/store.d.ts +0 -0
  63. /package/dist/{src/posts → posts}/update.d.ts +0 -0
  64. /package/dist/{src/taggables → taggables}/destroy.d.ts +0 -0
  65. /package/dist/{src/taggables → taggables}/fetch.d.ts +0 -0
  66. /package/dist/{src/taggables → taggables}/index.d.ts +0 -0
  67. /package/dist/{src/taggables → taggables}/store.d.ts +0 -0
  68. /package/dist/{src/taggables → taggables}/update.d.ts +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes