@nsshunt/stsinstrumentmanagerclient 1.0.19 → 1.0.20
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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -2262,7 +2262,7 @@ var import_source = /* @__PURE__ */ __toESM$1((/* @__PURE__ */ __commonJSMin$1((
|
|
|
2262
2262
|
chalk.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
2263
2263
|
chalk.stderr.supportsColor = stderrColor;
|
|
2264
2264
|
module.exports = chalk;
|
|
2265
|
-
})))());
|
|
2265
|
+
})))(), 1);
|
|
2266
2266
|
var __create = Object.create;
|
|
2267
2267
|
var __defProp = Object.defineProperty;
|
|
2268
2268
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
package/dist/index.mjs
CHANGED
|
@@ -2258,7 +2258,7 @@ var import_source = /* @__PURE__ */ __toESM$1((/* @__PURE__ */ __commonJSMin$1((
|
|
|
2258
2258
|
chalk.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
2259
2259
|
chalk.stderr.supportsColor = stderrColor;
|
|
2260
2260
|
module.exports = chalk;
|
|
2261
|
-
})))());
|
|
2261
|
+
})))(), 1);
|
|
2262
2262
|
var __create = Object.create;
|
|
2263
2263
|
var __defProp = Object.defineProperty;
|
|
2264
2264
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsinstrumentmanagerclient",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "All in one client package to include publication and subscription capabilities.",
|
|
5
|
-
"type": "
|
|
5
|
+
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
8
8
|
"types": "./types/index.d.ts",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"homepage": "https://github.com/nsshunt/stsinstrumentmanagerclient#readme",
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@msgpack/msgpack": "^3.1.3",
|
|
39
|
-
"@nsshunt/stsobservability": "^1.0.
|
|
40
|
-
"@nsshunt/stssocketioutils": "^2.0.
|
|
39
|
+
"@nsshunt/stsobservability": "^1.0.150",
|
|
40
|
+
"@nsshunt/stssocketioutils": "^2.0.38",
|
|
41
41
|
"@nsshunt/stsutils": "^1.19.91",
|
|
42
42
|
"axios": "^1.14.0",
|
|
43
43
|
"chalk": "^4.1.2",
|