@mongodb-js/compass-indexes 4.20.0 → 4.20.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 +4 -292
- package/package.json +10 -9
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.20.
|
4
|
+
"version": "4.20.1",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Indexes support for Compass",
|
7
7
|
"main": "lib/index.js",
|
@@ -31,7 +31,8 @@
|
|
31
31
|
"peerDependencies": {
|
32
32
|
"@hot-loader/react-dom": "^16.9.0",
|
33
33
|
"@mongodb-js/compass-components": "^0.10.0",
|
34
|
-
"@mongodb-js/compass-deployment-awareness": "^11.18.
|
34
|
+
"@mongodb-js/compass-deployment-awareness": "^11.18.1",
|
35
|
+
"bson": "^4.4.1",
|
35
36
|
"debug": "4.3.0",
|
36
37
|
"hadron-react-buttons": "^5.6.0",
|
37
38
|
"hadron-react-components": "^5.10.0",
|
@@ -55,10 +56,11 @@
|
|
55
56
|
"@babel/register": "^7.13.16",
|
56
57
|
"@hot-loader/react-dom": "^16.9.0",
|
57
58
|
"@mongodb-js/compass-components": "^0.10.0",
|
58
|
-
"@mongodb-js/compass-deployment-awareness": "^11.18.
|
59
|
-
"@mongodb-js/compass-field-store": "^7.18.
|
59
|
+
"@mongodb-js/compass-deployment-awareness": "^11.18.1",
|
60
|
+
"@mongodb-js/compass-field-store": "^7.18.1",
|
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,7 +77,7 @@
|
|
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.18.
|
80
|
+
"hadron-app": "^4.18.1",
|
79
81
|
"hadron-app-registry": "^8.8.0",
|
80
82
|
"hadron-react-bson": "^5.7.0",
|
81
83
|
"hadron-react-buttons": "^5.6.0",
|
@@ -98,9 +100,8 @@
|
|
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.12.
|
102
|
-
"mongodb-data-service": "^21.16.
|
103
|
-
"mongodb-extended-json": "^1.11.1",
|
103
|
+
"mongodb-connection-model": "^21.12.1",
|
104
|
+
"mongodb-data-service": "^21.16.1",
|
104
105
|
"mongodb-index-model": "^3.8.0",
|
105
106
|
"mongodb-reflux-store": "^0.0.1",
|
106
107
|
"node-loader": "^0.6.0",
|
@@ -159,5 +160,5 @@
|
|
159
160
|
"type": "git",
|
160
161
|
"url": "https://github.com/mongodb-js/compass.git"
|
161
162
|
},
|
162
|
-
"gitHead": "
|
163
|
+
"gitHead": "38680b2f9463d22a71105b6a7721883feecd54c9"
|
163
164
|
}
|