@nsshunt/stsmessaging 1.0.66 → 1.0.67

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -24,7 +24,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  let tiny_emitter = require("tiny-emitter");
25
25
  let ioredis = require("ioredis");
26
26
  let chalk = require("chalk");
27
- chalk = __toESM(chalk);
27
+ chalk = __toESM(chalk, 1);
28
28
  let _nsshunt_stsutils = require("@nsshunt/stsutils");
29
29
  //#region src/messagingManager.ts
30
30
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsmessaging",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "STS Messeging",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -49,11 +49,11 @@
49
49
  "testcontainers": "11.14.0",
50
50
  "ts-node": "^10.9.2",
51
51
  "typescript": "^6.0.2",
52
- "vite": "8.0.7",
52
+ "vite": "8.0.8",
53
53
  "vitest": "4.1.3"
54
54
  },
55
55
  "dependencies": {
56
- "@nsshunt/stsutils": "^1.19.98",
56
+ "@nsshunt/stsutils": "^1.19.100",
57
57
  "chalk": "^5.6.2",
58
58
  "ioredis": "^5.10.1",
59
59
  "tiny-emitter": "^2.1.0"