@nsshunt/stsconfig 1.27.31 → 1.27.33

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.
@@ -1,6 +1,6 @@
1
1
  (function(global, factory) {
2
2
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("node:fs"), require("dotenv")) : typeof define === "function" && define.amd ? define(["exports", "node:fs", "dotenv"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nsshunt/stsconfig"] = {}, global["node:fs"], global.dotenv));
3
- })(this, function(exports2, node_fs, dotenv) {
3
+ })(this, (function(exports2, node_fs, dotenv) {
4
4
  "use strict";
5
5
  function getDefaultExportFromCjs(x) {
6
6
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
@@ -1688,5 +1688,5 @@
1688
1688
  exports2.$ResetOptionsEx = $ResetOptionsEx;
1689
1689
  exports2.goptions = goptions;
1690
1690
  Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
1691
- });
1691
+ }));
1692
1692
  //# sourceMappingURL=stsconfig.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsconfig",
3
- "version": "1.27.31",
3
+ "version": "1.27.33",
4
4
  "description": "STS Config",
5
5
  "main": "./dist/stsconfig.umd.js",
6
6
  "module": "./dist/stsconfig.mjs",
@@ -19,12 +19,12 @@
19
19
  "README.md"
20
20
  ],
21
21
  "dependencies": {
22
- "@nsshunt/stsutils": "^1.19.41",
22
+ "@nsshunt/stsutils": "^1.19.44",
23
23
  "chalk": "^4.1.2",
24
24
  "dotenv": "^17.2.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "^24.6.0",
27
+ "@types/node": "^24.6.1",
28
28
  "@typescript-eslint/eslint-plugin": "^8.45.0",
29
29
  "@typescript-eslint/parser": "^8.45.0",
30
30
  "eslint": "^9.36.0",