@mongodb-js/compass-logging 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "email": "compass@mongodb.com"
14
14
  },
15
15
  "homepage": "https://github.com/mongodb-js/compass",
16
- "version": "1.2.1",
16
+ "version": "1.2.2",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/mongodb-js/compass.git"
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "license": "SSPL",
25
25
  "peerDependencies": {
26
- "hadron-ipc": "^3.2.1"
26
+ "hadron-ipc": "^3.2.2"
27
27
  },
28
28
  "main": "dist/index.js",
29
29
  "compass:main": "src/index.ts",
@@ -63,7 +63,7 @@
63
63
  "chai": "^4.3.4",
64
64
  "depcheck": "^1.4.1",
65
65
  "eslint": "^7.25.0",
66
- "hadron-ipc": "^3.2.1",
66
+ "hadron-ipc": "^3.2.2",
67
67
  "mocha": "^10.2.0",
68
68
  "nyc": "^15.1.0",
69
69
  "prettier": "^2.7.1",
@@ -73,5 +73,5 @@
73
73
  "optionalPeerDependencies": {
74
74
  "compass-preferences-model": "^2.0.0"
75
75
  },
76
- "gitHead": "2f5b80f5e4a015e576e9fe4b069271c92e688a05"
76
+ "gitHead": "3e38d04842590a493696eb1a9ec7a0212edbf2d2"
77
77
  }