Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd76756e89 | |||
| c269f4f7e1 | |||
| 88595335ea | |||
| 313362b795 | |||
| 0bb76f32b8 | |||
| 5c7bf83f74 | |||
| 57caa96a85 | |||
| eb64501767 | |||
| 3f90dfd1db | |||
| b5552a7f34 | |||
| 814cc70a29 | |||
| 8508eee439 | |||
| 592e1f35b2 | |||
| 94fa31a5c8 | |||
| 6b8ce469d2 | |||
| bb1038baa0 | |||
| a3db29edd7 | |||
| 2c8ed46c9e | |||
| 6c30d35de7 | |||
| 3cdd5302f8 | |||
| 42bba057cb | |||
| b9cddaa3f3 | |||
| 9ecf007767 | |||
| 660a480317 | |||
| ec268802ca | |||
| 6415a459d2 | |||
| 01bde87067 | |||
| 4f4c4a7538 |
82
changelog.md
82
changelog.md
@@ -1,5 +1,87 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-11 - 2.3.12 - fix(smartwatch)
|
||||
Bump @push.rocks/smartwatch from ^6.2.4 to ^6.2.5
|
||||
|
||||
- Updated dependency @push.rocks/smartwatch to ^6.2.5 in package.json
|
||||
- No source code changes; dependency version bump only
|
||||
|
||||
## 2025-12-11 - 2.3.11 - fix(typedserver)
|
||||
Add cross-origin security headers to element mode dev server
|
||||
|
||||
- Set crossOriginOpenerPolicy to 'same-origin' and crossOriginEmbedderPolicy to 'require-corp' on the TypedServer used in element mode.
|
||||
- Improves security and enables cross-origin isolation (e.g. for SharedArrayBuffer) during local development.
|
||||
- Applies to the development server serving ./dist_watch/ on port 3002.
|
||||
|
||||
## 2025-12-11 - 2.3.10 - fix(dependencies)
|
||||
Bump dependency versions: @types/node to ^25.0.0 and @push.rocks/smartwatch to ^6.2.4
|
||||
|
||||
- Update devDependency @types/node from ^24.10.2 to ^25.0.0
|
||||
- Update dependency @push.rocks/smartwatch from ^6.2.3 to ^6.2.4
|
||||
|
||||
## 2025-12-11 - 2.3.9 - fix(smartwatch)
|
||||
Bump @push.rocks/smartwatch dependency to ^6.2.3
|
||||
|
||||
- Updated dependency @push.rocks/smartwatch from ^6.2.2 to ^6.2.3
|
||||
- No source code changes; dependency version bump only
|
||||
|
||||
## 2025-12-11 - 2.3.8 - fix(@push.rocks/smartwatch)
|
||||
Bump @push.rocks/smartwatch dependency to ^6.2.2
|
||||
|
||||
- package.json: updated @push.rocks/smartwatch from ^6.2.1 to ^6.2.2
|
||||
|
||||
## 2025-12-10 - 2.3.7 - fix(smartwatch)
|
||||
Bump @push.rocks/smartwatch dependency to ^6.2.1
|
||||
|
||||
- Updated dependency @push.rocks/smartwatch from ^6.2.0 to ^6.2.1 in package.json
|
||||
|
||||
## 2025-12-10 - 2.3.6 - fix(dependencies)
|
||||
Bump @types/node to ^24.10.2 and @push.rocks/smartwatch to ^6.2.0
|
||||
|
||||
- Dev dependency @types/node updated from ^24.10.1 to ^24.10.2
|
||||
- Dependency @push.rocks/smartwatch updated from ^6.1.1 to ^6.2.0
|
||||
|
||||
## 2025-12-08 - 2.3.5 - fix(dependencies)
|
||||
Update @push.rocks/smartwatch dependency to ^6.1.1
|
||||
|
||||
- Bump @push.rocks/smartwatch from ^6.1.0 to ^6.1.1 in package.json
|
||||
- Only package.json changed; no source code modifications
|
||||
|
||||
## 2025-12-08 - 2.3.4 - fix(dependencies.@push.rocks/smartwatch)
|
||||
Bump @push.rocks/smartwatch dependency to ^6.1.0
|
||||
|
||||
- Updated package.json dependency @push.rocks/smartwatch from ^6.0.0 to ^6.1.0
|
||||
|
||||
## 2025-12-08 - 2.3.3 - fix(dependencies)
|
||||
Bump dependencies: @api.global/typedserver to ^7.11.1 and @push.rocks/smartwatch to ^6.0.0
|
||||
|
||||
- Updated @api.global/typedserver from ^7.11.0 to ^7.11.1 (patch).
|
||||
- Updated @push.rocks/smartwatch from ^5.1.0 to ^6.0.0 (major). Verify compatibility as this may include breaking changes in that dependency.
|
||||
- Change is limited to package.json (dependency version updates).
|
||||
|
||||
## 2025-12-08 - 2.3.2 - fix(smartwatch)
|
||||
Bump @push.rocks/smartwatch dependency to ^5.1.0
|
||||
|
||||
- Updated dependency @push.rocks/smartwatch from ^5.0.0 to ^5.1.0 in package.json
|
||||
|
||||
## 2025-12-08 - 2.3.1 - fix(element)
|
||||
Enable SPA fallback in element dev server
|
||||
|
||||
- Add spaFallback: true to the TypedServer configuration used in element mode.
|
||||
- Improves developer experience for single-page apps by serving the index file for unknown routes during development and supporting client-side routing.
|
||||
|
||||
## 2025-12-08 - 2.3.0 - feat(typedserver)
|
||||
Enable compression for element development server and update @api.global/typedserver dependency
|
||||
|
||||
- Enable HTTP compression (compression: true) for the element mode development server (TypedServer) to improve asset delivery during development.
|
||||
- Bump dependency @api.global/typedserver from ^7.10.2 to ^7.11.0 in package.json.
|
||||
|
||||
## 2025-12-08 - 2.2.5 - fix(typedserver)
|
||||
Update @api.global/typedserver to ^7.10.2 and remove deprecated compression options from TypedServer initialization
|
||||
|
||||
- Bump @api.global/typedserver dependency from ^7.4.1 to ^7.10.2.
|
||||
- Remove enableCompression and preferredCompressionMethod options when creating TypedServer in element mode to be compatible with the newer API.
|
||||
|
||||
## 2025-12-04 - 2.2.4 - fix(dependencies)
|
||||
Bump dependency versions: @api.global/typedserver, @git.zone/tsbundle, @push.rocks/smartfs, @push.rocks/taskbuffer
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tswatch",
|
||||
"version": "2.2.4",
|
||||
"version": "2.3.12",
|
||||
"private": false,
|
||||
"description": "A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.",
|
||||
"exports": {
|
||||
@@ -20,10 +20,10 @@
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^3.1.2",
|
||||
"@git.zone/tstest": "^3.1.3",
|
||||
"@types/node": "^24.10.1"
|
||||
"@types/node": "^25.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@api.global/typedserver": "^7.4.1",
|
||||
"@api.global/typedserver": "^7.11.1",
|
||||
"@git.zone/tsbundle": "^2.6.3",
|
||||
"@git.zone/tsrun": "^2.0.0",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@push.rocks/smartlog": "^3.1.10",
|
||||
"@push.rocks/smartlog-destination-local": "^9.0.2",
|
||||
"@push.rocks/smartshell": "^3.3.0",
|
||||
"@push.rocks/smartwatch": "^5.0.0",
|
||||
"@push.rocks/smartwatch": "^6.2.5",
|
||||
"@push.rocks/taskbuffer": "^3.5.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
1083
pnpm-lock.yaml
generated
1083
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tswatch',
|
||||
version: '2.2.4',
|
||||
version: '2.3.12',
|
||||
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
|
||||
}
|
||||
|
||||
@@ -71,8 +71,12 @@ export class TsWatch {
|
||||
injectReload: true,
|
||||
serveDir: plugins.path.join(paths.cwd, './dist_watch/'),
|
||||
port: 3002,
|
||||
enableCompression: true,
|
||||
preferredCompressionMethod: 'gzip',
|
||||
compression: true,
|
||||
spaFallback: true,
|
||||
securityHeaders: {
|
||||
crossOriginOpenerPolicy: 'same-origin',
|
||||
crossOriginEmbedderPolicy: 'require-corp',
|
||||
},
|
||||
});
|
||||
|
||||
const bundleAndReloadElement = async () => {
|
||||
|
||||
Reference in New Issue
Block a user