@tui-sandbox/library 11.10.0 → 11.11.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/browser/assets/{index-DCtcQK5s.js → index-BQzArJW3.js} +7 -7
  3. package/dist/browser/assets/index-hkmOP7rU.css +1 -0
  4. package/dist/browser/index.html +2 -2
  5. package/dist/src/client/neovim-terminal-client.js +1 -6
  6. package/dist/src/client/neovim-terminal-client.js.map +1 -1
  7. package/dist/src/client/validateMouseEvent.js +1 -0
  8. package/dist/src/client/validateMouseEvent.js.map +1 -1
  9. package/dist/src/scripts/tui.js +1 -1
  10. package/dist/src/scripts/tui.js.map +1 -1
  11. package/dist/src/server/TestServer.js +1 -1
  12. package/dist/src/server/TestServer.js.map +1 -1
  13. package/dist/src/server/applications/neovim/NeovimApplication.js +2 -6
  14. package/dist/src/server/applications/neovim/NeovimApplication.js.map +1 -1
  15. package/dist/src/server/applications/neovim/NeovimJavascriptApiClient.js +1 -1
  16. package/dist/src/server/applications/neovim/NeovimJavascriptApiClient.js.map +1 -1
  17. package/dist/src/server/applications/neovim/api.js +1 -2
  18. package/dist/src/server/applications/neovim/api.js.map +1 -1
  19. package/dist/src/server/applications/terminal/TerminalTestApplication.d.ts +2 -2
  20. package/dist/src/server/applications/terminal/TerminalTestApplication.js +1 -0
  21. package/dist/src/server/applications/terminal/TerminalTestApplication.js.map +1 -1
  22. package/dist/src/server/applications/terminal/api.js.map +1 -1
  23. package/dist/src/server/cypress-support/createCypressSupportFile.js +2 -2
  24. package/dist/src/server/cypress-support/createCypressSupportFile.js.map +1 -1
  25. package/dist/src/server/dirtree/json-to-zod.js +1 -1
  26. package/dist/src/server/dirtree/json-to-zod.js.map +1 -1
  27. package/dist/src/server/types.d.ts +12 -0
  28. package/dist/src/server/updateTestdirectorySchemaFile.js +1 -1
  29. package/dist/src/server/updateTestdirectorySchemaFile.js.map +1 -1
  30. package/dist/src/server/utilities/generator.js +0 -1
  31. package/dist/src/server/utilities/generator.js.map +1 -1
  32. package/dist/tsconfig.tsbuildinfo +1 -1
  33. package/package.json +15 -15
  34. package/src/client/neovim-terminal-client.ts +1 -5
  35. package/src/client/validateMouseEvent.ts +1 -0
  36. package/src/scripts/tui.ts +1 -1
  37. package/src/server/TestServer.ts +1 -1
  38. package/src/server/applications/neovim/NeovimApplication.ts +2 -7
  39. package/src/server/applications/neovim/NeovimJavascriptApiClient.ts +1 -1
  40. package/src/server/applications/neovim/api.ts +2 -3
  41. package/src/server/applications/terminal/TerminalTestApplication.ts +3 -0
  42. package/src/server/applications/terminal/api.ts +2 -1
  43. package/src/server/cypress-support/createCypressSupportFile.ts +2 -2
  44. package/src/server/dirtree/json-to-zod.ts +1 -1
  45. package/src/server/types.ts +13 -5
  46. package/src/server/updateTestdirectorySchemaFile.ts +1 -1
  47. package/src/server/utilities/generator.ts +0 -1
  48. package/dist/browser/assets/index-BYvynUT_.css +0 -32
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [11.11.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.11.0...library-v11.11.1) (2025-12-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** update all non-major dependencies ([#809](https://github.com/mikavilpas/tui-sandbox/issues/809)) ([dc67c53](https://github.com/mikavilpas/tui-sandbox/commit/dc67c53a9807404af98d2a1ed215e27ab74a03aa))
9
+ * **deps:** update all non-major dependencies ([#815](https://github.com/mikavilpas/tui-sandbox/issues/815)) ([26a870a](https://github.com/mikavilpas/tui-sandbox/commit/26a870a629fa87a88d358a23e5c44296e711ac6f))
10
+ * **deps:** update all non-major dependencies to v11.7.2 ([#795](https://github.com/mikavilpas/tui-sandbox/issues/795)) ([0d3852f](https://github.com/mikavilpas/tui-sandbox/commit/0d3852f23116247a127d0ac9f18fbed43f4cb3cf))
11
+ * **deps:** update dependency express to v5.2.0 [security] ([#806](https://github.com/mikavilpas/tui-sandbox/issues/806)) ([707d345](https://github.com/mikavilpas/tui-sandbox/commit/707d3455ed98148427ad2dfdadce26314b5cb35b))
12
+ * **deps:** update dependency prettier to v3.7.0 ([#802](https://github.com/mikavilpas/tui-sandbox/issues/802)) ([2beaef3](https://github.com/mikavilpas/tui-sandbox/commit/2beaef3bc73c81db2bff11555b54855a9d8c1e4b))
13
+ * **deps:** update dependency prettier to v3.7.1 ([#803](https://github.com/mikavilpas/tui-sandbox/issues/803)) ([8a5dd6f](https://github.com/mikavilpas/tui-sandbox/commit/8a5dd6fb74ce1d46fb8c30431a55f7fd47408e80))
14
+ * **deps:** update dependency prettier to v3.7.2 ([#807](https://github.com/mikavilpas/tui-sandbox/issues/807)) ([398f960](https://github.com/mikavilpas/tui-sandbox/commit/398f960e29368f22d3f66ea2569b848283d73b3d))
15
+ * **deps:** update dependency prettier to v3.7.4 ([#819](https://github.com/mikavilpas/tui-sandbox/issues/819)) ([3b989b3](https://github.com/mikavilpas/tui-sandbox/commit/3b989b339743b3e61b253c64c736c6a98360f3aa))
16
+ * **deps:** update dependency tsx to v4.21.0 ([#812](https://github.com/mikavilpas/tui-sandbox/issues/812)) ([d1047b6](https://github.com/mikavilpas/tui-sandbox/commit/d1047b6e116dc89d50b206378d71fbbf681186fd))
17
+ * **deps:** update dependency winston to v3.19.0 ([#824](https://github.com/mikavilpas/tui-sandbox/issues/824)) ([b0b54fd](https://github.com/mikavilpas/tui-sandbox/commit/b0b54fdd35085e912d8bc03a0a76e591ef237c41))
18
+ * **deps:** update dependency zod to v4.1.13 ([#797](https://github.com/mikavilpas/tui-sandbox/issues/797)) ([0bd3218](https://github.com/mikavilpas/tui-sandbox/commit/0bd32181b3a5c1436f52641aa115a714f306dcf6))
19
+
20
+ ## [11.11.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.10.0...library-v11.11.0) (2025-11-01)
21
+
22
+
23
+ ### Features
24
+
25
+ * add `TUI_SANDBOX_TEST_ENVIRONMENT_PATH` environment variable ([#753](https://github.com/mikavilpas/tui-sandbox/issues/753)) ([1fbacf6](https://github.com/mikavilpas/tui-sandbox/commit/1fbacf600f8a810e0bdc8725626078b38b520458))
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **deps:** update all non-major dependencies ([#748](https://github.com/mikavilpas/tui-sandbox/issues/748)) ([bb77739](https://github.com/mikavilpas/tui-sandbox/commit/bb777393395c64d95b5388da02404ebba9ed316f))
31
+
3
32
  ## [11.10.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.2...library-v11.10.0) (2025-10-26)
4
33
 
5
34