@mongodb-js/compass-indexes 4.20.0 → 4.21.0

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.
Files changed (2) hide show
  1. package/lib/index.js +4 -292
  2. 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.20.0",
4
+ "version": "4.21.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Indexes support for Compass",
7
7
  "main": "lib/index.js",
@@ -30,12 +30,13 @@
30
30
  "license": "SSPL",
31
31
  "peerDependencies": {
32
32
  "@hot-loader/react-dom": "^16.9.0",
33
- "@mongodb-js/compass-components": "^0.10.0",
34
- "@mongodb-js/compass-deployment-awareness": "^11.18.0",
33
+ "@mongodb-js/compass-components": "^0.11.0",
34
+ "@mongodb-js/compass-deployment-awareness": "^11.19.0",
35
+ "bson": "^4.4.1",
35
36
  "debug": "4.3.0",
36
- "hadron-react-buttons": "^5.6.0",
37
- "hadron-react-components": "^5.10.0",
38
- "mongodb-index-model": "^3.8.0",
37
+ "hadron-react-buttons": "^5.7.0",
38
+ "hadron-react-components": "^5.11.0",
39
+ "mongodb-index-model": "^3.9.0",
39
40
  "prop-types": "^15.7.2",
40
41
  "react": "^16.14.0",
41
42
  "react-dom": "^16.14.0",
@@ -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.10.0",
58
- "@mongodb-js/compass-deployment-awareness": "^11.18.0",
59
- "@mongodb-js/compass-field-store": "^7.18.0",
58
+ "@mongodb-js/compass-components": "^0.11.0",
59
+ "@mongodb-js/compass-deployment-awareness": "^11.19.0",
60
+ "@mongodb-js/compass-field-store": "^7.19.0",
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.18.0",
79
- "hadron-app-registry": "^8.8.0",
80
- "hadron-react-bson": "^5.7.0",
81
- "hadron-react-buttons": "^5.6.0",
82
- "hadron-react-components": "^5.10.0",
80
+ "hadron-app": "^4.19.0",
81
+ "hadron-app-registry": "^8.9.0",
82
+ "hadron-react-bson": "^5.8.0",
83
+ "hadron-react-buttons": "^5.7.0",
84
+ "hadron-react-components": "^5.11.0",
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.12.0",
102
- "mongodb-data-service": "^21.16.0",
103
- "mongodb-extended-json": "^1.11.1",
104
- "mongodb-index-model": "^3.8.0",
103
+ "mongodb-connection-model": "^21.13.0",
104
+ "mongodb-data-service": "^21.17.0",
105
+ "mongodb-index-model": "^3.9.0",
105
106
  "mongodb-reflux-store": "^0.0.1",
106
107
  "node-loader": "^0.6.0",
107
108
  "nyc": "^15.0.0",
@@ -133,8 +134,8 @@
133
134
  "xvfb-maybe": "^0.2.1"
134
135
  },
135
136
  "dependencies": {
136
- "@mongodb-js/compass-logging": "^0.7.0",
137
- "@mongodb-js/mongodb-redux-common": "^1.8.0",
137
+ "@mongodb-js/compass-logging": "^0.8.0",
138
+ "@mongodb-js/mongodb-redux-common": "^1.9.0",
138
139
  "lodash.contains": "^2.4.3",
139
140
  "lodash.isundefined": "^3.0.1",
140
141
  "lodash.map": "^4.6.0",
@@ -159,5 +160,5 @@
159
160
  "type": "git",
160
161
  "url": "https://github.com/mongodb-js/compass.git"
161
162
  },
162
- "gitHead": "6563679c816fa44691a53b7e27fa0cb5539e0854"
163
+ "gitHead": "2bb63cdb1d4e825f280c0d2af14b7298c5769490"
163
164
  }