@tui-sandbox/library 11.8.0 → 11.8.2
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 +64 -0
- package/dist/browser/assets/{index-CSykLFiU.js → index-I3bAGYav.js} +7 -7
- package/dist/browser/index.html +1 -1
- package/dist/src/server/applications/neovim/api.js +2 -2
- package/dist/src/server/applications/neovim/api.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
- package/src/server/applications/neovim/api.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [11.8.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.2) (2025-09-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* avoid spamming the console with duplicate errors when polling fails ([#665](https://github.com/mikavilpas/tui-sandbox/issues/665)) ([a7b8d5e](https://github.com/mikavilpas/tui-sandbox/commit/a7b8d5ef0c8b9ea17c2569d5f4b14d0ab3272bb7))
|
|
9
|
+
* **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
|
|
10
|
+
* **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
|
|
11
|
+
* **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
|
|
12
|
+
* **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
|
|
13
|
+
|
|
14
|
+
## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-20)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
|
|
20
|
+
* **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
|
|
21
|
+
* **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
|
|
22
|
+
* **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
|
|
23
|
+
|
|
24
|
+
## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-20)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
|
|
30
|
+
* **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
|
|
31
|
+
* **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
|
|
32
|
+
* **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
|
|
33
|
+
|
|
34
|
+
## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
|
|
40
|
+
* **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
|
|
41
|
+
* **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
|
|
42
|
+
|
|
43
|
+
## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
|
|
49
|
+
* **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
|
|
50
|
+
* **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
|
|
51
|
+
|
|
52
|
+
## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
|
|
58
|
+
* **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
|
|
59
|
+
|
|
60
|
+
## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.0...library-v11.8.1) (2025-09-09)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* release 11.8.1 ([716083d](https://github.com/mikavilpas/tui-sandbox/commit/716083dd8abd729b45a86a891d6b3be29f220952))
|
|
66
|
+
|
|
3
67
|
## [11.8.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.7.1...library-v11.8.0) (2025-09-04)
|
|
4
68
|
|
|
5
69
|
|