@mongodb-js/compass-logging 0.0.0-next-8404addb5103d94315961b5bd230d4a30a3149dc → 0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a
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/package.json +8 -8
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-
|
16
|
+
"version": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
17
17
|
"repository": {
|
18
18
|
"type": "git",
|
19
19
|
"url": "https://github.com/mongodb-js/compass.git"
|
@@ -52,17 +52,17 @@
|
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
54
|
"debug": "^4.3.4",
|
55
|
-
"hadron-app-registry": "0.0.0-next-
|
56
|
-
"hadron-ipc": "0.0.0-next-
|
55
|
+
"hadron-app-registry": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
56
|
+
"hadron-ipc": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
57
57
|
"is-electron-renderer": "^2.0.1",
|
58
58
|
"mongodb-log-writer": "^1.4.2",
|
59
59
|
"react": "^17.0.2"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
63
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
64
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
65
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
62
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
63
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
64
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
65
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-c6f308665ee6096169843a5623def8158da0a32a",
|
66
66
|
"@types/chai": "^4.2.21",
|
67
67
|
"@types/debug": "^4.1.9",
|
68
68
|
"@types/mocha": "^9.0.0",
|
@@ -79,5 +79,5 @@
|
|
79
79
|
"optionalPeerDependencies": {
|
80
80
|
"compass-preferences-model": "^2.0.0"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "c6f308665ee6096169843a5623def8158da0a32a"
|
83
83
|
}
|