@mongodb-js/compass-indexes 4.19.1 → 4.20.2
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 +4 -292
- package/package.json +22 -21
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-indexes",
|
3
3
|
"productName": "Compass Indexes plugin",
|
4
|
-
"version": "4.
|
4
|
+
"version": "4.20.2",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Indexes support for Compass",
|
7
7
|
"main": "lib/index.js",
|
@@ -30,19 +30,20 @@
|
|
30
30
|
"license": "SSPL",
|
31
31
|
"peerDependencies": {
|
32
32
|
"@hot-loader/react-dom": "^16.9.0",
|
33
|
-
"@mongodb-js/compass-components": "^0.
|
34
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
33
|
+
"@mongodb-js/compass-components": "^0.10.1",
|
34
|
+
"@mongodb-js/compass-deployment-awareness": "^11.18.2",
|
35
|
+
"bson": "^4.4.1",
|
35
36
|
"debug": "4.3.0",
|
36
37
|
"hadron-react-buttons": "^5.6.0",
|
37
|
-
"hadron-react-components": "^5.
|
38
|
-
"mongodb-index-model": "^3.
|
38
|
+
"hadron-react-components": "^5.10.1",
|
39
|
+
"mongodb-index-model": "^3.8.1",
|
39
40
|
"prop-types": "^15.7.2",
|
40
41
|
"react": "^16.14.0",
|
41
42
|
"react-dom": "^16.14.0",
|
42
43
|
"react-redux": "^5.0.6",
|
43
44
|
"react-select-plus": "^1.2.0",
|
44
45
|
"react-tooltip": "^3.11.1",
|
45
|
-
"redux": "^
|
46
|
+
"redux": "^4.1.2",
|
46
47
|
"redux-thunk": "^2.3.0"
|
47
48
|
},
|
48
49
|
"devDependencies": {
|
@@ -54,11 +55,12 @@
|
|
54
55
|
"@babel/preset-react": "^7.13.13",
|
55
56
|
"@babel/register": "^7.13.16",
|
56
57
|
"@hot-loader/react-dom": "^16.9.0",
|
57
|
-
"@mongodb-js/compass-components": "^0.
|
58
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
59
|
-
"@mongodb-js/compass-field-store": "^7.
|
58
|
+
"@mongodb-js/compass-components": "^0.10.1",
|
59
|
+
"@mongodb-js/compass-deployment-awareness": "^11.18.2",
|
60
|
+
"@mongodb-js/compass-field-store": "^7.18.2",
|
60
61
|
"autoprefixer": "^9.4.6",
|
61
62
|
"babel-loader": "^8.2.2",
|
63
|
+
"bson": "^4.4.1",
|
62
64
|
"chai": "^4.2.0",
|
63
65
|
"chai-enzyme": "1.0.0-beta.1",
|
64
66
|
"classnames": "^2.2.6",
|
@@ -75,11 +77,11 @@
|
|
75
77
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
76
78
|
"file-loader": "^5.1.0",
|
77
79
|
"font-awesome": "^4.7.0",
|
78
|
-
"hadron-app": "^4.
|
79
|
-
"hadron-app-registry": "^8.
|
80
|
+
"hadron-app": "^4.18.2",
|
81
|
+
"hadron-app-registry": "^8.8.1",
|
80
82
|
"hadron-react-bson": "^5.7.0",
|
81
83
|
"hadron-react-buttons": "^5.6.0",
|
82
|
-
"hadron-react-components": "^5.
|
84
|
+
"hadron-react-components": "^5.10.1",
|
83
85
|
"html-webpack-plugin": "^3.2.0",
|
84
86
|
"ignore-loader": "^0.1.2",
|
85
87
|
"istanbul-instrumenter-loader": "^3.0.1",
|
@@ -98,10 +100,9 @@
|
|
98
100
|
"less-loader": "^7.3.0",
|
99
101
|
"mocha": "^7.0.1",
|
100
102
|
"mocha-webpack": "^2.0.0-beta.0",
|
101
|
-
"mongodb-connection-model": "^21.
|
102
|
-
"mongodb-data-service": "^21.
|
103
|
-
"mongodb-
|
104
|
-
"mongodb-index-model": "^3.7.0",
|
103
|
+
"mongodb-connection-model": "^21.12.2",
|
104
|
+
"mongodb-data-service": "^21.16.2",
|
105
|
+
"mongodb-index-model": "^3.8.1",
|
105
106
|
"mongodb-reflux-store": "^0.0.1",
|
106
107
|
"node-loader": "^0.6.0",
|
107
108
|
"nyc": "^15.0.0",
|
@@ -113,7 +114,7 @@
|
|
113
114
|
"react-hot-loader": "^4.13.0",
|
114
115
|
"react-redux": "^5.0.6",
|
115
116
|
"react-select-plus": "^1.2.0",
|
116
|
-
"redux": "^
|
117
|
+
"redux": "^4.1.2",
|
117
118
|
"redux-thunk": "^2.3.0",
|
118
119
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
119
120
|
"resolve": "^1.15.1",
|
@@ -133,8 +134,8 @@
|
|
133
134
|
"xvfb-maybe": "^0.2.1"
|
134
135
|
},
|
135
136
|
"dependencies": {
|
136
|
-
"@mongodb-js/compass-logging": "^0.
|
137
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
137
|
+
"@mongodb-js/compass-logging": "^0.7.1",
|
138
|
+
"@mongodb-js/mongodb-redux-common": "^1.8.1",
|
138
139
|
"lodash.contains": "^2.4.3",
|
139
140
|
"lodash.isundefined": "^3.0.1",
|
140
141
|
"lodash.map": "^4.6.0",
|
@@ -145,7 +146,7 @@
|
|
145
146
|
"lodash.sortbyorder": "^3.4.4",
|
146
147
|
"lodash.trim": "^4.5.1",
|
147
148
|
"lodash.zipobject": "^4.1.3",
|
148
|
-
"mongodb-ns": "^2.
|
149
|
+
"mongodb-ns": "^2.3.0",
|
149
150
|
"numeral": "^2.0.6",
|
150
151
|
"react-bootstrap": "^0.32.1",
|
151
152
|
"reflux": "^0.4.1"
|
@@ -159,5 +160,5 @@
|
|
159
160
|
"type": "git",
|
160
161
|
"url": "https://github.com/mongodb-js/compass.git"
|
161
162
|
},
|
162
|
-
"gitHead": "
|
163
|
+
"gitHead": "d51426c38f3ad0be209769e18365824c710dbc2d"
|
163
164
|
}
|