@tui-sandbox/library 9.3.0 → 9.5.1
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.
- package/CHANGELOG.md +21 -0
- package/dist/browser/assets/{index-CwXs-hE_.js → index-BZnWo448.js} +6 -6
- package/dist/browser/index.html +1 -1
- package/dist/src/server/cypress-support/contents.js +1 -1
- package/dist/src/server/server.js +3 -2
- package/dist/src/server/server.js.map +1 -1
- package/dist/src/server/terminal/runBlockingShellCommand.js +1 -1
- package/dist/src/server/terminal/runBlockingShellCommand.js.map +1 -1
- package/dist/src/server/utilities/timeoutable.d.ts +1 -0
- package/dist/src/server/utilities/timeoutable.js +16 -0
- package/dist/src/server/utilities/timeoutable.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/src/server/cypress-support/contents.ts +1 -1
- package/src/server/server.ts +3 -2
- package/src/server/terminal/runBlockingShellCommand.ts +1 -1
- package/src/server/utilities/timeoutable.ts +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.5.0...library-v9.5.1) (2025-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* neovim client requests sometimes blocking indefinitely ([dec5a69](https://github.com/mikavilpas/tui-sandbox/commit/dec5a6922e61ca89d568f7dc53c833d597b2292c))
|
|
9
|
+
|
|
10
|
+
## [9.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.4.0...library-v9.5.0) (2025-02-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* report the cwd a runBlockingShellCommand was run in ([b1f26d7](https://github.com/mikavilpas/tui-sandbox/commit/b1f26d73b38b0e716833e2d894a31200d6c49e25))
|
|
16
|
+
|
|
17
|
+
## [9.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.3.0...library-v9.4.0) (2025-02-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* export MyStartNeovimServerArguments type to client applications ([174d0ab](https://github.com/mikavilpas/tui-sandbox/commit/174d0abc4c5d06fa40eb112923833e27e2c8d9b9))
|
|
23
|
+
|
|
3
24
|
## [9.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.2.1...library-v9.3.0) (2025-02-21)
|
|
4
25
|
|
|
5
26
|
|