07cdee6bff
feat(server): use UtilityWebsiteServer for dev server, add domain option, update docs, and bump dependencies
2026-03-10 15:54:55 +00:00
b62e380750
fix(deps): bump smartshell ^3.3.5 (detached:true) and smartexit ^2.0.2
Default (tags) / security (push) Successful in 36s
Default (tags) / test (push) Failing after 39s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-04 00:50:14 +00:00
0eef560f1d
fix(deps): pin smartexit to ^2.0.1 and smartshell to ^3.3.4 for PID tracking
Default (tags) / security (push) Successful in 33s
Default (tags) / test (push) Failing after 39s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-04 00:17:35 +00:00
f7f42ff36c
fix(watcher): always tree-kill on stop regardless of childProcess.killed flag
...
Default (tags) / security (push) Successful in 33s
Default (tags) / test (push) Failing after 39s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
The direct bash child may already be dead from terminal SIGINT while
grandchildren (tsrun, devserver) are still running. Removing the .killed
guard ensures tree-kill always runs to clean up the entire process tree.
2026-03-04 00:09:21 +00:00
e8bd8da3c7
fix(lifecycle): use ProcessLifecycle for coordinated shutdown
...
Replace per-Watcher SIGINT handlers with a single ProcessLifecycle.install()
in TsWatch.start(). This eliminates competing signal handler races that left
orphaned child processes. Add @push.rocks/smartexit as direct dependency.
2026-03-03 23:43:26 +00:00
e6a7b352f3
fix(watcher): ensure child processes are killed and awaited during shutdown; improve cleanup handlers; bump smartshell dependency to ^3.3.2
2026-03-03 22:38:31 +00:00
a893e7a771
feat(bundle): add configurable bundle output modes and bundler options (support base64ts, production builds, includeFiles, maxLineLength) and route non-default outputs to a CustomBundleHandler
2026-02-24 19:02:39 +00:00
df8b164434
feat(dev-server): add no-cache headers to built-in development server; update docs and bump dependencies
2026-02-05 14:58:27 +00:00
47cd9adc8e
fix(deps): downgrade @push.rocks/smartinteract to ^2.0.16
2026-01-24 11:39:18 +00:00
9fb3f6a872
BREAKING CHANGE(tswatch): refactor tswatch to a config-driven design (load config from npmextra.json) and add interactive init wizard; change TsWatch public API and enhance Watcher behavior
2026-01-24 11:29:55 +00:00
ebcfbc88b2
fix(@push.rocks/smartwatch): Update @push.rocks/smartwatch dependency to ^6.3.0
2025-12-11 21:19:20 +00:00
c269f4f7e1
fix(smartwatch): Bump @push.rocks/smartwatch from ^6.2.4 to ^6.2.5
2025-12-11 19:15:36 +00:00
5c7bf83f74
fix(dependencies): Bump dependency versions: @types/node to ^25.0.0 and @push.rocks/smartwatch to ^6.2.4
2025-12-11 11:39:43 +00:00
eb64501767
fix(smartwatch): Bump @push.rocks/smartwatch dependency to ^6.2.3
2025-12-11 09:12:31 +00:00
b5552a7f34
fix(@push.rocks/smartwatch): Bump @push.rocks/smartwatch dependency to ^6.2.2
2025-12-11 08:40:45 +00:00
8508eee439
fix(smartwatch): Bump @push.rocks/smartwatch dependency to ^6.2.1
2025-12-10 17:18:08 +00:00
94fa31a5c8
fix(dependencies): Bump @types/node to ^24.10.2 and @push.rocks/smartwatch to ^6.2.0
2025-12-10 14:31:55 +00:00
bb1038baa0
fix(dependencies): Update @push.rocks/smartwatch dependency to ^6.1.1
2025-12-08 19:35:32 +00:00
2c8ed46c9e
fix(dependencies.@push.rocks/smartwatch): Bump @push.rocks/smartwatch dependency to ^6.1.0
2025-12-08 17:54:39 +00:00
3cdd5302f8
fix(dependencies): Bump dependencies: @api.global/typedserver to ^7.11.1 and @push.rocks/smartwatch to ^6.0.0
2025-12-08 17:07:20 +00:00
b9cddaa3f3
fix(smartwatch): Bump @push.rocks/smartwatch dependency to ^5.1.0
2025-12-08 15:57:12 +00:00
6415a459d2
feat(typedserver): Enable compression for element development server and update @api.global/typedserver dependency
2025-12-08 12:27:52 +00:00
4f4c4a7538
fix(typedserver): Update @api.global/typedserver to ^7.10.2 and remove deprecated compression options from TypedServer initialization
2025-12-08 11:32:12 +00:00
29f7283f7a
fix(dependencies): Bump dependency versions: @api.global/typedserver, @git.zone/tsbundle, @push.rocks/smartfs, @push.rocks/taskbuffer
2025-12-04 16:15:38 +00:00
bcbf6fc139
fix(core): Replace smartchok/smartfile with smartwatch/smartfs, update watcher and plugins, and bump dependencies
2025-12-01 12:03:00 +00:00
417dc4c763
fix(dependencies): update
2025-07-29 17:33:57 +00:00
5763858bac
fix(dependencies): Update @push.rocks/smartchok dependency to ^1.1.1
2025-06-26 23:17:15 +00:00
81941c33cb
fix(deps): Update dependency versions and test import paths for enhanced stability
2025-06-26 20:24:58 +00:00
c09f82083d
fix(package.json): Add pnpm overrides configuration for peek-readable package
2025-01-29 13:43:23 +01:00
3a7a022d69
fix(core): Updated dependencies and added assetsHandler instantiation
2025-01-29 13:23:28 +01:00
e72231dee1
fix(dependencies): Update @push.rocks/smartshell dependency version
2024-12-09 02:54:09 +01:00
98a16dd181
fix(core): Fixed website watch mode execution method
2024-12-09 02:44:35 +01:00
7611268fb9
fix(core): Refactor watch modes and update dependencies
2024-12-04 21:58:32 +01:00
8ab28f582b
fix(typescript): Remove unnecessary reference types in TypeScript declaration files
2024-10-27 19:00:53 +01:00
e94af8a1d4
fix(core): Remove .gitlab-ci.yml and update dependencies in package.json
2024-10-27 18:58:19 +01:00
5ea12b77e7
fix(core): update
2024-01-28 18:23:06 +01:00
adbc255bcd
fix(core): update
2024-01-09 11:40:38 +01:00
89251ad3e7
fix(core): update
2024-01-09 11:27:52 +01:00
f2c5cecbd3
fix(core): update
2024-01-08 16:48:43 +01:00
f107a157af
fix(core): update
2024-01-08 16:40:57 +01:00
a2af8cef07
fix(core): update
2024-01-08 15:35:41 +01:00
91cf04385d
fix(core): update
2024-01-08 14:44:49 +01:00
9b383006c2
fix(core): update
2024-01-08 14:26:46 +01:00
4a1443d2f4
fix(core): update
2023-09-21 00:49:14 +02:00
4415d889b4
fix(core): update
2023-09-12 10:28:34 +02:00
83e904bb3c
fix(core): update
2023-08-26 15:11:19 +02:00
c0bbe6ef68
fix(core): update
2023-08-26 14:56:09 +02:00
f96024380a
fix(core): update
2023-08-26 14:52:12 +02:00
5b8d6ee471
fix(core): update
2023-03-31 13:10:29 +02:00