@mongodb-js/compass-query-history 8.21.0 → 8.22.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-query-history",
3
3
  "productName": "Query History plugin",
4
- "version": "8.21.0",
4
+ "version": "8.22.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "The query history sidebar.",
7
7
  "main": "lib/index.js",
8
- "exports": {
9
- "webpack": "./src/index.js",
10
- "require": "./lib/index.js"
8
+ "compass:main": "src/index.js",
9
+ "compass:exports": {
10
+ ".": "./src/index.js"
11
11
  },
12
12
  "homepage": "https://github.com/mongodb-js/compass",
13
13
  "license": "SSPL",
@@ -43,16 +43,16 @@
43
43
  "bootstrap": "npm run compile"
44
44
  },
45
45
  "dependencies": {
46
- "@mongodb-js/compass-logging": "^0.10.0",
46
+ "@mongodb-js/compass-logging": "^0.11.0",
47
47
  "bson": "^4.4.1",
48
48
  "highlight.js": "^9.12.0",
49
49
  "lodash": "^4.17.15",
50
- "mongodb-data-service": "^21.19.0"
50
+ "mongodb-data-service": "^21.20.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "bson": "^4.4.1",
54
54
  "debug": "*",
55
- "hadron-react-components": "^5.13.0",
55
+ "hadron-react-components": "^5.14.0",
56
56
  "mongodb-query-parser": "^2.4.4",
57
57
  "prop-types": "^15.7.2",
58
58
  "react": "^16.14.0",
@@ -61,7 +61,7 @@
61
61
  "react-tooltip": "^3.11.1",
62
62
  "reflux": "^0.4.1",
63
63
  "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
64
- "storage-mixin": "^4.13.0"
64
+ "storage-mixin": "^4.14.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@babel/cli": "^7.14.3",
@@ -94,9 +94,9 @@
94
94
  "extract-text-webpack-plugin": "^4.0.0-beta.0",
95
95
  "file-loader": "^5.1.0",
96
96
  "font-awesome": "^4.7.0",
97
- "hadron-app": "^4.21.0",
98
- "hadron-app-registry": "^8.10.0",
99
- "hadron-react-components": "^5.13.0",
97
+ "hadron-app": "^4.22.0",
98
+ "hadron-app-registry": "^8.11.0",
99
+ "hadron-react-components": "^5.14.0",
100
100
  "har-validator": "^5.1.3",
101
101
  "html-webpack-plugin": "^3.2.0",
102
102
  "ignore-loader": "^0.1.2",
@@ -118,9 +118,8 @@
118
118
  "mime-db": "^1.27.0",
119
119
  "mocha": "^5.0.0",
120
120
  "mocha-webpack": "^2.0.0-beta.0",
121
- "mongodb-connection-model": "^21.15.0",
122
- "mongodb-js-metrics": "^7.9.0",
123
- "mongodb-ns": "^2.3.0",
121
+ "mongodb-connection-model": "^21.16.0",
122
+ "mongodb-ns": "^2.4.0",
124
123
  "mongodb-query-parser": "^2.4.4",
125
124
  "mongodb-reflux-store": "^0.0.1",
126
125
  "node-loader": "^0.6.0",
@@ -139,7 +138,7 @@
139
138
  "sinon": "^8.1.1",
140
139
  "sinon-chai": "^3.4.0",
141
140
  "sshpk": "^1.13.0",
142
- "storage-mixin": "^4.13.0",
141
+ "storage-mixin": "^4.14.0",
143
142
  "style-loader": "^2.0.0",
144
143
  "tough-cookie": "^2.3.2",
145
144
  "url-loader": "^3.0.0",
@@ -151,5 +150,5 @@
151
150
  "webpack-merge": "^4.2.2",
152
151
  "webpack-node-externals": "^3.0.0"
153
152
  },
154
- "gitHead": "a1283df32eb52881cc00eb73f8d435f772cdbfde"
153
+ "gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
155
154
  }