@nsshunt/stsui 1.11.26 → 1.11.27

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/stsui.umd.js CHANGED
@@ -1,6 +1,6 @@
1
1
  (function(global, factory) {
2
2
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("node:events"), require("blessed")) : typeof define === "function" && define.amd ? define(["exports", "node:events", "blessed"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nsshunt/stsui"] = {}, global.events, global.blessed));
3
- })(this, function(exports2, EventEmitter, blessed) {
3
+ })(this, (function(exports2, EventEmitter, blessed) {
4
4
  "use strict";
5
5
  class MenuBar {
6
6
  listb = null;
@@ -557,5 +557,5 @@
557
557
  exports2.MenuBar = MenuBar;
558
558
  exports2.STSUIFrame = STSUIFrame;
559
559
  Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
560
- });
560
+ }));
561
561
  //# sourceMappingURL=stsui.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsui",
3
- "version": "1.11.26",
3
+ "version": "1.11.27",
4
4
  "description": "STS UI",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.mjs",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://github.com/nsshunt/stsui#readme",
40
40
  "devDependencies": {
41
- "@types/node": "^24.6.0",
41
+ "@types/node": "^24.6.1",
42
42
  "@typescript-eslint/eslint-plugin": "^8.45.0",
43
43
  "@typescript-eslint/parser": "^8.45.0",
44
44
  "eslint": "^9.36.0",