@ezetgalaxy/titan 26.15.3 → 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 (73) 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/Cargo.toml +2 -0
  21. package/titanpl-sdk/templates/server/src/extensions/builtin.rs +247 -137
  22. package/titanpl-sdk/templates/server/src/extensions/external.rs +338 -338
  23. package/titanpl-sdk/templates/server/src/extensions/mod.rs +1 -0
  24. package/titanpl-sdk/templates/server/src/extensions/titan_core.js +19 -4
  25. package/titanpl-sdk/templates/titan/bundle.js +259 -259
  26. package/titanpl-sdk/templates/titan/error-box.js +277 -277
  27. package/templates/js/app/actions/hello.js +0 -5
  28. package/templates/js/server/Cargo.toml +0 -50
  29. package/templates/js/server/src/action_management.rs +0 -175
  30. package/templates/js/server/src/errors.rs +0 -12
  31. package/templates/js/server/src/extensions/builtin.rs +0 -928
  32. package/templates/js/server/src/extensions/external.rs +0 -338
  33. package/templates/js/server/src/extensions/mod.rs +0 -579
  34. package/templates/js/server/src/extensions/titan_core.js +0 -234
  35. package/templates/js/server/src/fast_path.rs +0 -719
  36. package/templates/js/server/src/main.rs +0 -607
  37. package/templates/js/server/src/runtime.rs +0 -284
  38. package/templates/js/server/src/utils.rs +0 -33
  39. package/templates/js/titan/bundle.js +0 -259
  40. package/templates/js/titan/dev.js +0 -390
  41. package/templates/js/titan/error-box.js +0 -277
  42. package/templates/js/titan/titan.js +0 -129
  43. package/templates/rust-js/app/actions/hello.js +0 -5
  44. package/templates/rust-js/server/Cargo.toml +0 -39
  45. package/templates/rust-js/server/src/action_management.rs +0 -131
  46. package/templates/rust-js/server/src/errors.rs +0 -10
  47. package/templates/rust-js/server/src/extensions.rs +0 -854
  48. package/templates/rust-js/server/src/main.rs +0 -437
  49. package/templates/rust-js/server/src/utils.rs +0 -33
  50. package/templates/rust-ts/app/actions/hello.ts +0 -11
  51. package/templates/rust-ts/server/Cargo.toml +0 -39
  52. package/templates/rust-ts/server/src/action_management.rs +0 -131
  53. package/templates/rust-ts/server/src/errors.rs +0 -51
  54. package/templates/rust-ts/server/src/extensions.rs +0 -854
  55. package/templates/rust-ts/server/src/main.rs +0 -468
  56. package/templates/rust-ts/server/src/utils.rs +0 -33
  57. package/templates/ts/app/actions/hello.ts +0 -11
  58. package/templates/ts/server/Cargo.toml +0 -50
  59. package/templates/ts/server/src/action_management.rs +0 -175
  60. package/templates/ts/server/src/errors.rs +0 -12
  61. package/templates/ts/server/src/extensions/builtin.rs +0 -928
  62. package/templates/ts/server/src/extensions/external.rs +0 -338
  63. package/templates/ts/server/src/extensions/mod.rs +0 -579
  64. package/templates/ts/server/src/extensions/titan_core.js +0 -234
  65. package/templates/ts/server/src/fast_path.rs +0 -719
  66. package/templates/ts/server/src/main.rs +0 -607
  67. package/templates/ts/server/src/runtime.rs +0 -284
  68. package/templates/ts/server/src/utils.rs +0 -33
  69. package/templates/ts/titan/builder.js +0 -121
  70. package/templates/ts/titan/bundle.js +0 -123
  71. package/templates/ts/titan/dev.js +0 -454
  72. package/templates/ts/titan/titan.d.ts +0 -17
  73. 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