@tui-sandbox/library 13.0.2 → 13.0.3
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/dist/browser/assets/index--RUYD7w0.js +24 -0
- package/dist/browser/index.html +1 -1
- package/dist/src/browser/neovim-client.js +10 -8
- package/dist/src/browser/neovim-client.js.map +1 -1
- package/dist/src/client/BatchedAsyncQueue.js +2 -1
- package/dist/src/client/BatchedAsyncQueue.js.map +1 -1
- package/dist/src/client/BatchedAsyncQueue.test.js +9 -8
- package/dist/src/client/BatchedAsyncQueue.test.js.map +1 -1
- package/dist/src/client/neovim/MyNeovimConfigModification.test.js.map +1 -1
- package/dist/src/scripts/commands/commandTuiStart.d.ts +2 -2
- package/dist/src/scripts/commands/commandTuiStart.js +5 -6
- package/dist/src/scripts/commands/commandTuiStart.js.map +1 -1
- package/dist/src/scripts/parseArguments.js +1 -0
- package/dist/src/scripts/parseArguments.js.map +1 -1
- package/dist/src/scripts/resolveConfig.test.js +5 -1
- package/dist/src/scripts/resolveConfig.test.js.map +1 -1
- package/dist/src/scripts/tui.js +2 -2
- package/dist/src/scripts/tui.js.map +1 -1
- package/dist/src/server/TestServer.js +8 -4
- package/dist/src/server/TestServer.js.map +1 -1
- package/dist/src/server/applications/neovim/NeovimApplication.js +2 -1
- package/dist/src/server/applications/neovim/NeovimApplication.js.map +1 -1
- package/dist/src/server/applications/neovim/NeovimJavascriptApiClient.js +3 -0
- package/dist/src/server/applications/neovim/NeovimJavascriptApiClient.js.map +1 -1
- package/dist/src/server/applications/neovim/NeovimJavascriptApiClient.test.js +1 -0
- package/dist/src/server/applications/neovim/NeovimJavascriptApiClient.test.js.map +1 -1
- package/dist/src/server/applications/neovim/api.js +2 -1
- package/dist/src/server/applications/neovim/api.js.map +1 -1
- package/dist/src/server/applications/neovim/neovimRouter.js +4 -4
- package/dist/src/server/applications/neovim/neovimRouter.js.map +1 -1
- package/dist/src/server/applications/terminal/terminalRouter.js +2 -2
- package/dist/src/server/applications/terminal/terminalRouter.js.map +1 -1
- package/dist/src/server/dirtree/index.test.js +4 -2
- package/dist/src/server/dirtree/index.test.js.map +1 -1
- package/dist/src/server/dirtree/json-to-zod.js +52 -44
- package/dist/src/server/dirtree/json-to-zod.js.map +1 -1
- package/dist/src/server/updateTestdirectorySchemaFile.test.js +2 -0
- package/dist/src/server/updateTestdirectorySchemaFile.test.js.map +1 -1
- package/dist/src/server/utilities/DisposableSingleApplication.test.js +1 -1
- package/dist/src/server/utilities/DisposableSingleApplication.test.js.map +1 -1
- package/dist/src/server/utilities/format.js +3 -3
- package/dist/src/server/utilities/format.js.map +1 -1
- package/dist/src/server/utilities/generator.js +1 -0
- package/dist/src/server/utilities/generator.js.map +1 -1
- package/dist/src/server/utilities/timeout.js +1 -1
- package/dist/src/server/utilities/timeout.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/src/server/cypress-support/tui-sandbox-template.ts +7 -7
- package/dist/browser/assets/index-7yZ7k9tL.js +0 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tui-sandbox/library",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,35 +48,35 @@
|
|
|
48
48
|
"@xterm/addon-fit": "0.11.0",
|
|
49
49
|
"@xterm/addon-unicode11": "0.9.0",
|
|
50
50
|
"@xterm/xterm": "6.0.0",
|
|
51
|
-
"concurrently": "10.0.
|
|
51
|
+
"concurrently": "10.0.5",
|
|
52
52
|
"cors": "2.8.6",
|
|
53
53
|
"dree": "5.1.5",
|
|
54
54
|
"neovim": "5.4.0",
|
|
55
55
|
"sirv": "3.0.2",
|
|
56
56
|
"string-width": "8.2.2",
|
|
57
|
-
"tsx": "4.23.
|
|
57
|
+
"tsx": "4.23.12",
|
|
58
58
|
"winston": "3.19.0",
|
|
59
59
|
"zigpty": "0.2.1",
|
|
60
|
-
"zod": "4.
|
|
60
|
+
"zod": "4.5.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@arethetypeswrong/cli": "0.18.5",
|
|
64
64
|
"@types/cors": "2.8.19",
|
|
65
65
|
"@types/node": "24.13.3",
|
|
66
|
-
"cypress": "15.
|
|
66
|
+
"cypress": "15.21.1",
|
|
67
67
|
"nodemon": "3.1.14",
|
|
68
|
-
"oxfmt": "0.
|
|
69
|
-
"prettier": "3.9.
|
|
68
|
+
"oxfmt": "0.65.0",
|
|
69
|
+
"prettier": "3.9.6",
|
|
70
70
|
"type-fest": "5.8.0",
|
|
71
|
-
"vite": "8.
|
|
72
|
-
"vitest": "4.1.
|
|
71
|
+
"vite": "8.2.2",
|
|
72
|
+
"vitest": "4.1.11"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"cypress": "^13 || ^14 || ^15",
|
|
76
|
-
"oxfmt": ">=
|
|
77
|
-
"prettier": ">=
|
|
78
|
-
"type-fest": ">=
|
|
79
|
-
"typescript": ">=
|
|
76
|
+
"oxfmt": ">=0.56.0",
|
|
77
|
+
"prettier": ">=3.3.3",
|
|
78
|
+
"type-fest": ">=4.27.0",
|
|
79
|
+
"typescript": ">=5.6.3",
|
|
80
80
|
"wait-on": ">=9.0.0",
|
|
81
81
|
"zod": ">=4.0.0-0 <5"
|
|
82
82
|
},
|
|
@@ -123,11 +123,11 @@ Cypress.Commands.add("startNeovim", (startArguments?: MyStartNeovimServerArgumen
|
|
|
123
123
|
|
|
124
124
|
// wrap everything so that Cypress can await all the commands
|
|
125
125
|
Cypress.Commands.addAll({
|
|
126
|
-
nvim_runBlockingShellCommand: underlyingNeovim.runBlockingShellCommand,
|
|
127
|
-
nvim_runExCommand: underlyingNeovim.runExCommand,
|
|
128
|
-
nvim_runLuaCode: underlyingNeovim.runLuaCode,
|
|
129
|
-
nvim_waitForLuaCode: underlyingNeovim.waitForLuaCode,
|
|
130
|
-
nvim_doFile: underlyingNeovim.doFile,
|
|
126
|
+
nvim_runBlockingShellCommand: underlyingNeovim.runBlockingShellCommand.bind(underlyingNeovim),
|
|
127
|
+
nvim_runExCommand: underlyingNeovim.runExCommand.bind(underlyingNeovim),
|
|
128
|
+
nvim_runLuaCode: underlyingNeovim.runLuaCode.bind(underlyingNeovim),
|
|
129
|
+
nvim_waitForLuaCode: underlyingNeovim.waitForLuaCode.bind(underlyingNeovim),
|
|
130
|
+
nvim_doFile: underlyingNeovim.doFile.bind(underlyingNeovim),
|
|
131
131
|
})
|
|
132
132
|
|
|
133
133
|
const api: NeovimContext = {
|
|
@@ -190,7 +190,7 @@ Cypress.Commands.add("startTerminalApplication", (args: StartTerminalGenericArgu
|
|
|
190
190
|
testEnvironmentPath = terminal.dir.testEnvironmentPath
|
|
191
191
|
|
|
192
192
|
Cypress.Commands.addAll({
|
|
193
|
-
terminal_runBlockingShellCommand: terminal.runBlockingShellCommand,
|
|
193
|
+
terminal_runBlockingShellCommand: terminal.runBlockingShellCommand.bind(terminal),
|
|
194
194
|
})
|
|
195
195
|
|
|
196
196
|
const api: TerminalTestApplicationContext = {
|
|
@@ -292,7 +292,7 @@ afterEach(function () {
|
|
|
292
292
|
.split("\n")
|
|
293
293
|
.map(line => ` ${line}`)
|
|
294
294
|
.join("\n")
|
|
295
|
-
const testFile = this.currentTest?.file ?? "unknown"
|
|
295
|
+
const testFile = this.currentTest?.file ?? this.test?.file ?? "unknown"
|
|
296
296
|
const yaml = [
|
|
297
297
|
`testTitle: ${JSON.stringify(snapshot.testTitle)}`,
|
|
298
298
|
`testFile: ${JSON.stringify(testFile)}`,
|