@maka/maka-cli 5.126.0 → 5.128.0

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 (880) hide show
  1. package/bundle/typescript/package.json +8 -6
  2. package/bundle/typescript/src/commands/game/sideQuest/commands/move.js +6 -3
  3. package/bundle/typescript/src/commands/game/sideQuest/engine-version.js +8 -1
  4. package/bundle/typescript/src/commands/game/sideQuest/models/player.js +7 -0
  5. package/bundle/typescript/src/commands/game/sideQuest/utilities/planes.js +14 -0
  6. package/bundle/typescript/src/commands/game/sideQuest/utilities/spots.js +18 -3
  7. package/bundle/typescript/src/commands/profile.js +10 -2
  8. package/package.json +8 -6
  9. package/bundle/typescript/src/command.d.ts +0 -37
  10. package/bundle/typescript/src/command.js.map +0 -1
  11. package/bundle/typescript/src/commands/_index.d.ts +0 -28
  12. package/bundle/typescript/src/commands/_index.js.map +0 -1
  13. package/bundle/typescript/src/commands/aws/_index.d.ts +0 -16
  14. package/bundle/typescript/src/commands/aws/_index.js.map +0 -1
  15. package/bundle/typescript/src/commands/aws/aws.command.d.ts +0 -3
  16. package/bundle/typescript/src/commands/aws/aws.command.js.map +0 -1
  17. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +0 -1
  18. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +0 -1
  19. package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +0 -1
  20. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +0 -1
  21. package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +0 -1
  22. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +0 -1
  23. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +0 -1
  24. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +0 -1
  25. package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +0 -1
  26. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +0 -1
  27. package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +0 -1
  28. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +0 -1
  29. package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +0 -1
  30. package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +0 -1
  31. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +0 -1
  32. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +0 -1
  33. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +0 -1
  34. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +0 -1
  35. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +0 -1
  36. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +0 -1
  37. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +0 -1
  38. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +0 -1
  39. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +0 -1
  40. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +0 -1
  41. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +0 -1
  42. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +0 -1
  43. package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +0 -1
  44. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +0 -1
  45. package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +0 -1
  46. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +0 -1
  47. package/bundle/typescript/src/commands/build/_index.d.ts +0 -2
  48. package/bundle/typescript/src/commands/build/_index.js.map +0 -1
  49. package/bundle/typescript/src/commands/build/build.d.ts +0 -3
  50. package/bundle/typescript/src/commands/build/build.js.map +0 -1
  51. package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +0 -1
  52. package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +0 -1
  53. package/bundle/typescript/src/commands/create.d.ts +0 -1
  54. package/bundle/typescript/src/commands/create.js.map +0 -1
  55. package/bundle/typescript/src/commands/debug.d.ts +0 -1
  56. package/bundle/typescript/src/commands/debug.js.map +0 -1
  57. package/bundle/typescript/src/commands/deploy/_index.d.ts +0 -4
  58. package/bundle/typescript/src/commands/deploy/_index.js.map +0 -1
  59. package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +0 -3
  60. package/bundle/typescript/src/commands/deploy/deploy.command.js.map +0 -1
  61. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +0 -1
  62. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +0 -1
  63. package/bundle/typescript/src/commands/deploy/github.sub.cmd.d.ts +0 -1
  64. package/bundle/typescript/src/commands/deploy/github.sub.cmd.js.map +0 -1
  65. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +0 -1
  66. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +0 -1
  67. package/bundle/typescript/src/commands/env/_index.d.ts +0 -3
  68. package/bundle/typescript/src/commands/env/_index.js.map +0 -1
  69. package/bundle/typescript/src/commands/env/env.command.d.ts +0 -3
  70. package/bundle/typescript/src/commands/env/env.command.js.map +0 -1
  71. package/bundle/typescript/src/commands/env/get.sub.cmd.d.ts +0 -1
  72. package/bundle/typescript/src/commands/env/get.sub.cmd.js.map +0 -1
  73. package/bundle/typescript/src/commands/env/prompt-for-env.d.ts +0 -10
  74. package/bundle/typescript/src/commands/env/prompt-for-env.js.map +0 -1
  75. package/bundle/typescript/src/commands/env/set.sub.cmd.d.ts +0 -1
  76. package/bundle/typescript/src/commands/env/set.sub.cmd.js.map +0 -1
  77. package/bundle/typescript/src/commands/game/_index.d.ts +0 -2
  78. package/bundle/typescript/src/commands/game/_index.js.map +0 -1
  79. package/bundle/typescript/src/commands/game/sideQuest/adept-powers.d.ts +0 -71
  80. package/bundle/typescript/src/commands/game/sideQuest/adept-powers.js.map +0 -1
  81. package/bundle/typescript/src/commands/game/sideQuest/archetypes.d.ts +0 -160
  82. package/bundle/typescript/src/commands/game/sideQuest/archetypes.js.map +0 -1
  83. package/bundle/typescript/src/commands/game/sideQuest/aspects.d.ts +0 -68
  84. package/bundle/typescript/src/commands/game/sideQuest/aspects.js.map +0 -1
  85. package/bundle/typescript/src/commands/game/sideQuest/augmentations.d.ts +0 -207
  86. package/bundle/typescript/src/commands/game/sideQuest/augmentations.js.map +0 -1
  87. package/bundle/typescript/src/commands/game/sideQuest/commands/abandon.d.ts +0 -30
  88. package/bundle/typescript/src/commands/game/sideQuest/commands/abandon.js.map +0 -1
  89. package/bundle/typescript/src/commands/game/sideQuest/commands/advance.d.ts +0 -26
  90. package/bundle/typescript/src/commands/game/sideQuest/commands/advance.js.map +0 -1
  91. package/bundle/typescript/src/commands/game/sideQuest/commands/ar.d.ts +0 -34
  92. package/bundle/typescript/src/commands/game/sideQuest/commands/ar.js.map +0 -1
  93. package/bundle/typescript/src/commands/game/sideQuest/commands/ask.d.ts +0 -65
  94. package/bundle/typescript/src/commands/game/sideQuest/commands/ask.js.map +0 -1
  95. package/bundle/typescript/src/commands/game/sideQuest/commands/assense.d.ts +0 -16
  96. package/bundle/typescript/src/commands/game/sideQuest/commands/assense.js.map +0 -1
  97. package/bundle/typescript/src/commands/game/sideQuest/commands/attack.d.ts +0 -42
  98. package/bundle/typescript/src/commands/game/sideQuest/commands/attack.js.map +0 -1
  99. package/bundle/typescript/src/commands/game/sideQuest/commands/backlog.d.ts +0 -199
  100. package/bundle/typescript/src/commands/game/sideQuest/commands/backlog.js.map +0 -1
  101. package/bundle/typescript/src/commands/game/sideQuest/commands/bluff.d.ts +0 -59
  102. package/bundle/typescript/src/commands/game/sideQuest/commands/bluff.js.map +0 -1
  103. package/bundle/typescript/src/commands/game/sideQuest/commands/brandish.d.ts +0 -21
  104. package/bundle/typescript/src/commands/game/sideQuest/commands/brandish.js.map +0 -1
  105. package/bundle/typescript/src/commands/game/sideQuest/commands/breach.d.ts +0 -39
  106. package/bundle/typescript/src/commands/game/sideQuest/commands/breach.js.map +0 -1
  107. package/bundle/typescript/src/commands/game/sideQuest/commands/buy.d.ts +0 -28
  108. package/bundle/typescript/src/commands/game/sideQuest/commands/buy.js.map +0 -1
  109. package/bundle/typescript/src/commands/game/sideQuest/commands/bypass-command.d.ts +0 -64
  110. package/bundle/typescript/src/commands/game/sideQuest/commands/bypass-command.js.map +0 -1
  111. package/bundle/typescript/src/commands/game/sideQuest/commands/call.d.ts +0 -72
  112. package/bundle/typescript/src/commands/game/sideQuest/commands/call.js.map +0 -1
  113. package/bundle/typescript/src/commands/game/sideQuest/commands/cast.d.ts +0 -119
  114. package/bundle/typescript/src/commands/game/sideQuest/commands/cast.js.map +0 -1
  115. package/bundle/typescript/src/commands/game/sideQuest/commands/catalog.d.ts +0 -6
  116. package/bundle/typescript/src/commands/game/sideQuest/commands/catalog.js.map +0 -1
  117. package/bundle/typescript/src/commands/game/sideQuest/commands/climb.d.ts +0 -48
  118. package/bundle/typescript/src/commands/game/sideQuest/commands/climb.js.map +0 -1
  119. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.d.ts +0 -19
  120. package/bundle/typescript/src/commands/game/sideQuest/commands/command-registry.js.map +0 -1
  121. package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +0 -63
  122. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +0 -1
  123. package/bundle/typescript/src/commands/game/sideQuest/commands/companions.d.ts +0 -69
  124. package/bundle/typescript/src/commands/game/sideQuest/commands/companions.js.map +0 -1
  125. package/bundle/typescript/src/commands/game/sideQuest/commands/compile.d.ts +0 -65
  126. package/bundle/typescript/src/commands/game/sideQuest/commands/compile.js.map +0 -1
  127. package/bundle/typescript/src/commands/game/sideQuest/commands/contacts.d.ts +0 -18
  128. package/bundle/typescript/src/commands/game/sideQuest/commands/contacts.js.map +0 -1
  129. package/bundle/typescript/src/commands/game/sideQuest/commands/container-verbs.d.ts +0 -18
  130. package/bundle/typescript/src/commands/game/sideQuest/commands/container-verbs.js.map +0 -1
  131. package/bundle/typescript/src/commands/game/sideQuest/commands/cover.d.ts +0 -30
  132. package/bundle/typescript/src/commands/game/sideQuest/commands/cover.js.map +0 -1
  133. package/bundle/typescript/src/commands/game/sideQuest/commands/crew.d.ts +0 -46
  134. package/bundle/typescript/src/commands/game/sideQuest/commands/crew.js.map +0 -1
  135. package/bundle/typescript/src/commands/game/sideQuest/commands/deck.d.ts +0 -42
  136. package/bundle/typescript/src/commands/game/sideQuest/commands/deck.js.map +0 -1
  137. package/bundle/typescript/src/commands/game/sideQuest/commands/decompile.d.ts +0 -61
  138. package/bundle/typescript/src/commands/game/sideQuest/commands/decompile.js.map +0 -1
  139. package/bundle/typescript/src/commands/game/sideQuest/commands/dispel.d.ts +0 -23
  140. package/bundle/typescript/src/commands/game/sideQuest/commands/dispel.js.map +0 -1
  141. package/bundle/typescript/src/commands/game/sideQuest/commands/docwagon.d.ts +0 -14
  142. package/bundle/typescript/src/commands/game/sideQuest/commands/docwagon.js.map +0 -1
  143. package/bundle/typescript/src/commands/game/sideQuest/commands/download.d.ts +0 -46
  144. package/bundle/typescript/src/commands/game/sideQuest/commands/download.js.map +0 -1
  145. package/bundle/typescript/src/commands/game/sideQuest/commands/drink.d.ts +0 -14
  146. package/bundle/typescript/src/commands/game/sideQuest/commands/drink.js.map +0 -1
  147. package/bundle/typescript/src/commands/game/sideQuest/commands/drone.d.ts +0 -15
  148. package/bundle/typescript/src/commands/game/sideQuest/commands/drone.js.map +0 -1
  149. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +0 -7
  150. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +0 -1
  151. package/bundle/typescript/src/commands/game/sideQuest/commands/eat.d.ts +0 -14
  152. package/bundle/typescript/src/commands/game/sideQuest/commands/eat.js.map +0 -1
  153. package/bundle/typescript/src/commands/game/sideQuest/commands/edge.d.ts +0 -13
  154. package/bundle/typescript/src/commands/game/sideQuest/commands/edge.js.map +0 -1
  155. package/bundle/typescript/src/commands/game/sideQuest/commands/emote.d.ts +0 -17
  156. package/bundle/typescript/src/commands/game/sideQuest/commands/emote.js.map +0 -1
  157. package/bundle/typescript/src/commands/game/sideQuest/commands/end-call.d.ts +0 -6
  158. package/bundle/typescript/src/commands/game/sideQuest/commands/end-call.js.map +0 -1
  159. package/bundle/typescript/src/commands/game/sideQuest/commands/enter-host.d.ts +0 -59
  160. package/bundle/typescript/src/commands/game/sideQuest/commands/enter-host.js.map +0 -1
  161. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +0 -11
  162. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +0 -1
  163. package/bundle/typescript/src/commands/game/sideQuest/commands/equipment.d.ts +0 -23
  164. package/bundle/typescript/src/commands/game/sideQuest/commands/equipment.js.map +0 -1
  165. package/bundle/typescript/src/commands/game/sideQuest/commands/fit.d.ts +0 -29
  166. package/bundle/typescript/src/commands/game/sideQuest/commands/fit.js.map +0 -1
  167. package/bundle/typescript/src/commands/game/sideQuest/commands/follow.d.ts +0 -37
  168. package/bundle/typescript/src/commands/game/sideQuest/commands/follow.js.map +0 -1
  169. package/bundle/typescript/src/commands/game/sideQuest/commands/garage.d.ts +0 -15
  170. package/bundle/typescript/src/commands/game/sideQuest/commands/garage.js.map +0 -1
  171. package/bundle/typescript/src/commands/game/sideQuest/commands/give.d.ts +0 -7
  172. package/bundle/typescript/src/commands/game/sideQuest/commands/give.js.map +0 -1
  173. package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +0 -88
  174. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +0 -1
  175. package/bundle/typescript/src/commands/game/sideQuest/commands/grapple.d.ts +0 -38
  176. package/bundle/typescript/src/commands/game/sideQuest/commands/grapple.js.map +0 -1
  177. package/bundle/typescript/src/commands/game/sideQuest/commands/hack.d.ts +0 -103
  178. package/bundle/typescript/src/commands/game/sideQuest/commands/hack.js.map +0 -1
  179. package/bundle/typescript/src/commands/game/sideQuest/commands/haggle.d.ts +0 -16
  180. package/bundle/typescript/src/commands/game/sideQuest/commands/haggle.js.map +0 -1
  181. package/bundle/typescript/src/commands/game/sideQuest/commands/heal.d.ts +0 -53
  182. package/bundle/typescript/src/commands/game/sideQuest/commands/heal.js.map +0 -1
  183. package/bundle/typescript/src/commands/game/sideQuest/commands/hints.d.ts +0 -10
  184. package/bundle/typescript/src/commands/game/sideQuest/commands/hints.js.map +0 -1
  185. package/bundle/typescript/src/commands/game/sideQuest/commands/hop.d.ts +0 -16
  186. package/bundle/typescript/src/commands/game/sideQuest/commands/hop.js.map +0 -1
  187. package/bundle/typescript/src/commands/game/sideQuest/commands/initiate.d.ts +0 -8
  188. package/bundle/typescript/src/commands/game/sideQuest/commands/initiate.js.map +0 -1
  189. package/bundle/typescript/src/commands/game/sideQuest/commands/install.d.ts +0 -21
  190. package/bundle/typescript/src/commands/game/sideQuest/commands/install.js.map +0 -1
  191. package/bundle/typescript/src/commands/game/sideQuest/commands/inv.d.ts +0 -6
  192. package/bundle/typescript/src/commands/game/sideQuest/commands/inv.js.map +0 -1
  193. package/bundle/typescript/src/commands/game/sideQuest/commands/jack.d.ts +0 -36
  194. package/bundle/typescript/src/commands/game/sideQuest/commands/jack.js.map +0 -1
  195. package/bundle/typescript/src/commands/game/sideQuest/commands/jackpoint.d.ts +0 -24
  196. package/bundle/typescript/src/commands/game/sideQuest/commands/jackpoint.js.map +0 -1
  197. package/bundle/typescript/src/commands/game/sideQuest/commands/job-offer.d.ts +0 -38
  198. package/bundle/typescript/src/commands/game/sideQuest/commands/job-offer.js.map +0 -1
  199. package/bundle/typescript/src/commands/game/sideQuest/commands/jobs.d.ts +0 -12
  200. package/bundle/typescript/src/commands/game/sideQuest/commands/jobs.js.map +0 -1
  201. package/bundle/typescript/src/commands/game/sideQuest/commands/journal.d.ts +0 -44
  202. package/bundle/typescript/src/commands/game/sideQuest/commands/journal.js.map +0 -1
  203. package/bundle/typescript/src/commands/game/sideQuest/commands/jump.d.ts +0 -16
  204. package/bundle/typescript/src/commands/game/sideQuest/commands/jump.js.map +0 -1
  205. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.d.ts +0 -13
  206. package/bundle/typescript/src/commands/game/sideQuest/commands/kill.js.map +0 -1
  207. package/bundle/typescript/src/commands/game/sideQuest/commands/lead.d.ts +0 -40
  208. package/bundle/typescript/src/commands/game/sideQuest/commands/lead.js.map +0 -1
  209. package/bundle/typescript/src/commands/game/sideQuest/commands/lifestyle.d.ts +0 -23
  210. package/bundle/typescript/src/commands/game/sideQuest/commands/lifestyle.js.map +0 -1
  211. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +0 -8
  212. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +0 -1
  213. package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +0 -62
  214. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +0 -1
  215. package/bundle/typescript/src/commands/game/sideQuest/commands/loot.d.ts +0 -21
  216. package/bundle/typescript/src/commands/game/sideQuest/commands/loot.js.map +0 -1
  217. package/bundle/typescript/src/commands/game/sideQuest/commands/map.d.ts +0 -26
  218. package/bundle/typescript/src/commands/game/sideQuest/commands/map.js.map +0 -1
  219. package/bundle/typescript/src/commands/game/sideQuest/commands/mark.d.ts +0 -27
  220. package/bundle/typescript/src/commands/game/sideQuest/commands/mark.js.map +0 -1
  221. package/bundle/typescript/src/commands/game/sideQuest/commands/message.d.ts +0 -44
  222. package/bundle/typescript/src/commands/game/sideQuest/commands/message.js.map +0 -1
  223. package/bundle/typescript/src/commands/game/sideQuest/commands/move.d.ts +0 -194
  224. package/bundle/typescript/src/commands/game/sideQuest/commands/move.js.map +0 -1
  225. package/bundle/typescript/src/commands/game/sideQuest/commands/note.d.ts +0 -99
  226. package/bundle/typescript/src/commands/game/sideQuest/commands/note.js.map +0 -1
  227. package/bundle/typescript/src/commands/game/sideQuest/commands/order.d.ts +0 -19
  228. package/bundle/typescript/src/commands/game/sideQuest/commands/order.js.map +0 -1
  229. package/bundle/typescript/src/commands/game/sideQuest/commands/overwatch.d.ts +0 -14
  230. package/bundle/typescript/src/commands/game/sideQuest/commands/overwatch.js.map +0 -1
  231. package/bundle/typescript/src/commands/game/sideQuest/commands/palm.d.ts +0 -16
  232. package/bundle/typescript/src/commands/game/sideQuest/commands/palm.js.map +0 -1
  233. package/bundle/typescript/src/commands/game/sideQuest/commands/pan.d.ts +0 -12
  234. package/bundle/typescript/src/commands/game/sideQuest/commands/pan.js.map +0 -1
  235. package/bundle/typescript/src/commands/game/sideQuest/commands/pay.d.ts +0 -13
  236. package/bundle/typescript/src/commands/game/sideQuest/commands/pay.js.map +0 -1
  237. package/bundle/typescript/src/commands/game/sideQuest/commands/perform.d.ts +0 -13
  238. package/bundle/typescript/src/commands/game/sideQuest/commands/perform.js.map +0 -1
  239. package/bundle/typescript/src/commands/game/sideQuest/commands/persuade.d.ts +0 -18
  240. package/bundle/typescript/src/commands/game/sideQuest/commands/persuade.js.map +0 -1
  241. package/bundle/typescript/src/commands/game/sideQuest/commands/pick.d.ts +0 -43
  242. package/bundle/typescript/src/commands/game/sideQuest/commands/pick.js.map +0 -1
  243. package/bundle/typescript/src/commands/game/sideQuest/commands/players.d.ts +0 -12
  244. package/bundle/typescript/src/commands/game/sideQuest/commands/players.js.map +0 -1
  245. package/bundle/typescript/src/commands/game/sideQuest/commands/posture.d.ts +0 -45
  246. package/bundle/typescript/src/commands/game/sideQuest/commands/posture.js.map +0 -1
  247. package/bundle/typescript/src/commands/game/sideQuest/commands/project.d.ts +0 -19
  248. package/bundle/typescript/src/commands/game/sideQuest/commands/project.js.map +0 -1
  249. package/bundle/typescript/src/commands/game/sideQuest/commands/quality-trade.d.ts +0 -21
  250. package/bundle/typescript/src/commands/game/sideQuest/commands/quality-trade.js.map +0 -1
  251. package/bundle/typescript/src/commands/game/sideQuest/commands/read.d.ts +0 -6
  252. package/bundle/typescript/src/commands/game/sideQuest/commands/read.js.map +0 -1
  253. package/bundle/typescript/src/commands/game/sideQuest/commands/reboot.d.ts +0 -12
  254. package/bundle/typescript/src/commands/game/sideQuest/commands/reboot.js.map +0 -1
  255. package/bundle/typescript/src/commands/game/sideQuest/commands/register.d.ts +0 -29
  256. package/bundle/typescript/src/commands/game/sideQuest/commands/register.js.map +0 -1
  257. package/bundle/typescript/src/commands/game/sideQuest/commands/reload.d.ts +0 -14
  258. package/bundle/typescript/src/commands/game/sideQuest/commands/reload.js.map +0 -1
  259. package/bundle/typescript/src/commands/game/sideQuest/commands/rest.d.ts +0 -15
  260. package/bundle/typescript/src/commands/game/sideQuest/commands/rest.js.map +0 -1
  261. package/bundle/typescript/src/commands/game/sideQuest/commands/review.d.ts +0 -39
  262. package/bundle/typescript/src/commands/game/sideQuest/commands/review.js.map +0 -1
  263. package/bundle/typescript/src/commands/game/sideQuest/commands/roles.d.ts +0 -34
  264. package/bundle/typescript/src/commands/game/sideQuest/commands/roles.js.map +0 -1
  265. package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +0 -30
  266. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +0 -1
  267. package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +0 -6
  268. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +0 -1
  269. package/bundle/typescript/src/commands/game/sideQuest/commands/sell.d.ts +0 -17
  270. package/bundle/typescript/src/commands/game/sideQuest/commands/sell.js.map +0 -1
  271. package/bundle/typescript/src/commands/game/sideQuest/commands/sheet.d.ts +0 -24
  272. package/bundle/typescript/src/commands/game/sideQuest/commands/sheet.js.map +0 -1
  273. package/bundle/typescript/src/commands/game/sideQuest/commands/silent.d.ts +0 -28
  274. package/bundle/typescript/src/commands/game/sideQuest/commands/silent.js.map +0 -1
  275. package/bundle/typescript/src/commands/game/sideQuest/commands/sin.d.ts +0 -21
  276. package/bundle/typescript/src/commands/game/sideQuest/commands/sin.js.map +0 -1
  277. package/bundle/typescript/src/commands/game/sideQuest/commands/sneak.d.ts +0 -15
  278. package/bundle/typescript/src/commands/game/sideQuest/commands/sneak.js.map +0 -1
  279. package/bundle/typescript/src/commands/game/sideQuest/commands/snoop.d.ts +0 -16
  280. package/bundle/typescript/src/commands/game/sideQuest/commands/snoop.js.map +0 -1
  281. package/bundle/typescript/src/commands/game/sideQuest/commands/source.d.ts +0 -11
  282. package/bundle/typescript/src/commands/game/sideQuest/commands/source.js.map +0 -1
  283. package/bundle/typescript/src/commands/game/sideQuest/commands/spells.d.ts +0 -14
  284. package/bundle/typescript/src/commands/game/sideQuest/commands/spells.js.map +0 -1
  285. package/bundle/typescript/src/commands/game/sideQuest/commands/sprites.d.ts +0 -35
  286. package/bundle/typescript/src/commands/game/sideQuest/commands/sprites.js.map +0 -1
  287. package/bundle/typescript/src/commands/game/sideQuest/commands/stance.d.ts +0 -22
  288. package/bundle/typescript/src/commands/game/sideQuest/commands/stance.js.map +0 -1
  289. package/bundle/typescript/src/commands/game/sideQuest/commands/standby.d.ts +0 -40
  290. package/bundle/typescript/src/commands/game/sideQuest/commands/standby.js.map +0 -1
  291. package/bundle/typescript/src/commands/game/sideQuest/commands/store.d.ts +0 -7
  292. package/bundle/typescript/src/commands/game/sideQuest/commands/store.js.map +0 -1
  293. package/bundle/typescript/src/commands/game/sideQuest/commands/subdue.d.ts +0 -21
  294. package/bundle/typescript/src/commands/game/sideQuest/commands/subdue.js.map +0 -1
  295. package/bundle/typescript/src/commands/game/sideQuest/commands/summon.d.ts +0 -19
  296. package/bundle/typescript/src/commands/game/sideQuest/commands/summon.js.map +0 -1
  297. package/bundle/typescript/src/commands/game/sideQuest/commands/surrender.d.ts +0 -20
  298. package/bundle/typescript/src/commands/game/sideQuest/commands/surrender.js.map +0 -1
  299. package/bundle/typescript/src/commands/game/sideQuest/commands/sustain.d.ts +0 -60
  300. package/bundle/typescript/src/commands/game/sideQuest/commands/sustain.js.map +0 -1
  301. package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +0 -17
  302. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +0 -1
  303. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.d.ts +0 -56
  304. package/bundle/typescript/src/commands/game/sideQuest/commands/talk.js.map +0 -1
  305. package/bundle/typescript/src/commands/game/sideQuest/commands/tap.d.ts +0 -52
  306. package/bundle/typescript/src/commands/game/sideQuest/commands/tap.js.map +0 -1
  307. package/bundle/typescript/src/commands/game/sideQuest/commands/thread.d.ts +0 -89
  308. package/bundle/typescript/src/commands/game/sideQuest/commands/thread.js.map +0 -1
  309. package/bundle/typescript/src/commands/game/sideQuest/commands/time.d.ts +0 -20
  310. package/bundle/typescript/src/commands/game/sideQuest/commands/time.js.map +0 -1
  311. package/bundle/typescript/src/commands/game/sideQuest/commands/treat.d.ts +0 -14
  312. package/bundle/typescript/src/commands/game/sideQuest/commands/treat.js.map +0 -1
  313. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +0 -6
  314. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +0 -1
  315. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +0 -7
  316. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +0 -1
  317. package/bundle/typescript/src/commands/game/sideQuest/commands/unravel.d.ts +0 -57
  318. package/bundle/typescript/src/commands/game/sideQuest/commands/unravel.js.map +0 -1
  319. package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +0 -83
  320. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +0 -1
  321. package/bundle/typescript/src/commands/game/sideQuest/commands/work.d.ts +0 -15
  322. package/bundle/typescript/src/commands/game/sideQuest/commands/work.js.map +0 -1
  323. package/bundle/typescript/src/commands/game/sideQuest/engine-version.d.ts +0 -19
  324. package/bundle/typescript/src/commands/game/sideQuest/engine-version.js.map +0 -1
  325. package/bundle/typescript/src/commands/game/sideQuest/factories/chargen-factory.d.ts +0 -170
  326. package/bundle/typescript/src/commands/game/sideQuest/factories/chargen-factory.js.map +0 -1
  327. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.d.ts +0 -9
  328. package/bundle/typescript/src/commands/game/sideQuest/factories/command-factory.js.map +0 -1
  329. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.d.ts +0 -5
  330. package/bundle/typescript/src/commands/game/sideQuest/factories/item-factory.js.map +0 -1
  331. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.d.ts +0 -9
  332. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-factory.js.map +0 -1
  333. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-spread.d.ts +0 -50
  334. package/bundle/typescript/src/commands/game/sideQuest/factories/npc-spread.js.map +0 -1
  335. package/bundle/typescript/src/commands/game/sideQuest/factories/repro-scene.d.ts +0 -87
  336. package/bundle/typescript/src/commands/game/sideQuest/factories/repro-scene.js.map +0 -1
  337. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.d.ts +0 -34
  338. package/bundle/typescript/src/commands/game/sideQuest/factories/room-factory.js.map +0 -1
  339. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-chunks.d.ts +0 -414
  340. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-chunks.js.map +0 -1
  341. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.d.ts +0 -46
  342. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-factory.js.map +0 -1
  343. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-seed-generator.d.ts +0 -223
  344. package/bundle/typescript/src/commands/game/sideQuest/factories/scene-seed-generator.js.map +0 -1
  345. package/bundle/typescript/src/commands/game/sideQuest/factories/seed-migration.d.ts +0 -30
  346. package/bundle/typescript/src/commands/game/sideQuest/factories/seed-migration.js.map +0 -1
  347. package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +0 -1677
  348. package/bundle/typescript/src/commands/game/sideQuest/game.js.map +0 -1
  349. package/bundle/typescript/src/commands/game/sideQuest/headless-harness.d.ts +0 -119
  350. package/bundle/typescript/src/commands/game/sideQuest/headless-harness.js.map +0 -1
  351. package/bundle/typescript/src/commands/game/sideQuest/headless.d.ts +0 -102
  352. package/bundle/typescript/src/commands/game/sideQuest/headless.js.map +0 -1
  353. package/bundle/typescript/src/commands/game/sideQuest/metamagics.d.ts +0 -32
  354. package/bundle/typescript/src/commands/game/sideQuest/metamagics.js.map +0 -1
  355. package/bundle/typescript/src/commands/game/sideQuest/metatypes.d.ts +0 -55
  356. package/bundle/typescript/src/commands/game/sideQuest/metatypes.js.map +0 -1
  357. package/bundle/typescript/src/commands/game/sideQuest/minigames/hack-minigame.d.ts +0 -16
  358. package/bundle/typescript/src/commands/game/sideQuest/minigames/hack-minigame.js.map +0 -1
  359. package/bundle/typescript/src/commands/game/sideQuest/minigames/lockpick-minigame.d.ts +0 -15
  360. package/bundle/typescript/src/commands/game/sideQuest/minigames/lockpick-minigame.js.map +0 -1
  361. package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +0 -8
  362. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +0 -1
  363. package/bundle/typescript/src/commands/game/sideQuest/models/container.d.ts +0 -78
  364. package/bundle/typescript/src/commands/game/sideQuest/models/container.js.map +0 -1
  365. package/bundle/typescript/src/commands/game/sideQuest/models/device.d.ts +0 -265
  366. package/bundle/typescript/src/commands/game/sideQuest/models/device.js.map +0 -1
  367. package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +0 -53
  368. package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +0 -1
  369. package/bundle/typescript/src/commands/game/sideQuest/models/home-containers.d.ts +0 -36
  370. package/bundle/typescript/src/commands/game/sideQuest/models/home-containers.js.map +0 -1
  371. package/bundle/typescript/src/commands/game/sideQuest/models/host.d.ts +0 -80
  372. package/bundle/typescript/src/commands/game/sideQuest/models/host.js.map +0 -1
  373. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +0 -70
  374. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +0 -1
  375. package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +0 -446
  376. package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +0 -1
  377. package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +0 -508
  378. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +0 -1
  379. package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +0 -1872
  380. package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +0 -1
  381. package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +0 -489
  382. package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +0 -1
  383. package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +0 -331
  384. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +0 -1
  385. package/bundle/typescript/src/commands/game/sideQuest/qualities.d.ts +0 -224
  386. package/bundle/typescript/src/commands/game/sideQuest/qualities.js.map +0 -1
  387. package/bundle/typescript/src/commands/game/sideQuest/resonance-actions.d.ts +0 -108
  388. package/bundle/typescript/src/commands/game/sideQuest/resonance-actions.js.map +0 -1
  389. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.d.ts +0 -0
  390. package/bundle/typescript/src/commands/game/sideQuest/scenes/_index.js.map +0 -1
  391. package/bundle/typescript/src/commands/game/sideQuest/skill-groups.d.ts +0 -130
  392. package/bundle/typescript/src/commands/game/sideQuest/skill-groups.js.map +0 -1
  393. package/bundle/typescript/src/commands/game/sideQuest/skills.d.ts +0 -17
  394. package/bundle/typescript/src/commands/game/sideQuest/skills.js.map +0 -1
  395. package/bundle/typescript/src/commands/game/sideQuest/spells.d.ts +0 -135
  396. package/bundle/typescript/src/commands/game/sideQuest/spells.js.map +0 -1
  397. package/bundle/typescript/src/commands/game/sideQuest/sprite-powers.d.ts +0 -88
  398. package/bundle/typescript/src/commands/game/sideQuest/sprite-powers.js.map +0 -1
  399. package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +0 -47
  400. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +0 -1
  401. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.d.ts +0 -59
  402. package/bundle/typescript/src/commands/game/sideQuest/types/player-equipment.js.map +0 -1
  403. package/bundle/typescript/src/commands/game/sideQuest/types/repro.d.ts +0 -379
  404. package/bundle/typescript/src/commands/game/sideQuest/types/repro.js.map +0 -1
  405. package/bundle/typescript/src/commands/game/sideQuest/types/save-file.d.ts +0 -478
  406. package/bundle/typescript/src/commands/game/sideQuest/types/save-file.js.map +0 -1
  407. package/bundle/typescript/src/commands/game/sideQuest/types/seed/device-seed.d.ts +0 -81
  408. package/bundle/typescript/src/commands/game/sideQuest/types/seed/device-seed.js.map +0 -1
  409. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.d.ts +0 -8
  410. package/bundle/typescript/src/commands/game/sideQuest/types/seed/exit-seed.js.map +0 -1
  411. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.d.ts +0 -43
  412. package/bundle/typescript/src/commands/game/sideQuest/types/seed/item-seed.js.map +0 -1
  413. package/bundle/typescript/src/commands/game/sideQuest/types/seed/legacy-puzzle-seed.d.ts +0 -63
  414. package/bundle/typescript/src/commands/game/sideQuest/types/seed/legacy-puzzle-seed.js.map +0 -1
  415. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.d.ts +0 -22
  416. package/bundle/typescript/src/commands/game/sideQuest/types/seed/lifestyle-seed.js.map +0 -1
  417. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.d.ts +0 -7
  418. package/bundle/typescript/src/commands/game/sideQuest/types/seed/npc-seed.js.map +0 -1
  419. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.d.ts +0 -69
  420. package/bundle/typescript/src/commands/game/sideQuest/types/seed/player-seed.js.map +0 -1
  421. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.d.ts +0 -42
  422. package/bundle/typescript/src/commands/game/sideQuest/types/seed/room-seed.js.map +0 -1
  423. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.d.ts +0 -56
  424. package/bundle/typescript/src/commands/game/sideQuest/types/seed/scene-seed.js.map +0 -1
  425. package/bundle/typescript/src/commands/game/sideQuest/types/seed/win-condition-seed.d.ts +0 -15
  426. package/bundle/typescript/src/commands/game/sideQuest/types/seed/win-condition-seed.js.map +0 -1
  427. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.d.ts +0 -126
  428. package/bundle/typescript/src/commands/game/sideQuest/types/shared/abstracts.js.map +0 -1
  429. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.d.ts +0 -8
  430. package/bundle/typescript/src/commands/game/sideQuest/types/shared/direction-enum.js.map +0 -1
  431. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.d.ts +0 -31
  432. package/bundle/typescript/src/commands/game/sideQuest/types/shared/equipment-enum.js.map +0 -1
  433. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.d.ts +0 -74
  434. package/bundle/typescript/src/commands/game/sideQuest/types/shared/item-enum.js.map +0 -1
  435. package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +0 -44
  436. package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +0 -1
  437. package/bundle/typescript/src/commands/game/sideQuest/utilities/affordances.d.ts +0 -55
  438. package/bundle/typescript/src/commands/game/sideQuest/utilities/affordances.js.map +0 -1
  439. package/bundle/typescript/src/commands/game/sideQuest/utilities/alarmed-staff.d.ts +0 -116
  440. package/bundle/typescript/src/commands/game/sideQuest/utilities/alarmed-staff.js.map +0 -1
  441. package/bundle/typescript/src/commands/game/sideQuest/utilities/ar.d.ts +0 -96
  442. package/bundle/typescript/src/commands/game/sideQuest/utilities/ar.js.map +0 -1
  443. package/bundle/typescript/src/commands/game/sideQuest/utilities/auto-fight.d.ts +0 -69
  444. package/bundle/typescript/src/commands/game/sideQuest/utilities/auto-fight.js.map +0 -1
  445. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-dump.d.ts +0 -27
  446. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-dump.js.map +0 -1
  447. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-review.d.ts +0 -131
  448. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-review.js.map +0 -1
  449. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-vocab.d.ts +0 -100
  450. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog-vocab.js.map +0 -1
  451. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog.d.ts +0 -308
  452. package/bundle/typescript/src/commands/game/sideQuest/utilities/backlog.js.map +0 -1
  453. package/bundle/typescript/src/commands/game/sideQuest/utilities/barrier-combat.d.ts +0 -38
  454. package/bundle/typescript/src/commands/game/sideQuest/utilities/barrier-combat.js.map +0 -1
  455. package/bundle/typescript/src/commands/game/sideQuest/utilities/brand-mark.d.ts +0 -26
  456. package/bundle/typescript/src/commands/game/sideQuest/utilities/brand-mark.js.map +0 -1
  457. package/bundle/typescript/src/commands/game/sideQuest/utilities/bystander.d.ts +0 -17
  458. package/bundle/typescript/src/commands/game/sideQuest/utilities/bystander.js.map +0 -1
  459. package/bundle/typescript/src/commands/game/sideQuest/utilities/canon-lore.d.ts +0 -7
  460. package/bundle/typescript/src/commands/game/sideQuest/utilities/canon-lore.js.map +0 -1
  461. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog-data.d.ts +0 -341
  462. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog-data.js.map +0 -1
  463. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog.d.ts +0 -399
  464. package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog.js.map +0 -1
  465. package/bundle/typescript/src/commands/game/sideQuest/utilities/cloud-saves.d.ts +0 -272
  466. package/bundle/typescript/src/commands/game/sideQuest/utilities/cloud-saves.js.map +0 -1
  467. package/bundle/typescript/src/commands/game/sideQuest/utilities/combat-exchange.d.ts +0 -212
  468. package/bundle/typescript/src/commands/game/sideQuest/utilities/combat-exchange.js.map +0 -1
  469. package/bundle/typescript/src/commands/game/sideQuest/utilities/comm-style.d.ts +0 -61
  470. package/bundle/typescript/src/commands/game/sideQuest/utilities/comm-style.js.map +0 -1
  471. package/bundle/typescript/src/commands/game/sideQuest/utilities/command-queue.d.ts +0 -19
  472. package/bundle/typescript/src/commands/game/sideQuest/utilities/command-queue.js.map +0 -1
  473. package/bundle/typescript/src/commands/game/sideQuest/utilities/commerce.d.ts +0 -102
  474. package/bundle/typescript/src/commands/game/sideQuest/utilities/commerce.js.map +0 -1
  475. package/bundle/typescript/src/commands/game/sideQuest/utilities/commit-ref.d.ts +0 -13
  476. package/bundle/typescript/src/commands/game/sideQuest/utilities/commit-ref.js.map +0 -1
  477. package/bundle/typescript/src/commands/game/sideQuest/utilities/condition-report.d.ts +0 -40
  478. package/bundle/typescript/src/commands/game/sideQuest/utilities/condition-report.js.map +0 -1
  479. package/bundle/typescript/src/commands/game/sideQuest/utilities/crash-evidence.d.ts +0 -53
  480. package/bundle/typescript/src/commands/game/sideQuest/utilities/crash-evidence.js.map +0 -1
  481. package/bundle/typescript/src/commands/game/sideQuest/utilities/credentials.d.ts +0 -26
  482. package/bundle/typescript/src/commands/game/sideQuest/utilities/credentials.js.map +0 -1
  483. package/bundle/typescript/src/commands/game/sideQuest/utilities/data-work.d.ts +0 -21
  484. package/bundle/typescript/src/commands/game/sideQuest/utilities/data-work.js.map +0 -1
  485. package/bundle/typescript/src/commands/game/sideQuest/utilities/ddp-lite.d.ts +0 -75
  486. package/bundle/typescript/src/commands/game/sideQuest/utilities/ddp-lite.js.map +0 -1
  487. package/bundle/typescript/src/commands/game/sideQuest/utilities/detach-args.d.ts +0 -66
  488. package/bundle/typescript/src/commands/game/sideQuest/utilities/detach-args.js.map +0 -1
  489. package/bundle/typescript/src/commands/game/sideQuest/utilities/devices.d.ts +0 -23
  490. package/bundle/typescript/src/commands/game/sideQuest/utilities/devices.js.map +0 -1
  491. package/bundle/typescript/src/commands/game/sideQuest/utilities/dice.d.ts +0 -137
  492. package/bundle/typescript/src/commands/game/sideQuest/utilities/dice.js.map +0 -1
  493. package/bundle/typescript/src/commands/game/sideQuest/utilities/docwagon.d.ts +0 -33
  494. package/bundle/typescript/src/commands/game/sideQuest/utilities/docwagon.js.map +0 -1
  495. package/bundle/typescript/src/commands/game/sideQuest/utilities/earshot.d.ts +0 -76
  496. package/bundle/typescript/src/commands/game/sideQuest/utilities/earshot.js.map +0 -1
  497. package/bundle/typescript/src/commands/game/sideQuest/utilities/effects.d.ts +0 -248
  498. package/bundle/typescript/src/commands/game/sideQuest/utilities/effects.js.map +0 -1
  499. package/bundle/typescript/src/commands/game/sideQuest/utilities/emitter.d.ts +0 -44
  500. package/bundle/typescript/src/commands/game/sideQuest/utilities/emitter.js.map +0 -1
  501. package/bundle/typescript/src/commands/game/sideQuest/utilities/ephemeral.d.ts +0 -230
  502. package/bundle/typescript/src/commands/game/sideQuest/utilities/ephemeral.js.map +0 -1
  503. package/bundle/typescript/src/commands/game/sideQuest/utilities/first-aid.d.ts +0 -124
  504. package/bundle/typescript/src/commands/game/sideQuest/utilities/first-aid.js.map +0 -1
  505. package/bundle/typescript/src/commands/game/sideQuest/utilities/fuzzy-match.d.ts +0 -129
  506. package/bundle/typescript/src/commands/game/sideQuest/utilities/fuzzy-match.js.map +0 -1
  507. package/bundle/typescript/src/commands/game/sideQuest/utilities/generation-capture.d.ts +0 -94
  508. package/bundle/typescript/src/commands/game/sideQuest/utilities/generation-capture.js.map +0 -1
  509. package/bundle/typescript/src/commands/game/sideQuest/utilities/grapple.d.ts +0 -36
  510. package/bundle/typescript/src/commands/game/sideQuest/utilities/grapple.js.map +0 -1
  511. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-names.d.ts +0 -63
  512. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-names.js.map +0 -1
  513. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-reach.d.ts +0 -58
  514. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-reach.js.map +0 -1
  515. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-view.d.ts +0 -65
  516. package/bundle/typescript/src/commands/game/sideQuest/utilities/grid-view.js.map +0 -1
  517. package/bundle/typescript/src/commands/game/sideQuest/utilities/grids.d.ts +0 -72
  518. package/bundle/typescript/src/commands/game/sideQuest/utilities/grids.js.map +0 -1
  519. package/bundle/typescript/src/commands/game/sideQuest/utilities/handoff.d.ts +0 -42
  520. package/bundle/typescript/src/commands/game/sideQuest/utilities/handoff.js.map +0 -1
  521. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-note.d.ts +0 -25
  522. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-note.js.map +0 -1
  523. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-settlement.d.ts +0 -29
  524. package/bundle/typescript/src/commands/game/sideQuest/utilities/harm-settlement.js.map +0 -1
  525. package/bundle/typescript/src/commands/game/sideQuest/utilities/hints.d.ts +0 -8
  526. package/bundle/typescript/src/commands/game/sideQuest/utilities/hints.js.map +0 -1
  527. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic-actors.d.ts +0 -9
  528. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic-actors.js.map +0 -1
  529. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic.d.ts +0 -186
  530. package/bundle/typescript/src/commands/game/sideQuest/utilities/ic.js.map +0 -1
  531. package/bundle/typescript/src/commands/game/sideQuest/utilities/identity.d.ts +0 -62
  532. package/bundle/typescript/src/commands/game/sideQuest/utilities/identity.js.map +0 -1
  533. package/bundle/typescript/src/commands/game/sideQuest/utilities/input-history.d.ts +0 -100
  534. package/bundle/typescript/src/commands/game/sideQuest/utilities/input-history.js.map +0 -1
  535. package/bundle/typescript/src/commands/game/sideQuest/utilities/jackpoint.d.ts +0 -83
  536. package/bundle/typescript/src/commands/game/sideQuest/utilities/jackpoint.js.map +0 -1
  537. package/bundle/typescript/src/commands/game/sideQuest/utilities/limits.d.ts +0 -50
  538. package/bundle/typescript/src/commands/game/sideQuest/utilities/limits.js.map +0 -1
  539. package/bundle/typescript/src/commands/game/sideQuest/utilities/line-editor.d.ts +0 -83
  540. package/bundle/typescript/src/commands/game/sideQuest/utilities/line-editor.js.map +0 -1
  541. package/bundle/typescript/src/commands/game/sideQuest/utilities/log-style.d.ts +0 -52
  542. package/bundle/typescript/src/commands/game/sideQuest/utilities/log-style.js.map +0 -1
  543. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +0 -33
  544. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +0 -1
  545. package/bundle/typescript/src/commands/game/sideQuest/utilities/logo-mark.d.ts +0 -52
  546. package/bundle/typescript/src/commands/game/sideQuest/utilities/logo-mark.js.map +0 -1
  547. package/bundle/typescript/src/commands/game/sideQuest/utilities/map-view.d.ts +0 -89
  548. package/bundle/typescript/src/commands/game/sideQuest/utilities/map-view.js.map +0 -1
  549. package/bundle/typescript/src/commands/game/sideQuest/utilities/marks.d.ts +0 -60
  550. package/bundle/typescript/src/commands/game/sideQuest/utilities/marks.js.map +0 -1
  551. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-intrusion.d.ts +0 -121
  552. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-intrusion.js.map +0 -1
  553. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-roster.d.ts +0 -62
  554. package/bundle/typescript/src/commands/game/sideQuest/utilities/matrix-roster.js.map +0 -1
  555. package/bundle/typescript/src/commands/game/sideQuest/utilities/meet-location.d.ts +0 -37
  556. package/bundle/typescript/src/commands/game/sideQuest/utilities/meet-location.js.map +0 -1
  557. package/bundle/typescript/src/commands/game/sideQuest/utilities/outdoors.d.ts +0 -35
  558. package/bundle/typescript/src/commands/game/sideQuest/utilities/outdoors.js.map +0 -1
  559. package/bundle/typescript/src/commands/game/sideQuest/utilities/overwatch.d.ts +0 -34
  560. package/bundle/typescript/src/commands/game/sideQuest/utilities/overwatch.js.map +0 -1
  561. package/bundle/typescript/src/commands/game/sideQuest/utilities/owned-drones.d.ts +0 -39
  562. package/bundle/typescript/src/commands/game/sideQuest/utilities/owned-drones.js.map +0 -1
  563. package/bundle/typescript/src/commands/game/sideQuest/utilities/perception.d.ts +0 -76
  564. package/bundle/typescript/src/commands/game/sideQuest/utilities/perception.js.map +0 -1
  565. package/bundle/typescript/src/commands/game/sideQuest/utilities/persistence.d.ts +0 -141
  566. package/bundle/typescript/src/commands/game/sideQuest/utilities/persistence.js.map +0 -1
  567. package/bundle/typescript/src/commands/game/sideQuest/utilities/planes.d.ts +0 -290
  568. package/bundle/typescript/src/commands/game/sideQuest/utilities/planes.js.map +0 -1
  569. package/bundle/typescript/src/commands/game/sideQuest/utilities/playtester.d.ts +0 -50
  570. package/bundle/typescript/src/commands/game/sideQuest/utilities/playtester.js.map +0 -1
  571. package/bundle/typescript/src/commands/game/sideQuest/utilities/prefs.d.ts +0 -4
  572. package/bundle/typescript/src/commands/game/sideQuest/utilities/prefs.js.map +0 -1
  573. package/bundle/typescript/src/commands/game/sideQuest/utilities/pregen-worksheet.d.ts +0 -93
  574. package/bundle/typescript/src/commands/game/sideQuest/utilities/pregen-worksheet.js.map +0 -1
  575. package/bundle/typescript/src/commands/game/sideQuest/utilities/presence-gate.d.ts +0 -21
  576. package/bundle/typescript/src/commands/game/sideQuest/utilities/presence-gate.js.map +0 -1
  577. package/bundle/typescript/src/commands/game/sideQuest/utilities/programs.d.ts +0 -55
  578. package/bundle/typescript/src/commands/game/sideQuest/utilities/programs.js.map +0 -1
  579. package/bundle/typescript/src/commands/game/sideQuest/utilities/pursuit.d.ts +0 -16
  580. package/bundle/typescript/src/commands/game/sideQuest/utilities/pursuit.js.map +0 -1
  581. package/bundle/typescript/src/commands/game/sideQuest/utilities/range.d.ts +0 -28
  582. package/bundle/typescript/src/commands/game/sideQuest/utilities/range.js.map +0 -1
  583. package/bundle/typescript/src/commands/game/sideQuest/utilities/repro-launch.d.ts +0 -84
  584. package/bundle/typescript/src/commands/game/sideQuest/utilities/repro-launch.js.map +0 -1
  585. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-grid.d.ts +0 -305
  586. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-grid.js.map +0 -1
  587. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-view.d.ts +0 -101
  588. package/bundle/typescript/src/commands/game/sideQuest/utilities/room-view.js.map +0 -1
  589. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-context.d.ts +0 -28
  590. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-context.js.map +0 -1
  591. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-legs.d.ts +0 -74
  592. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-legs.js.map +0 -1
  593. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-lock.d.ts +0 -18
  594. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-lock.js.map +0 -1
  595. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-telemetry.d.ts +0 -25
  596. package/bundle/typescript/src/commands/game/sideQuest/utilities/session-telemetry.js.map +0 -1
  597. package/bundle/typescript/src/commands/game/sideQuest/utilities/shared-run.d.ts +0 -451
  598. package/bundle/typescript/src/commands/game/sideQuest/utilities/shared-run.js.map +0 -1
  599. package/bundle/typescript/src/commands/game/sideQuest/utilities/sin.d.ts +0 -124
  600. package/bundle/typescript/src/commands/game/sideQuest/utilities/sin.js.map +0 -1
  601. package/bundle/typescript/src/commands/game/sideQuest/utilities/social.d.ts +0 -28
  602. package/bundle/typescript/src/commands/game/sideQuest/utilities/social.js.map +0 -1
  603. package/bundle/typescript/src/commands/game/sideQuest/utilities/splash.d.ts +0 -6
  604. package/bundle/typescript/src/commands/game/sideQuest/utilities/splash.js.map +0 -1
  605. package/bundle/typescript/src/commands/game/sideQuest/utilities/spots.d.ts +0 -669
  606. package/bundle/typescript/src/commands/game/sideQuest/utilities/spots.js.map +0 -1
  607. package/bundle/typescript/src/commands/game/sideQuest/utilities/street-gang.d.ts +0 -17
  608. package/bundle/typescript/src/commands/game/sideQuest/utilities/street-gang.js.map +0 -1
  609. package/bundle/typescript/src/commands/game/sideQuest/utilities/surveillance.d.ts +0 -61
  610. package/bundle/typescript/src/commands/game/sideQuest/utilities/surveillance.js.map +0 -1
  611. package/bundle/typescript/src/commands/game/sideQuest/utilities/table-notes.d.ts +0 -30
  612. package/bundle/typescript/src/commands/game/sideQuest/utilities/table-notes.js.map +0 -1
  613. package/bundle/typescript/src/commands/game/sideQuest/utilities/terminal-reset.d.ts +0 -17
  614. package/bundle/typescript/src/commands/game/sideQuest/utilities/terminal-reset.js.map +0 -1
  615. package/bundle/typescript/src/commands/game/sideQuest/utilities/use-target.d.ts +0 -106
  616. package/bundle/typescript/src/commands/game/sideQuest/utilities/use-target.js.map +0 -1
  617. package/bundle/typescript/src/commands/game/sideQuest/utilities/web-character-generator.d.ts +0 -72
  618. package/bundle/typescript/src/commands/game/sideQuest/utilities/web-character-generator.js.map +0 -1
  619. package/bundle/typescript/src/commands/game/sideQuest/utilities/world-clock.d.ts +0 -83
  620. package/bundle/typescript/src/commands/game/sideQuest/utilities/world-clock.js.map +0 -1
  621. package/bundle/typescript/src/commands/game/sideQuest-backlog.sub.cmd.d.ts +0 -1
  622. package/bundle/typescript/src/commands/game/sideQuest-backlog.sub.cmd.js.map +0 -1
  623. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +0 -37
  624. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +0 -1
  625. package/bundle/typescript/src/commands/generate.d.ts +0 -1
  626. package/bundle/typescript/src/commands/generate.js.map +0 -1
  627. package/bundle/typescript/src/commands/get/_index.d.ts +0 -4
  628. package/bundle/typescript/src/commands/get/_index.js.map +0 -1
  629. package/bundle/typescript/src/commands/get/get.command.d.ts +0 -3
  630. package/bundle/typescript/src/commands/get/get.command.js.map +0 -1
  631. package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +0 -1
  632. package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +0 -1
  633. package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +0 -1
  634. package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +0 -1
  635. package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +0 -1
  636. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +0 -1
  637. package/bundle/typescript/src/commands/help.d.ts +0 -1
  638. package/bundle/typescript/src/commands/help.js.map +0 -1
  639. package/bundle/typescript/src/commands/install.d.ts +0 -1
  640. package/bundle/typescript/src/commands/install.js.map +0 -1
  641. package/bundle/typescript/src/commands/jsdoc.d.ts +0 -1
  642. package/bundle/typescript/src/commands/jsdoc.js.map +0 -1
  643. package/bundle/typescript/src/commands/lint.d.ts +0 -1
  644. package/bundle/typescript/src/commands/lint.js.map +0 -1
  645. package/bundle/typescript/src/commands/login.d.ts +0 -1
  646. package/bundle/typescript/src/commands/login.js.map +0 -1
  647. package/bundle/typescript/src/commands/logout.d.ts +0 -1
  648. package/bundle/typescript/src/commands/logout.js.map +0 -1
  649. package/bundle/typescript/src/commands/maka.cmd.d.ts +0 -5
  650. package/bundle/typescript/src/commands/maka.cmd.js.map +0 -1
  651. package/bundle/typescript/src/commands/murder.d.ts +0 -1
  652. package/bundle/typescript/src/commands/murder.js.map +0 -1
  653. package/bundle/typescript/src/commands/profile.d.ts +0 -1
  654. package/bundle/typescript/src/commands/profile.js.map +0 -1
  655. package/bundle/typescript/src/commands/proxy.d.ts +0 -1
  656. package/bundle/typescript/src/commands/proxy.js.map +0 -1
  657. package/bundle/typescript/src/commands/register.d.ts +0 -1
  658. package/bundle/typescript/src/commands/register.js.map +0 -1
  659. package/bundle/typescript/src/commands/registry.d.ts +0 -10
  660. package/bundle/typescript/src/commands/registry.js.map +0 -1
  661. package/bundle/typescript/src/commands/remote/_index.d.ts +0 -4
  662. package/bundle/typescript/src/commands/remote/_index.js.map +0 -1
  663. package/bundle/typescript/src/commands/remote/logs.sub.cmd.d.ts +0 -1
  664. package/bundle/typescript/src/commands/remote/logs.sub.cmd.js.map +0 -1
  665. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.d.ts +0 -1
  666. package/bundle/typescript/src/commands/remote/reconfig.sub.cmd.js.map +0 -1
  667. package/bundle/typescript/src/commands/remote/remote.command.d.ts +0 -3
  668. package/bundle/typescript/src/commands/remote/remote.command.js.map +0 -1
  669. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.d.ts +0 -1
  670. package/bundle/typescript/src/commands/remote/ssh.sub.cmd.js.map +0 -1
  671. package/bundle/typescript/src/commands/run/_index.d.ts +0 -2
  672. package/bundle/typescript/src/commands/run/_index.js.map +0 -1
  673. package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +0 -1
  674. package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +0 -1
  675. package/bundle/typescript/src/commands/run/run.command.d.ts +0 -3
  676. package/bundle/typescript/src/commands/run/run.command.js.map +0 -1
  677. package/bundle/typescript/src/commands/set/_index.d.ts +0 -3
  678. package/bundle/typescript/src/commands/set/_index.js.map +0 -1
  679. package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +0 -1
  680. package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +0 -1
  681. package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +0 -1
  682. package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +0 -1
  683. package/bundle/typescript/src/commands/set/set.command.d.ts +0 -3
  684. package/bundle/typescript/src/commands/set/set.command.js.map +0 -1
  685. package/bundle/typescript/src/commands/ssl.d.ts +0 -1
  686. package/bundle/typescript/src/commands/ssl.js.map +0 -1
  687. package/bundle/typescript/src/commands/testCmd/_index.d.ts +0 -3
  688. package/bundle/typescript/src/commands/testCmd/_index.js.map +0 -1
  689. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +0 -1
  690. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +0 -1
  691. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +0 -1
  692. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +0 -1
  693. package/bundle/typescript/src/commands/testCmd/test.command.d.ts +0 -3
  694. package/bundle/typescript/src/commands/testCmd/test.command.js.map +0 -1
  695. package/bundle/typescript/src/commands/undo.d.ts +0 -1
  696. package/bundle/typescript/src/commands/undo.js.map +0 -1
  697. package/bundle/typescript/src/commands/uninstall.d.ts +0 -1
  698. package/bundle/typescript/src/commands/uninstall.js.map +0 -1
  699. package/bundle/typescript/src/commands/update.d.ts +0 -1
  700. package/bundle/typescript/src/commands/update.js.map +0 -1
  701. package/bundle/typescript/src/commands/version/_index.d.ts +0 -3
  702. package/bundle/typescript/src/commands/version/_index.js.map +0 -1
  703. package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +0 -1
  704. package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +0 -1
  705. package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +0 -1
  706. package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +0 -1
  707. package/bundle/typescript/src/commands/version/version.d.ts +0 -3
  708. package/bundle/typescript/src/commands/version/version.js.map +0 -1
  709. package/bundle/typescript/src/error.d.ts +0 -18
  710. package/bundle/typescript/src/error.js.map +0 -1
  711. package/bundle/typescript/src/exec.d.ts +0 -2
  712. package/bundle/typescript/src/exec.js.map +0 -1
  713. package/bundle/typescript/src/generator.d.ts +0 -48
  714. package/bundle/typescript/src/generator.js.map +0 -1
  715. package/bundle/typescript/src/generators/_index.d.ts +0 -18
  716. package/bundle/typescript/src/generators/_index.js.map +0 -1
  717. package/bundle/typescript/src/generators/api.d.ts +0 -1
  718. package/bundle/typescript/src/generators/api.js.map +0 -1
  719. package/bundle/typescript/src/generators/aws/_index.d.ts +0 -2
  720. package/bundle/typescript/src/generators/aws/_index.js.map +0 -1
  721. package/bundle/typescript/src/generators/aws/aws.d.ts +0 -3
  722. package/bundle/typescript/src/generators/aws/aws.js.map +0 -1
  723. package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +0 -2
  724. package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +0 -1
  725. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +0 -3
  726. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +0 -1
  727. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +0 -3
  728. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +0 -1
  729. package/bundle/typescript/src/generators/collection.d.ts +0 -1
  730. package/bundle/typescript/src/generators/collection.js.map +0 -1
  731. package/bundle/typescript/src/generators/component.d.ts +0 -1
  732. package/bundle/typescript/src/generators/component.js.map +0 -1
  733. package/bundle/typescript/src/generators/config.d.ts +0 -1
  734. package/bundle/typescript/src/generators/config.js.map +0 -1
  735. package/bundle/typescript/src/generators/dbc.d.ts +0 -1
  736. package/bundle/typescript/src/generators/dbc.js.map +0 -1
  737. package/bundle/typescript/src/generators/dockerfile.d.ts +0 -1
  738. package/bundle/typescript/src/generators/dockerfile.js.map +0 -1
  739. package/bundle/typescript/src/generators/hook.d.ts +0 -1
  740. package/bundle/typescript/src/generators/hook.js.map +0 -1
  741. package/bundle/typescript/src/generators/kits/_index.d.ts +0 -5
  742. package/bundle/typescript/src/generators/kits/_index.js.map +0 -1
  743. package/bundle/typescript/src/generators/kits/auth/_index.d.ts +0 -4
  744. package/bundle/typescript/src/generators/kits/auth/_index.js.map +0 -1
  745. package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +0 -3
  746. package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +0 -1
  747. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.d.ts +0 -1
  748. package/bundle/typescript/src/generators/kits/auth/auth0-meteor.auth.gen.js.map +0 -1
  749. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +0 -1
  750. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +0 -1
  751. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +0 -1
  752. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +0 -1
  753. package/bundle/typescript/src/generators/kits/esri/_index.d.ts +0 -2
  754. package/bundle/typescript/src/generators/kits/esri/_index.js.map +0 -1
  755. package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +0 -3
  756. package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +0 -1
  757. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +0 -1
  758. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +0 -1
  759. package/bundle/typescript/src/generators/kits/frames/_index.d.ts +0 -1
  760. package/bundle/typescript/src/generators/kits/frames/_index.js.map +0 -1
  761. package/bundle/typescript/src/generators/kits/frames/frames.generator.d.ts +0 -3
  762. package/bundle/typescript/src/generators/kits/frames/frames.generator.js.map +0 -1
  763. package/bundle/typescript/src/generators/kits/kit.d.ts +0 -3
  764. package/bundle/typescript/src/generators/kits/kit.js.map +0 -1
  765. package/bundle/typescript/src/generators/kits/mui/_index.d.ts +0 -4
  766. package/bundle/typescript/src/generators/kits/mui/_index.js.map +0 -1
  767. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +0 -2
  768. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +0 -1
  769. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.d.ts +0 -2
  770. package/bundle/typescript/src/generators/kits/mui/auth0.mui.gen.js.map +0 -1
  771. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +0 -1
  772. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +0 -1
  773. package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +0 -3
  774. package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +0 -1
  775. package/bundle/typescript/src/generators/layout.d.ts +0 -1
  776. package/bundle/typescript/src/generators/layout.js.map +0 -1
  777. package/bundle/typescript/src/generators/maka.gen.d.ts +0 -5
  778. package/bundle/typescript/src/generators/maka.gen.js.map +0 -1
  779. package/bundle/typescript/src/generators/methods.d.ts +0 -1
  780. package/bundle/typescript/src/generators/methods.js.map +0 -1
  781. package/bundle/typescript/src/generators/package.d.ts +0 -1
  782. package/bundle/typescript/src/generators/package.js.map +0 -1
  783. package/bundle/typescript/src/generators/page.d.ts +0 -1
  784. package/bundle/typescript/src/generators/page.js.map +0 -1
  785. package/bundle/typescript/src/generators/publish.d.ts +0 -1
  786. package/bundle/typescript/src/generators/publish.js.map +0 -1
  787. package/bundle/typescript/src/generators/route.d.ts +0 -1
  788. package/bundle/typescript/src/generators/route.js.map +0 -1
  789. package/bundle/typescript/src/generators/services/_index.d.ts +0 -4
  790. package/bundle/typescript/src/generators/services/_index.js.map +0 -1
  791. package/bundle/typescript/src/generators/services/logger.d.ts +0 -1
  792. package/bundle/typescript/src/generators/services/logger.js.map +0 -1
  793. package/bundle/typescript/src/generators/services/openssl.d.ts +0 -1
  794. package/bundle/typescript/src/generators/services/openssl.js.map +0 -1
  795. package/bundle/typescript/src/generators/services/service.d.ts +0 -3
  796. package/bundle/typescript/src/generators/services/service.js.map +0 -1
  797. package/bundle/typescript/src/generators/services/translation.d.ts +0 -1
  798. package/bundle/typescript/src/generators/services/translation.js.map +0 -1
  799. package/bundle/typescript/src/maka.d.ts +0 -1
  800. package/bundle/typescript/src/maka.js.map +0 -1
  801. package/bundle/typescript/src/tool.d.ts +0 -98
  802. package/bundle/typescript/src/tool.js.map +0 -1
  803. package/bundle/typescript/src/tools/actions/actions.class.d.ts +0 -29
  804. package/bundle/typescript/src/tools/actions/actions.class.js.map +0 -1
  805. package/bundle/typescript/src/tools/ai/ai.class.d.ts +0 -173
  806. package/bundle/typescript/src/tools/ai/ai.class.js.map +0 -1
  807. package/bundle/typescript/src/tools/aws/aws.class.d.ts +0 -51
  808. package/bundle/typescript/src/tools/aws/aws.class.js.map +0 -1
  809. package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +0 -364
  810. package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +0 -1
  811. package/bundle/typescript/src/tools/browser/open-browser.d.ts +0 -7
  812. package/bundle/typescript/src/tools/browser/open-browser.js.map +0 -1
  813. package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +0 -42
  814. package/bundle/typescript/src/tools/cfg/cfg.class.js.map +0 -1
  815. package/bundle/typescript/src/tools/docker/docker.class.d.ts +0 -10
  816. package/bundle/typescript/src/tools/docker/docker.class.js.map +0 -1
  817. package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +0 -18
  818. package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +0 -1
  819. package/bundle/typescript/src/tools/dotenvx/dotenvx.class.d.ts +0 -24
  820. package/bundle/typescript/src/tools/dotenvx/dotenvx.class.js.map +0 -1
  821. package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +0 -129
  822. package/bundle/typescript/src/tools/fsi/fsi.class.js.map +0 -1
  823. package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +0 -194
  824. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +0 -1
  825. package/bundle/typescript/src/tools/guarded-file/guarded-file.class.d.ts +0 -59
  826. package/bundle/typescript/src/tools/guarded-file/guarded-file.class.js.map +0 -1
  827. package/bundle/typescript/src/tools/https/connection-error.d.ts +0 -79
  828. package/bundle/typescript/src/tools/https/connection-error.js.map +0 -1
  829. package/bundle/typescript/src/tools/https/https.class.d.ts +0 -47
  830. package/bundle/typescript/src/tools/https/https.class.js.map +0 -1
  831. package/bundle/typescript/src/tools/https/https.interface.d.ts +0 -58
  832. package/bundle/typescript/src/tools/https/https.interface.js.map +0 -1
  833. package/bundle/typescript/src/tools/https/maka-host.d.ts +0 -43
  834. package/bundle/typescript/src/tools/https/maka-host.js.map +0 -1
  835. package/bundle/typescript/src/tools/log/log.class.d.ts +0 -43
  836. package/bundle/typescript/src/tools/log/log.class.js.map +0 -1
  837. package/bundle/typescript/src/tools/log/log.interfaces.d.ts +0 -7
  838. package/bundle/typescript/src/tools/log/log.interfaces.js.map +0 -1
  839. package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +0 -62
  840. package/bundle/typescript/src/tools/mpi/mpi.class.js.map +0 -1
  841. package/bundle/typescript/src/tools/mpi/sdk-runtime.d.ts +0 -10
  842. package/bundle/typescript/src/tools/mpi/sdk-runtime.js.map +0 -1
  843. package/bundle/typescript/src/tools/mpi/shared-verb.d.ts +0 -20
  844. package/bundle/typescript/src/tools/mpi/shared-verb.js.map +0 -1
  845. package/bundle/typescript/src/tools/options/options.class.d.ts +0 -11
  846. package/bundle/typescript/src/tools/options/options.class.js.map +0 -1
  847. package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +0 -31
  848. package/bundle/typescript/src/tools/pkg/pkg.class.js.map +0 -1
  849. package/bundle/typescript/src/tools/progress/progress.class.d.ts +0 -12
  850. package/bundle/typescript/src/tools/progress/progress.class.js.map +0 -1
  851. package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +0 -198
  852. package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +0 -1
  853. package/bundle/typescript/src/tools/sdk-loader/relocate.d.ts +0 -45
  854. package/bundle/typescript/src/tools/sdk-loader/relocate.js.map +0 -1
  855. package/bundle/typescript/src/tools/sdk-loader/runtime-fetch.d.ts +0 -35
  856. package/bundle/typescript/src/tools/sdk-loader/runtime-fetch.js.map +0 -1
  857. package/bundle/typescript/src/tools/sdk-loader/sdk-loader.class.d.ts +0 -33
  858. package/bundle/typescript/src/tools/sdk-loader/sdk-loader.class.js.map +0 -1
  859. package/bundle/typescript/src/tools/self-spawn/self-spawn.d.ts +0 -10
  860. package/bundle/typescript/src/tools/self-spawn/self-spawn.js.map +0 -1
  861. package/bundle/typescript/src/tools/self-update/binary-install.d.ts +0 -215
  862. package/bundle/typescript/src/tools/self-update/binary-install.js.map +0 -1
  863. package/bundle/typescript/src/tools/self-update/self-update.d.ts +0 -76
  864. package/bundle/typescript/src/tools/self-update/self-update.js.map +0 -1
  865. package/bundle/typescript/src/tools/self-update/update-maka.d.ts +0 -18
  866. package/bundle/typescript/src/tools/self-update/update-maka.js.map +0 -1
  867. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +0 -4
  868. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +0 -1
  869. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +0 -6
  870. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +0 -1
  871. package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +0 -11
  872. package/bundle/typescript/src/tools/ssh/ssh.class.js.map +0 -1
  873. package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +0 -21
  874. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +0 -1
  875. package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +0 -25
  876. package/bundle/typescript/src/tools/ssl/ssl.class.js.map +0 -1
  877. package/bundle/typescript/src/tools/ssl/ssl.interfaces.d.ts +0 -0
  878. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +0 -1
  879. package/bundle/typescript/src/tools/version/cli-version.d.ts +0 -10
  880. package/bundle/typescript/src/tools/version/cli-version.js.map +0 -1
