@mongodb-js/compass-query-history 8.14.0 → 8.17.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 +5 -5
- package/package.json +21 -17
package/package.json
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-query-history",
|
3
3
|
"productName": "Query History plugin",
|
4
|
-
"version": "8.
|
4
|
+
"version": "8.17.1",
|
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"
|
11
|
+
},
|
8
12
|
"homepage": "https://github.com/mongodb-js/compass",
|
9
13
|
"license": "SSPL",
|
10
14
|
"author": {
|
@@ -39,15 +43,16 @@
|
|
39
43
|
"bootstrap": "npm run compile"
|
40
44
|
},
|
41
45
|
"dependencies": {
|
46
|
+
"@mongodb-js/compass-logging": "^0.6.1",
|
42
47
|
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
|
43
48
|
"bson": "^4.4.1",
|
44
49
|
"highlight.js": "^9.12.0",
|
45
50
|
"lodash": "^4.17.15"
|
46
51
|
},
|
47
52
|
"peerDependencies": {
|
48
|
-
"bson": "
|
53
|
+
"bson": "^4.4.1",
|
49
54
|
"debug": "*",
|
50
|
-
"hadron-react-components": "
|
55
|
+
"hadron-react-components": "^5.9.1",
|
51
56
|
"mongodb-query-parser": "^2.4.3",
|
52
57
|
"prop-types": "^15.7.2",
|
53
58
|
"react": "^16.14.0",
|
@@ -56,7 +61,7 @@
|
|
56
61
|
"react-tooltip": "^3.11.1",
|
57
62
|
"reflux": "^0.4.1",
|
58
63
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
59
|
-
"storage-mixin": "
|
64
|
+
"storage-mixin": "^4.9.0"
|
60
65
|
},
|
61
66
|
"devDependencies": {
|
62
67
|
"@babel/cli": "^7.14.3",
|
@@ -77,9 +82,9 @@
|
|
77
82
|
"core-js": "^3.12.1",
|
78
83
|
"cross-env": "^7.0.0",
|
79
84
|
"css-loader": "^4.3.0",
|
80
|
-
"debug": "
|
85
|
+
"debug": "4.3.0",
|
81
86
|
"depcheck": "^1.4.1",
|
82
|
-
"electron": "^
|
87
|
+
"electron": "^13.5.1",
|
83
88
|
"enzyme": "^3.11.0",
|
84
89
|
"enzyme-adapter-react-16": "^1.15.2",
|
85
90
|
"eslint": "^7.25.0",
|
@@ -88,20 +93,20 @@
|
|
88
93
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
89
94
|
"file-loader": "^5.1.0",
|
90
95
|
"font-awesome": "^4.7.0",
|
91
|
-
"hadron-app": "^4.
|
92
|
-
"hadron-app-registry": "^8.
|
93
|
-
"hadron-react-components": "^5.
|
96
|
+
"hadron-app": "^4.17.1",
|
97
|
+
"hadron-app-registry": "^8.7.0",
|
98
|
+
"hadron-react-components": "^5.9.1",
|
94
99
|
"har-validator": "^5.1.3",
|
95
100
|
"html-webpack-plugin": "^3.2.0",
|
96
101
|
"ignore-loader": "^0.1.2",
|
97
102
|
"inject-loader": "^4.0.1",
|
98
103
|
"istanbul-instrumenter-loader": "^3.0.1",
|
99
|
-
"jsdom": "^16.
|
104
|
+
"jsdom": "^16.7.0",
|
100
105
|
"jsdom-global": "^3.0.2",
|
101
|
-
"karma": "^
|
106
|
+
"karma": "^6.3.4",
|
102
107
|
"karma-chai": "^0.1.0",
|
103
108
|
"karma-chai-sinon": "^0.1.5",
|
104
|
-
"karma-electron": "^
|
109
|
+
"karma-electron": "^7.0.0",
|
105
110
|
"karma-mocha": "^1.3.0",
|
106
111
|
"karma-mocha-reporter": "^2.2.5",
|
107
112
|
"karma-sinon": "^1.0.5",
|
@@ -112,10 +117,9 @@
|
|
112
117
|
"mime-db": "^1.27.0",
|
113
118
|
"mocha": "^5.0.0",
|
114
119
|
"mocha-webpack": "^2.0.0-beta.0",
|
115
|
-
"mongodb-connection-model": "^21.
|
116
|
-
"mongodb-data-service": "^21.12.0",
|
120
|
+
"mongodb-connection-model": "^21.11.1",
|
117
121
|
"mongodb-extended-json": "^1.11.1",
|
118
|
-
"mongodb-js-metrics": "^7.
|
122
|
+
"mongodb-js-metrics": "^7.6.0",
|
119
123
|
"mongodb-ns": "^2.2.0",
|
120
124
|
"mongodb-query-parser": "^2.4.3",
|
121
125
|
"mongodb-reflux-store": "^0.0.1",
|
@@ -135,7 +139,7 @@
|
|
135
139
|
"sinon": "^8.1.1",
|
136
140
|
"sinon-chai": "^3.4.0",
|
137
141
|
"sshpk": "^1.13.0",
|
138
|
-
"storage-mixin": "^4.
|
142
|
+
"storage-mixin": "^4.9.0",
|
139
143
|
"style-loader": "^2.0.0",
|
140
144
|
"tough-cookie": "^2.3.2",
|
141
145
|
"url-loader": "^3.0.0",
|
@@ -147,5 +151,5 @@
|
|
147
151
|
"webpack-merge": "^4.2.2",
|
148
152
|
"webpack-node-externals": "^3.0.0"
|
149
153
|
},
|
150
|
-
"gitHead": "
|
154
|
+
"gitHead": "75710b287ad6e3ea08bc36b15e0be5ebb8f62050"
|
151
155
|
}
|