@mongodb-js/compass-query-history 8.18.0 → 8.18.1
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/lib/index.js +3 -275
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-query-history",
|
3
3
|
"productName": "Query History plugin",
|
4
|
-
"version": "8.18.
|
4
|
+
"version": "8.18.1",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "The query history sidebar.",
|
7
7
|
"main": "lib/index.js",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"bson": "^4.4.1",
|
49
49
|
"highlight.js": "^9.12.0",
|
50
50
|
"lodash": "^4.17.15",
|
51
|
-
"mongodb-data-service": "^21.16.
|
51
|
+
"mongodb-data-service": "^21.16.1"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"bson": "^4.4.1",
|
@@ -76,6 +76,7 @@
|
|
76
76
|
"ampersand-rest-collection": "^6.0.0",
|
77
77
|
"autoprefixer": "^9.4.6",
|
78
78
|
"babel-loader": "^8.2.2",
|
79
|
+
"bson": "^4.4.1",
|
79
80
|
"chai": "^4.1.2",
|
80
81
|
"chai-enzyme": "1.0.0-beta.1",
|
81
82
|
"cheerio": "^1.0.0-rc.2",
|
@@ -94,7 +95,7 @@
|
|
94
95
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
95
96
|
"file-loader": "^5.1.0",
|
96
97
|
"font-awesome": "^4.7.0",
|
97
|
-
"hadron-app": "^4.18.
|
98
|
+
"hadron-app": "^4.18.1",
|
98
99
|
"hadron-app-registry": "^8.8.0",
|
99
100
|
"hadron-react-components": "^5.10.0",
|
100
101
|
"har-validator": "^5.1.3",
|
@@ -118,8 +119,7 @@
|
|
118
119
|
"mime-db": "^1.27.0",
|
119
120
|
"mocha": "^5.0.0",
|
120
121
|
"mocha-webpack": "^2.0.0-beta.0",
|
121
|
-
"mongodb-connection-model": "^21.12.
|
122
|
-
"mongodb-extended-json": "^1.11.1",
|
122
|
+
"mongodb-connection-model": "^21.12.1",
|
123
123
|
"mongodb-js-metrics": "^7.7.0",
|
124
124
|
"mongodb-ns": "^2.3.0",
|
125
125
|
"mongodb-query-parser": "^2.4.3",
|
@@ -152,5 +152,5 @@
|
|
152
152
|
"webpack-merge": "^4.2.2",
|
153
153
|
"webpack-node-externals": "^3.0.0"
|
154
154
|
},
|
155
|
-
"gitHead": "
|
155
|
+
"gitHead": "38680b2f9463d22a71105b6a7721883feecd54c9"
|
156
156
|
}
|