@nsshunt/stsrest01client 1.0.12 → 1.0.13

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.
@@ -19,7 +19,7 @@ function getDefaultExportFromCjs(x) {
19
19
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
20
20
  }
21
21
  function getAugmentedNamespace(n) {
22
- if (n.__esModule) return n;
22
+ if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
23
23
  var f = n.default;
24
24
  if (typeof f == "function") {
25
25
  var a = function a2() {
@@ -17,7 +17,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
17
17
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
18
18
  }
19
19
  function getAugmentedNamespace(n) {
20
- if (n.__esModule) return n;
20
+ if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
21
21
  var f = n.default;
22
22
  if (typeof f == "function") {
23
23
  var a = function a2() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsrest01client",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "",
5
5
  "main": "./dist/stsrest01client.umd.js",
6
6
  "module": "./dist/stsrest01client.mjs",
@@ -38,22 +38,22 @@
38
38
  },
39
39
  "homepage": "https://github.com/nsshunt/stsrest01client#readme",
40
40
  "devDependencies": {
41
- "@nsshunt/stsconfig": "^1.27.16",
42
- "@nsshunt/stsdevtools": "^1.0.52",
41
+ "@nsshunt/stsconfig": "^1.27.17",
42
+ "@nsshunt/stsdevtools": "^1.0.53",
43
43
  "@types/detect-node": "^2.0.2",
44
44
  "@types/uuid": "^10.0.0",
45
- "@typescript-eslint/eslint-plugin": "^8.26.0",
46
- "@typescript-eslint/parser": "^8.26.0",
47
- "eslint": "^9.21.0",
45
+ "@typescript-eslint/eslint-plugin": "^8.26.1",
46
+ "@typescript-eslint/parser": "^8.26.1",
47
+ "eslint": "^9.22.0",
48
48
  "globals": "^16.0.0",
49
49
  "typescript": "^5.8.2",
50
- "vite": "^6.2.0",
51
- "vitest": "^3.0.7"
50
+ "vite": "^6.2.2",
51
+ "vitest": "^3.0.8"
52
52
  },
53
53
  "dependencies": {
54
- "@nsshunt/stsauthclient": "^1.0.31",
55
- "@nsshunt/stsutils": "^1.19.27",
56
- "axios": "^1.8.1",
54
+ "@nsshunt/stsauthclient": "^1.0.32",
55
+ "@nsshunt/stsutils": "^1.19.28",
56
+ "axios": "^1.8.3",
57
57
  "chalk": "^4.1.2",
58
58
  "detect-node": "^2.1.0",
59
59
  "http-status-codes": "^2.3.0",