@mongodb-js/compass-logging 0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f → 0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c

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 (1) hide show
  1. package/package.json +9 -12
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": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
16
+ "version": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/mongodb-js/compass.git"
@@ -23,9 +23,6 @@
23
23
  "provider.js"
24
24
  ],
25
25
  "license": "SSPL",
26
- "peerDependencies": {
27
- "hadron-ipc": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f"
28
- },
29
26
  "main": "dist/index.js",
30
27
  "exports": {
31
28
  ".": "./dist/index.js",
@@ -44,7 +41,7 @@
44
41
  "eslint": "eslint",
45
42
  "prettier": "prettier",
46
43
  "lint": "npm run eslint . && npm run prettier -- --check .",
47
- "depcheck": "depcheck",
44
+ "depcheck": "compass-scripts check-peer-deps && depcheck",
48
45
  "check": "npm run lint && npm run depcheck",
49
46
  "check-ci": "npm run check",
50
47
  "test": "mocha",
@@ -55,16 +52,17 @@
55
52
  },
56
53
  "dependencies": {
57
54
  "debug": "^4.3.4",
58
- "hadron-app-registry": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
55
+ "hadron-app-registry": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
56
+ "hadron-ipc": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
59
57
  "is-electron-renderer": "^2.0.1",
60
58
  "mongodb-log-writer": "^1.3.0",
61
59
  "react": "^17.0.2"
62
60
  },
63
61
  "devDependencies": {
64
- "@mongodb-js/eslint-config-compass": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
65
- "@mongodb-js/mocha-config-compass": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
66
- "@mongodb-js/prettier-config-compass": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
67
- "@mongodb-js/tsconfig-compass": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
62
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
63
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
64
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
65
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-597fa04b7a2fcb9d54cc07f58e485da140652d3c",
68
66
  "@types/chai": "^4.2.21",
69
67
  "@types/debug": "^4.1.9",
70
68
  "@types/mocha": "^9.0.0",
@@ -72,7 +70,6 @@
72
70
  "chai": "^4.3.4",
73
71
  "depcheck": "^1.4.1",
74
72
  "eslint": "^7.25.0",
75
- "hadron-ipc": "0.0.0-next-c9c4cc6402a40f9fffa2559bf521e5dd967cb76f",
76
73
  "mocha": "^10.2.0",
77
74
  "nyc": "^15.1.0",
78
75
  "prettier": "^2.7.1",
@@ -82,5 +79,5 @@
82
79
  "optionalPeerDependencies": {
83
80
  "compass-preferences-model": "^2.0.0"
84
81
  },
85
- "gitHead": "c9c4cc6402a40f9fffa2559bf521e5dd967cb76f"
82
+ "gitHead": "597fa04b7a2fcb9d54cc07f58e485da140652d3c"
86
83
  }