@f5xc-salesdemos/pi-tui 17.4.3 → 17.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@f5xc-salesdemos/pi-tui",
4
- "version": "17.4.3",
4
+ "version": "17.5.1",
5
5
  "description": "Terminal User Interface library with differential rendering for efficient text-based applications",
6
6
  "homepage": "https://github.com/f5xc-salesdemos/xcsh",
7
7
  "author": "Can Boluk",
@@ -37,8 +37,8 @@
37
37
  "fmt": "biome format --write ."
38
38
  },
39
39
  "dependencies": {
40
- "@f5xc-salesdemos/pi-natives": "17.4.3",
41
- "@f5xc-salesdemos/pi-utils": "17.4.3",
40
+ "@f5xc-salesdemos/pi-natives": "17.5.1",
41
+ "@f5xc-salesdemos/pi-utils": "17.5.1",
42
42
  "marked": "^17.0"
43
43
  },
44
44
  "devDependencies": {
@@ -2433,7 +2433,7 @@ export class Editor implements Component, Focusable {
2433
2433
  /*
2434
2434
  https://github.com/EsotericSoftware/spine-runtimes/actions/runs/19536643416/job/559322883
2435
2435
  17 this job fails with https://github.com/EsotericSoftware/spine-runtimes/actions/runs/19
2436
- 536643416/job/55932288317 havea look at .gi
2436
+ 536643416/job/55932288317 have a look at .gi
2437
2437
  */
2438
2438
  async #forceFileAutocomplete(explicitTab: boolean = false): Promise<void> {
2439
2439
  if (!this.#autocompleteProvider) return;