@mongodb-js/compass-logging 1.2.6 → 1.2.8

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 +7 -7
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.6",
16
+ "version": "1.2.8",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/mongodb-js/compass.git"
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "license": "SSPL",
26
26
  "peerDependencies": {
27
- "hadron-ipc": "^3.2.4"
27
+ "hadron-ipc": "^3.2.6"
28
28
  },
29
29
  "main": "dist/index.js",
30
30
  "exports": {
@@ -51,7 +51,7 @@
51
51
  "test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
52
52
  "test-watch": "npm run test -- --watch",
53
53
  "test-ci": "npm run test-cov",
54
- "reformat": "npm run prettier -- --write . && npm run eslint . --fix"
54
+ "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
55
55
  },
56
56
  "dependencies": {
57
57
  "debug": "^4.3.4",
@@ -60,8 +60,8 @@
60
60
  "react": "^17.0.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@mongodb-js/eslint-config-compass": "^1.0.11",
64
- "@mongodb-js/mocha-config-compass": "^1.3.2",
63
+ "@mongodb-js/eslint-config-compass": "^1.0.12",
64
+ "@mongodb-js/mocha-config-compass": "^1.3.3",
65
65
  "@mongodb-js/prettier-config-compass": "^1.0.1",
66
66
  "@mongodb-js/tsconfig-compass": "^1.0.3",
67
67
  "@types/chai": "^4.2.21",
@@ -71,7 +71,7 @@
71
71
  "chai": "^4.3.4",
72
72
  "depcheck": "^1.4.1",
73
73
  "eslint": "^7.25.0",
74
- "hadron-ipc": "^3.2.4",
74
+ "hadron-ipc": "^3.2.6",
75
75
  "mocha": "^10.2.0",
76
76
  "nyc": "^15.1.0",
77
77
  "prettier": "^2.7.1",
@@ -81,5 +81,5 @@
81
81
  "optionalPeerDependencies": {
82
82
  "compass-preferences-model": "^2.0.0"
83
83
  },
84
- "gitHead": "c18fdc5ffd935fcd931935b63193df1d90cfd219"
84
+ "gitHead": "c5c89848df7182ae762840d5fb5d8a4cefade189"
85
85
  }