@ezetgalaxy/titan 26.15.4 → 26.16.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 (69) hide show
  1. package/README.md +1 -1
  2. package/index.js +16 -722
  3. package/package.json +10 -6
  4. package/packages/cli/index.js +141 -0
  5. package/templates/common/.env +1 -0
  6. package/templates/common/Dockerfile +21 -65
  7. package/templates/common/_dockerignore +4 -8
  8. package/templates/common/_gitignore +4 -11
  9. package/templates/extension/package.json +24 -21
  10. package/templates/js/app/actions/getuser.js +9 -0
  11. package/templates/js/package.json +6 -5
  12. package/templates/rust-js/app/actions/getuser.js +9 -0
  13. package/templates/rust-js/package.json +6 -4
  14. package/templates/rust-ts/app/actions/getuser.ts +9 -0
  15. package/templates/rust-ts/package.json +6 -4
  16. package/templates/ts/app/actions/getuser.ts +9 -0
  17. package/templates/ts/package.json +6 -5
  18. package/titanpl-sdk/index.js +0 -0
  19. package/titanpl-sdk/package.json +39 -36
  20. package/titanpl-sdk/templates/server/src/extensions/external.rs +338 -338
  21. package/titanpl-sdk/templates/titan/bundle.js +259 -259
  22. package/titanpl-sdk/templates/titan/error-box.js +277 -277
  23. package/templates/js/app/actions/hello.js +0 -5
  24. package/templates/js/server/Cargo.toml +0 -52
  25. package/templates/js/server/src/action_management.rs +0 -175
  26. package/templates/js/server/src/errors.rs +0 -12
  27. package/templates/js/server/src/extensions/builtin.rs +0 -1038
  28. package/templates/js/server/src/extensions/external.rs +0 -338
  29. package/templates/js/server/src/extensions/mod.rs +0 -580
  30. package/templates/js/server/src/extensions/titan_core.js +0 -249
  31. package/templates/js/server/src/fast_path.rs +0 -719
  32. package/templates/js/server/src/main.rs +0 -607
  33. package/templates/js/server/src/runtime.rs +0 -284
  34. package/templates/js/server/src/utils.rs +0 -33
  35. package/templates/js/titan/bundle.js +0 -259
  36. package/templates/js/titan/dev.js +0 -390
  37. package/templates/js/titan/error-box.js +0 -277
  38. package/templates/js/titan/titan.js +0 -129
  39. package/templates/rust-js/app/actions/hello.js +0 -5
  40. package/templates/rust-js/server/Cargo.toml +0 -39
  41. package/templates/rust-js/server/src/action_management.rs +0 -131
  42. package/templates/rust-js/server/src/errors.rs +0 -10
  43. package/templates/rust-js/server/src/extensions.rs +0 -854
  44. package/templates/rust-js/server/src/main.rs +0 -437
  45. package/templates/rust-js/server/src/utils.rs +0 -33
  46. package/templates/rust-ts/app/actions/hello.ts +0 -11
  47. package/templates/rust-ts/server/Cargo.toml +0 -39
  48. package/templates/rust-ts/server/src/action_management.rs +0 -131
  49. package/templates/rust-ts/server/src/errors.rs +0 -51
  50. package/templates/rust-ts/server/src/extensions.rs +0 -854
  51. package/templates/rust-ts/server/src/main.rs +0 -468
  52. package/templates/rust-ts/server/src/utils.rs +0 -33
  53. package/templates/ts/app/actions/hello.ts +0 -11
  54. package/templates/ts/server/Cargo.toml +0 -52
  55. package/templates/ts/server/src/action_management.rs +0 -175
  56. package/templates/ts/server/src/errors.rs +0 -12
  57. package/templates/ts/server/src/extensions/builtin.rs +0 -1038
  58. package/templates/ts/server/src/extensions/external.rs +0 -338
  59. package/templates/ts/server/src/extensions/mod.rs +0 -580
  60. package/templates/ts/server/src/extensions/titan_core.js +0 -249
  61. package/templates/ts/server/src/fast_path.rs +0 -719
  62. package/templates/ts/server/src/main.rs +0 -607
  63. package/templates/ts/server/src/runtime.rs +0 -284
  64. package/templates/ts/server/src/utils.rs +0 -33
  65. package/templates/ts/titan/builder.js +0 -121
  66. package/templates/ts/titan/bundle.js +0 -123
  67. package/templates/ts/titan/dev.js +0 -454
  68. package/templates/ts/titan/titan.d.ts +0 -17
  69. package/templates/ts/titan/titan.js +0 -124
package/README.md CHANGED
@@ -117,7 +117,7 @@ titan dev
117
117
 
118
118
  You'll see the Titan Dev Server spin up:
119
119
  ```
120
- Titan Planet v26.9.1 [ Dev Mode ]
120
+ Titan Planet v26.16.0 [ Dev Mode ]
121
121
 
122
122
  Type: Rust + TS Actions
123
123
  Hot Reload: Enabled