@@ -1,129 +0,0 @@
1
- import { ICreateFile, ICreateDirectory, IPathForProject } from './fsi.interfaces';
2
- export declare class FSI {
3
- private static instance;
4
- private constructor();
5
- static getInstance(): FSI;
6
- getUserDataDirectory(): string;
7
- getMeteorInstallPath(): string;
8
- meteorCommand(): string;
9
- getDirectories(dirPath: string): string[];
10
- /**
11
- * Create a file at the given filePath and write the given data
12
- * to the file. Recursively creates the directory structure if
13
- * needed.
14
- */
15
- createFile({ filePath, data, opts }: ICreateFile): Promise<void>;
16
- getFiles(dirPath: string, opts?: {
17
- extensions?: string[];
18
- omit?: string | string[];
19
- }): string[];
20
- mkKeysDir({ configPath }: {
21
- configPath: any;
22
- }): string;
23
- /**
24
- * Create a file at the given filePath and write the given data
25
- * to the file. Recursively creates the directory structure if
26
- * needed.
27
- */
28
- writeToFile({ filePath, data, opts }: ICreateFile): void;
29
- /**
30
- * Recursively creates a directory structure from the given
31
- * dirpath.
32
- */
33
- createDirectory({ dirPath, force, silent }: ICreateDirectory): Promise<void>;
34
- /**
35
- * Given a startPath or process.cwd() search upwards calling the predicate
36
- * function for each directory. If the predication function returns true,
37
- * return the current path, otherwise keep searching up until we can't go
38
- * any further. Returns undefined if no directory is found.
39
- *
40
- */
41
- findDirectoryUp({ predicate, startPath }: {
42
- predicate: any;
43
- startPath: any;
44
- }): string | undefined;
45
- /**
46
- * Given a starting filePath (process.cwd by default) returns the
47
- * absolute path to the root of the project directory, which contains
48
- * the .maka folder.
49
- */
50
- findProjectDirectory(filePath?: string): string;
51
- /**
52
- * Given a starting filePath, returns the absolute path to
53
- * the app directory of the project. If there is no project
54
- * it returns an empty string.
55
- */
56
- findAppDirectory(filePath?: string): string;
57
- /**
58
- * Returns the absolute path to the given filePath relative to the project
59
- * directory (e.g. my-project/filePath). Returns an empty string if no path is found.
60
- */
61
- pathFromProject({ pathParts }: IPathForProject): string;
62
- /**
63
- * Returns true if the filePath is a file.
64
- */
65
- isFile(filePath: string): boolean;
66
- /**
67
- * Returns true if the dirpath is a directory.
68
- */
69
- isDirectory(dirPath: string): boolean;
70
- /**
71
- * Given a file return an array of each line in the file.
72
- */
73
- readFileLines(filePath: string): string[];
74
- /**
75
- * Retrieve the current projects meteor version (opposed to the global)
76
- */
77
- getProjectMeteorVersion(): string;
78
- /**
79
- * Retrieve the current projects meter node version (opposed to the global)
80
- */
81
- getProjectsMeteorNodeVersion(): Promise<string>;
82
- /**
83
- * Gets latest version of Maka on NPM
84
- */
85
- getLatestMakaVersion(): Promise<string>;
86
- /**
87
- * Compares and warns if maka is outdates
88
- */
89
- compareMakaToLatest(): Promise<void>;
90
- /**
91
- * Returns an array of all directory entries recursively.
92
- */
93
- directoryEntries(srcPath: string): string[];
94
- isMakaProject(): boolean;
95
- grep(iString: string, pattern: string): string[];
96
- fileContainsString(filePath: string, searchString: string): Promise<boolean>;
97
- getCachedResult<T>(command: string): T | null;
98
- cacheResult<T>(command: string, result: T): void;
99
- getGlobalMakaDir(): string;
100
- saveInit(config: object, filePath: string): Promise<void>;
101
- deepen(obj: object): object;
102
- deeperAssign(a: object, b: object): object;
103
- /**
104
- * Installs a npm package in the app directory for the project. It doesn't
105
- * matter where the cwd directory is, as long as you're in an maka project
106
- * and there's an app folder. If the app folder isn't a meteor project the
107
- * meteor cli will throw an error.
108
- */
109
- initNpm(opts: any): Promise<void>;
110
- checkPortInUse(port: number): Promise<boolean>;
111
- getAvailablePort(startPort: number): Promise<number>;
112
- extractTarGz(tarFilePath: string, destDirectory: string): Promise<void>;
113
- /**
114
- * Get the logs directory path for the current project
115
- */
116
- getLogsDirectory(): string;
117
- /**
118
- * Ensure logs directory exists
119
- */
120
- ensureLogsDirectory(): string;
121
- /**
122
- * Generate log file path with timestamp
123
- */
124
- getLogFilePath(env: string, prefix?: string): string;
125
- /**
126
- * Rotate logs - keep only the last N log files per environment
127
- */
128
- rotateLogs(env: string, prefix?: string, keepCount?: number): void;
129
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"fsi.class.js","sourceRoot":"","sources":["../../../../../src/tools/fsi/fsi.class.ts"],"names":[],"mappings":"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"}
@@ -1,194 +0,0 @@
1
- export interface ICache<T> {
2
- [command: string]: T;
3
- }
4
- export interface ICreateFile {
5
- filePath: string;
6
- data: string;
7
- opts?: ICreateFileOpts;
8
- }
9
- export interface ICreateDirectory {
10
- dirPath: string;
11
- force?: boolean;
12
- silent?: boolean;
13
- }
14
- export interface ICreateFileOpts {
15
- silent?: boolean;
16
- ignore?: boolean;
17
- force?: boolean;
18
- isImage?: boolean;
19
- absolute?: boolean;
20
- }
21
- export interface ICreateDirOpts {
22
- mode?: boolean;
23
- context?: string;
24
- }
25
- export interface ITemplatePath {
26
- srcPath: string;
27
- destPath: string;
28
- context: any;
29
- framework?: string;
30
- config?: IProjectConfig;
31
- force?: boolean;
32
- ignore?: boolean;
33
- }
34
- export interface ICopyTemplateDir {
35
- srcPath: string;
36
- destPath: string;
37
- context: any;
38
- ignore: string[];
39
- keep: string[];
40
- framework: string;
41
- config: IProjectConfig;
42
- force?: boolean;
43
- }
44
- export interface ICheckNpmPkgOpts {
45
- cwd?: string;
46
- isSelfTest?: boolean;
47
- shouldInstall?: boolean;
48
- saveDev?: boolean;
49
- msg?: string;
50
- }
51
- export interface IPathForProject {
52
- pathParts: string[];
53
- }
54
- export interface IPath {
55
- pathParts: string[];
56
- framework?: string;
57
- config?: IProjectConfig;
58
- }
59
- export interface IInjectIntoFile {
60
- filePath: string;
61
- content: string;
62
- opts?: IInjectIntoFileOpts;
63
- }
64
- export interface IInjectIntoFileOpts {
65
- verbose: boolean;
66
- }
67
- export interface ITemplateContext {
68
- noRename: boolean;
69
- }
70
- export interface IProjectConfig {
71
- appName: string;
72
- engines: IEngines;
73
- serverPort?: string;
74
- serverName?: string;
75
- features: IFeaturesConfig;
76
- template: ITemplateConfig;
77
- route: IRouteConfig;
78
- generator: IGeneratorConfig;
79
- }
80
- export interface IFeaturesConfig {
81
- withHooks: boolean;
82
- withTranslations: boolean;
83
- }
84
- export interface ITemplateConfig {
85
- html: boolean;
86
- js: boolean;
87
- css: boolean;
88
- test: boolean;
89
- }
90
- export interface IRouteConfig {
91
- template: boolean;
92
- }
93
- export interface IGeneratorConfig {
94
- comments: boolean;
95
- }
96
- export interface IGlobalConfig {
97
- installedMeteorRelease?: string;
98
- token?: IMeteorToken;
99
- cert?: string;
100
- allowInsecure?: boolean;
101
- workspace?: string;
102
- pallet?: string;
103
- openai?: string;
104
- anthropic?: string;
105
- deepseek?: string;
106
- guided?: boolean;
107
- }
108
- export interface IMeteorToken {
109
- authToken: string;
110
- userId: string;
111
- when: string;
112
- error?: string;
113
- }
114
- export declare const supportedEngines: {
115
- html: string[];
116
- js: string[];
117
- css: string[];
118
- api: string[];
119
- test: string[];
120
- client: string[];
121
- graphql: string[];
122
- ssr: boolean[];
123
- theme: string[];
124
- };
125
- export declare enum HtmlEngines {
126
- HTML = "html"
127
- }
128
- export declare enum JsEngines {
129
- JS = "js",
130
- JSX = "jsx",
131
- TS = "ts",
132
- TSX = "tsx"
133
- }
134
- export declare enum CssEngines {
135
- CSS = "css",
136
- LESS = "less",
137
- SCSS = "scss",
138
- NONE = "none"
139
- }
140
- export declare enum ApiEngines {
141
- REST = "rest",
142
- RPC = "rpc",
143
- GRAPHQL = "graphql",
144
- NONE = "none"
145
- }
146
- export declare enum TestEngines {
147
- JASMINE = "jasmine",
148
- JEST = "jest",
149
- MOCHA = "mocha",
150
- NONE = "none"
151
- }
152
- export declare enum ClientEngines {
153
- REACT = "react",
154
- VANILLA = "vanilla"
155
- }
156
- export declare enum GraphqlEngines {
157
- NONE = "none",
158
- APOLLO = "apollo"
159
- }
160
- export declare enum SsrEngines {
161
- NONE = "none",
162
- METEOR = "meteor"
163
- }
164
- export declare enum ThemeEngines {
165
- MATERIAL = "material",
166
- NONE = "none"
167
- }
168
- export interface IEngines {
169
- html?: HtmlEngines;
170
- js?: JsEngines;
171
- css?: CssEngines;
172
- api?: ApiEngines;
173
- apis?: ApiEngines[];
174
- test?: TestEngines;
175
- client?: ClientEngines;
176
- graphql?: GraphqlEngines;
177
- ssr?: SsrEngines;
178
- theme?: ThemeEngines;
179
- }
180
- export interface IProBodyReturn {
181
- user: string;
182
- proCommands: string[];
183
- proGenerators: string[];
184
- proFlags: string[];
185
- roles: string[];
186
- emailVerified: boolean;
187
- }
188
- export interface InjectImportParams {
189
- filePath: string;
190
- importName: string;
191
- modulePath: string;
192
- isNamedExport: boolean;
193
- injectAtStart?: boolean;
194
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"fsi.interfaces.js","sourceRoot":"","sources":["../../../../../src/tools/fsi/fsi.interfaces.ts"],"names":[],"mappings":"AAuIA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,CAAC,MAAM,CAAC;IACd,EAAE,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,CAAC;IAC9B,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IACpC,GAAG,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC;IACvC,IAAI,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC;IAC5B,OAAO,EAAE,CAAC,QAAQ,CAAC;IACnB,GAAG,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC;IAClB,KAAK,EAAE,CAAC,UAAU,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,6CAA6C;AAC7C,MAAM,CAAN,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,4BAAa,CAAA;AACf,CAAC,EAFW,WAAW,KAAX,WAAW,QAEtB;AAED,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,sBAAS,CAAA;IACT,wBAAW,CAAA;IACX,sBAAS,CAAA;IACT,wBAAW,CAAA;AACb,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAED,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,yBAAW,CAAA;IACX,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAED,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,yBAAW,CAAA;IACX,iCAAmB,CAAA;IACnB,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAED,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,4BAAa,CAAA;IACb,8BAAe,CAAA;IACf,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAED,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,oCAAmB,CAAA;AACrB,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AAED,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,mCAAiB,CAAA;AACnB,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AAED,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,+BAAiB,CAAA;AACnB,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB;AAED,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,qCAAqB,CAAA;IACrB,6BAAa,CAAA;AACf,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB"}
@@ -1,59 +0,0 @@
1
- /**
2
- * A GENERATED FILE THAT REFUSES TO EAT A HAND-EDITED ONE.
3
- *
4
- * `maka deploy:ubuntu` wrote config/<env>/nginx.conf and deploy.sh with
5
- * `fs.createWriteStream(..., { flags: 'w' })` -- unconditional
6
- * truncation, no --force gate, no prompt, no backup. On 2026-09-04 that
7
- * silently reverted a production deploy.sh to scaffold, losing a
8
- * swapfile block, a data-volume mount and an apt guard (260 lines, all
9
- * recovered from git). The sibling `maka deploy:github` had taken
10
- * `--force` and routed the same two files through scaffold.template all
11
- * along, so the two halves of one command family disagreed about
12
- * whether the user's edits were the user's.
13
- *
14
- * The rule here is the stronger of the two, because these files are
15
- * EDITED IN PLACE by design -- a deploy script grows with the box:
16
- *
17
- * absent -> write it
18
- * byte-identical -> touch nothing (a no-op deploy stays a no-op)
19
- * differs, no force -> REFUSE, say so loudly, keep the user's file
20
- * differs, --force -> back up to <name>.bak, then write
21
- *
22
- * A refusal does NOT abort the deploy. Continuing with the file the user
23
- * maintained is the safe reading of "they changed it on purpose"; the
24
- * unsafe reading is the one that just cost them their swapfile block.
25
- *
26
- * The shim exists so the hundreds of generator `.write()` lines in
27
- * ubuntu.sub.cmd.ts stay untouched: it buffers, then decides once at
28
- * end(). It also fixes a latent bug in that code, where the only
29
- * `.end()` sat inside an `on('finish')` handler -- and 'finish' fires
30
- * only AFTER end(), so it never ran and the file flushed on process
31
- * exit or not at all.
32
- */
33
- export declare class GuardedFile {
34
- private readonly destPath;
35
- private readonly opts;
36
- private readonly chunks;
37
- private ended;
38
- constructor(destPath: string, opts?: {
39
- force?: boolean;
40
- });
41
- /** Buffers. Signature matches the WriteStream call sites it replaces. */
42
- write(chunk: string): boolean;
43
- /**
44
- * 'open' runs its generator NOW, which is what the old stream did
45
- * asynchronously and what every call site assumes. Other events are
46
- * accepted and ignored: the call sites register a 'finish' handler
47
- * that only calls end(), and end() is idempotent.
48
- */
49
- on(event: string, handler: () => void): this;
50
- /** Decides, once. Returns what it did, for the caller and for tests. */
51
- end(): 'created' | 'unchanged' | 'refused' | 'overwritten';
52
- }
53
- /**
54
- * Says what the guard did, in the words a deployer needs. `refused` is
55
- * deliberately the loudest: it is the only outcome where the file on
56
- * disk is NOT what this command generated, and a deploy about to push
57
- * that file needs the operator to know whose version is going out.
58
- */
59
- export declare function reportGuarded(name: string, outcome: ReturnType<GuardedFile['end']>): void;
@@ -1 +0,0 @@
1
- {"version":3,"file":"guarded-file.class.js","sourceRoot":"","sources":["../../../../../src/tools/guarded-file/guarded-file.class.ts"],"names":[],"mappings":"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"}
@@ -1,79 +0,0 @@
1
- /**
2
- * WHY A CALL TO maka-cli.com DID NOT ARRIVE, in one sentence naming the
3
- * origin actually dialled (board item KYaqmxeW343owAnsn).
4
- *
5
- * `maka login`, `maka logout` and `maka register` each print the right
6
- * banner now (KtbaziFuKHh8WheFn) -- and then, when nothing answers,
7
- * report the failure three DIFFERENT wrong ways:
8
- *
9
- * login exit 0, `console.log(e)` dumping the raw error object as a
10
- * wall of node:net stack, then "If you need to reset your
11
- * password..." -- advice for a failure that never happened.
12
- * logout exit 0, `Log.error(e)` stringifying to the bare word
13
- * "AggregateError", then "You may not be logged in...".
14
- * register exit 1 (the only honest code of the three) and NO MESSAGE
15
- * AT ALL, because `err.message` on an AggregateError is the
16
- * empty string.
17
- *
18
- * Three spellings of one bug is worse than one uniform bug: it reads as
19
- * three unrelated quirks, so nobody fixes the shape. Hence one helper
20
- * all three share.
21
- *
22
- * THE EMPTY MESSAGE IS THE TRAP WORTH NAMING. Node raises AggregateError
23
- * when a host resolves to several addresses (::1 and 127.0.0.1 for
24
- * localhost) and every attempt fails; the real codes live on `.errors`,
25
- * and `.message` is `''`. So the obvious `err.message` prints nothing,
26
- * looks like a silent success, and is exactly how `register` came to
27
- * announce a dead server by saying nothing whatsoever.
28
- */
29
- /**
30
- * The transport-level code buried in a thrown error, wherever it is.
31
- *
32
- * Looks in three places because Node uses all three: `code` on the error
33
- * itself, `errors[]` on an AggregateError (the multi-address case), and
34
- * `cause` on a wrapper. Depth-limited rather than trusting the shape --
35
- * a cyclic `cause` is rare and a hung CLI is worse than a vague message.
36
- */
37
- export declare function networkErrorCode(err: unknown, depth?: number): string | undefined;
38
- /** Did this fail because the request never reached the server? Used to
39
- * decide whether advice about PASSWORDS or SESSIONS is relevant -- it
40
- * is not, when nobody was listening to hear the credentials. */
41
- export declare function isUnreachable(err: unknown): boolean;
42
- /**
43
- * One sentence, for a human, naming the origin that was actually
44
- * dialled.
45
- *
46
- * NEVER RETURNS AN EMPTY STRING, and that is the load-bearing
47
- * guarantee rather than a nicety: the bug being fixed here is a command
48
- * that reported a dead server by printing nothing, and any fix that can
49
- * still produce '' just moves that failure somewhere new.
50
- */
51
- export declare function describeFailure(err: unknown, origin: string): string;
52
- /** What a command should print and exit with, given a thrown error. */
53
- export interface IFailureReport {
54
- /** The one sentence. Never empty. */
55
- message: string;
56
- /** Follow-up advice, when any is warranted -- omitted for a failure the
57
- * advice cannot explain. */
58
- hint?: string;
59
- /** Always non-zero: this is the failure path. */
60
- exitCode: number;
61
- }
62
- /**
63
- * THE WHOLE FAILURE DECISION IN ONE PLACE, so the part with real cases
64
- * in it can be tested without spawning a CLI.
65
- *
66
- * `login` and `logout` each ended their catch with `process.exit(0)`,
67
- * which is the load-bearing half of KYaqmxeW343owAnsn: a login that
68
- * never reached the server reported success, so `maka login && <next>`
69
- * ran the next step regardless and nothing scripted could gate on it.
70
- * A wrong exit code is a lie an automation acts on; a wrong message is
71
- * only a lie a person reads.
72
- *
73
- * `hint` is dropped when the request never arrived, because both hints
74
- * these commands carry -- "reset your password", "you may not be logged
75
- * in" -- are guesses about CREDENTIALS or SESSION STATE, and neither is
76
- * a sensible guess when nobody was listening to hear them. Advice that
77
- * points the diagnosis away from a dead server is worse than none.
78
- */
79
- export declare function failureReport(err: unknown, origin: string, hint?: string): IFailureReport;
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection-error.js","sourceRoot":"","sources":["../../../../../src/tools/https/connection-error.ts"],"names":[],"mappings":"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"}
@@ -1,47 +0,0 @@
1
- import { IHTTPSPost, IHTTPSGet, IHTTPSResponse, IHTPSAskGPT, IHTPSAskClaude, IHTTPSDownload } from './https.interface';
2
- export declare class HTTPS {
3
- static post({ hostname, path, data, headers, cert, timeout, port, protocol }: IHTTPSPost): Promise<IHTTPSResponse>;
4
- static get({ url, headers, cert, timeout }: IHTTPSGet): Promise<IHTTPSResponse>;
5
- static downloadFile({ url, headers, cert, destPath, timeout }: IHTTPSDownload): Promise<void>;
6
- static checkAvailability({ url, headers, cert, maxRedirects, timeout }: IHTTPSGet & {
7
- maxRedirects?: number;
8
- }): Promise<boolean>;
9
- static askGPT({ prompt, openApiKey, certPath, model, maxTokens }: IHTPSAskGPT & {
10
- model?: string;
11
- }): Promise<IHTTPSResponse>;
12
- static askClaude({ prompt, apiKey, certPath, model, maxTokens }: IHTPSAskClaude): Promise<IHTTPSResponse>;
13
- /**
14
- * DeepSeek, over its ANTHROPIC-COMPATIBLE endpoint rather than its
15
- * OpenAI-compatible one. Both exist and both work (verified live
16
- * 2026-08-25); this side was chosen because it makes DeepSeek a drop
17
- * in the same slot Claude already occupies -- identical headers,
18
- * identical body, and a response whose `content[]` typed blocks the
19
- * caller already knows how to read (AI.ask's non-openai branch needs
20
- * no new case). DeepSeek remaps Claude model names on its side:
21
- * claude-sonnet-* and claude-haiku-* land on deepseek-v4-flash,
22
- * claude-opus-* on deepseek-v4-pro.
23
- *
24
- * `thinking: disabled` is not optional here. DeepSeek v4 reasons by
25
- * default, and the measured cost of leaving it on for an identical
26
- * one-word reply was 90 input / 16 output tokens against 11 / 2 with
27
- * it off -- roughly 8x on both sides, most of the output being
28
- * reasoning tokens that never reach the player. The same trap the
29
- * Claude path above documents, sprung by a different vendor.
30
- */
31
- static askDeepSeek({ prompt, apiKey, certPath, model, maxTokens }: IHTPSAskClaude): Promise<IHTTPSResponse>;
32
- /**
33
- * The maka-cli.com AI relay (role-gated server-side; see the com
34
- * repo's /api/v1/ai/anthropic): the SERVER builds the Anthropic
35
- * request with its own key and returns the provider's response
36
- * verbatim inside the API's {data} wrapper. Auth is the player's
37
- * resume token, not an API key. Production host only -- the relay is
38
- * an account nicety, not a dev-loop dependency.
39
- */
40
- static askMakaServer({ prompt, authToken, model, maxTokens }: {
41
- prompt: string;
42
- authToken: string;
43
- model?: string;
44
- maxTokens?: number;
45
- }): Promise<IHTTPSResponse>;
46
- static askGPTStreaming(prompt: string, model?: string): Promise<string>;
47
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"https.class.js","sourceRoot":"","sources":["../../../../../src/tools/https/https.class.ts"],"names":[],"mappings":"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"}