@mongodb-js/compass-indexes 4.25.0 → 4.26.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mongodb-js/compass-indexes",
3
3
  "productName": "Compass Indexes plugin",
4
4
  "description": "Collection index management for Compass",
5
- "version": "4.25.0",
5
+ "version": "4.26.0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -24,13 +24,13 @@
24
24
  "dist"
25
25
  ],
26
26
  "main": "dist/index.js",
27
- "compass:main": "src/index.js",
27
+ "compass:main": "src/index.ts",
28
28
  "exports": {
29
29
  "require": "./dist/index.js",
30
30
  "browser": "./dist/browser.js"
31
31
  },
32
32
  "compass:exports": {
33
- ".": "./src/index.js"
33
+ ".": "./src/index.ts"
34
34
  },
35
35
  "scripts": {
36
36
  "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
@@ -55,13 +55,13 @@
55
55
  "reformat": "npm run prettier -- --write ."
56
56
  },
57
57
  "peerDependencies": {
58
- "@mongodb-js/compass-components": "^0.15.0",
59
- "@mongodb-js/compass-deployment-awareness": "^11.23.0",
58
+ "@mongodb-js/compass-components": "^0.16.0",
59
+ "@mongodb-js/compass-deployment-awareness": "^11.24.0",
60
60
  "bson": "^4.4.1",
61
61
  "debug": "4.3.0",
62
62
  "hadron-react-buttons": "^5.9.0",
63
- "hadron-react-components": "^5.15.0",
64
- "mongodb-index-model": "^3.11.0",
63
+ "hadron-react-components": "^5.16.0",
64
+ "mongodb-index-model": "^3.12.0",
65
65
  "prop-types": "^15.7.2",
66
66
  "react": "^16.14.0",
67
67
  "react-dom": "^16.14.0",
@@ -72,13 +72,15 @@
72
72
  "redux-thunk": "^2.3.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@mongodb-js/compass-components": "^0.15.0",
76
- "@mongodb-js/compass-deployment-awareness": "^11.23.0",
77
- "@mongodb-js/eslint-config-compass": "^0.9.0",
78
- "@mongodb-js/mocha-config-compass": "^0.10.0",
75
+ "@mongodb-js/compass-components": "^0.16.0",
76
+ "@mongodb-js/compass-deployment-awareness": "^11.24.0",
77
+ "@mongodb-js/eslint-config-compass": "^0.10.0",
78
+ "@mongodb-js/mocha-config-compass": "^0.11.0",
79
79
  "@mongodb-js/prettier-config-compass": "^0.5.0",
80
80
  "@mongodb-js/tsconfig-compass": "^0.6.0",
81
- "@mongodb-js/webpack-config-compass": "^0.9.0",
81
+ "@mongodb-js/webpack-config-compass": "^0.10.0",
82
+ "@testing-library/react": "^12.1.4",
83
+ "@testing-library/user-event": "^13.5.0",
82
84
  "bson": "^4.4.1",
83
85
  "chai": "^4.2.0",
84
86
  "classnames": "^2.2.6",
@@ -87,12 +89,12 @@
87
89
  "electron": "^13.5.1",
88
90
  "enzyme": "^3.11.0",
89
91
  "eslint": "^7.25.0",
90
- "hadron-app": "^4.23.0",
91
- "hadron-app-registry": "^8.12.0",
92
+ "hadron-app": "^4.24.0",
93
+ "hadron-app-registry": "^8.13.0",
92
94
  "hadron-react-buttons": "^5.9.0",
93
- "hadron-react-components": "^5.15.0",
95
+ "hadron-react-components": "^5.16.0",
94
96
  "mocha": "^8.4.0",
95
- "mongodb-index-model": "^3.11.0",
97
+ "mongodb-index-model": "^3.12.0",
96
98
  "nyc": "^15.1.0",
97
99
  "prop-types": "^15.7.2",
98
100
  "react": "^16.14.0",
@@ -108,8 +110,8 @@
108
110
  "xvfb-maybe": "^0.2.1"
109
111
  },
110
112
  "dependencies": {
111
- "@mongodb-js/compass-logging": "^0.12.0",
112
- "@mongodb-js/mongodb-redux-common": "^1.12.0",
113
+ "@mongodb-js/compass-logging": "^0.13.0",
114
+ "@mongodb-js/mongodb-redux-common": "^1.13.0",
113
115
  "lodash.contains": "^2.4.3",
114
116
  "lodash.isundefined": "^3.0.1",
115
117
  "lodash.map": "^4.6.0",
@@ -120,5 +122,5 @@
120
122
  "react-bootstrap": "^0.32.1",
121
123
  "reflux": "^0.4.1"
122
124
  },
123
- "gitHead": "63c32b940f523e4c3e45b86a5aecaeadef93253f"
125
+ "gitHead": "a4e705ec6d13393d2e14e906838bb67548e7ae35"
124
126
  }