@mongodb-js/compass-query-history 8.16.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 +15 -14
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.
|
4
|
+
"version": "8.18.1",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "The query history sidebar.",
|
7
7
|
"main": "lib/index.js",
|
@@ -43,16 +43,17 @@
|
|
43
43
|
"bootstrap": "npm run compile"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@mongodb-js/compass-logging": "^0.
|
46
|
+
"@mongodb-js/compass-logging": "^0.7.0",
|
47
47
|
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
|
48
48
|
"bson": "^4.4.1",
|
49
49
|
"highlight.js": "^9.12.0",
|
50
|
-
"lodash": "^4.17.15"
|
50
|
+
"lodash": "^4.17.15",
|
51
|
+
"mongodb-data-service": "^21.16.1"
|
51
52
|
},
|
52
53
|
"peerDependencies": {
|
53
54
|
"bson": "^4.4.1",
|
54
55
|
"debug": "*",
|
55
|
-
"hadron-react-components": "
|
56
|
+
"hadron-react-components": "^5.10.0",
|
56
57
|
"mongodb-query-parser": "^2.4.3",
|
57
58
|
"prop-types": "^15.7.2",
|
58
59
|
"react": "^16.14.0",
|
@@ -61,7 +62,7 @@
|
|
61
62
|
"react-tooltip": "^3.11.1",
|
62
63
|
"reflux": "^0.4.1",
|
63
64
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
64
|
-
"storage-mixin": "
|
65
|
+
"storage-mixin": "^4.10.0"
|
65
66
|
},
|
66
67
|
"devDependencies": {
|
67
68
|
"@babel/cli": "^7.14.3",
|
@@ -75,6 +76,7 @@
|
|
75
76
|
"ampersand-rest-collection": "^6.0.0",
|
76
77
|
"autoprefixer": "^9.4.6",
|
77
78
|
"babel-loader": "^8.2.2",
|
79
|
+
"bson": "^4.4.1",
|
78
80
|
"chai": "^4.1.2",
|
79
81
|
"chai-enzyme": "1.0.0-beta.1",
|
80
82
|
"cheerio": "^1.0.0-rc.2",
|
@@ -93,9 +95,9 @@
|
|
93
95
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
94
96
|
"file-loader": "^5.1.0",
|
95
97
|
"font-awesome": "^4.7.0",
|
96
|
-
"hadron-app": "^4.
|
97
|
-
"hadron-app-registry": "^8.
|
98
|
-
"hadron-react-components": "^5.
|
98
|
+
"hadron-app": "^4.18.1",
|
99
|
+
"hadron-app-registry": "^8.8.0",
|
100
|
+
"hadron-react-components": "^5.10.0",
|
99
101
|
"har-validator": "^5.1.3",
|
100
102
|
"html-webpack-plugin": "^3.2.0",
|
101
103
|
"ignore-loader": "^0.1.2",
|
@@ -117,10 +119,9 @@
|
|
117
119
|
"mime-db": "^1.27.0",
|
118
120
|
"mocha": "^5.0.0",
|
119
121
|
"mocha-webpack": "^2.0.0-beta.0",
|
120
|
-
"mongodb-connection-model": "^21.
|
121
|
-
"mongodb-
|
122
|
-
"mongodb-
|
123
|
-
"mongodb-ns": "^2.2.0",
|
122
|
+
"mongodb-connection-model": "^21.12.1",
|
123
|
+
"mongodb-js-metrics": "^7.7.0",
|
124
|
+
"mongodb-ns": "^2.3.0",
|
124
125
|
"mongodb-query-parser": "^2.4.3",
|
125
126
|
"mongodb-reflux-store": "^0.0.1",
|
126
127
|
"node-loader": "^0.6.0",
|
@@ -139,7 +140,7 @@
|
|
139
140
|
"sinon": "^8.1.1",
|
140
141
|
"sinon-chai": "^3.4.0",
|
141
142
|
"sshpk": "^1.13.0",
|
142
|
-
"storage-mixin": "^4.
|
143
|
+
"storage-mixin": "^4.10.0",
|
143
144
|
"style-loader": "^2.0.0",
|
144
145
|
"tough-cookie": "^2.3.2",
|
145
146
|
"url-loader": "^3.0.0",
|
@@ -151,5 +152,5 @@
|
|
151
152
|
"webpack-merge": "^4.2.2",
|
152
153
|
"webpack-node-externals": "^3.0.0"
|
153
154
|
},
|
154
|
-
"gitHead": "
|
155
|
+
"gitHead": "38680b2f9463d22a71105b6a7721883feecd54c9"
|
155
156
|
}
|