@mongodb-js/compass-indexes 4.26.0 → 4.28.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/dist/browser.js +1 -1
- package/dist/index.js +5 -5
- package/package.json +19 -19
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.
|
5
|
+
"version": "4.28.1",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -26,8 +26,8 @@
|
|
26
26
|
"main": "dist/index.js",
|
27
27
|
"compass:main": "src/index.ts",
|
28
28
|
"exports": {
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"browser": "./dist/browser.js",
|
30
|
+
"require": "./dist/index.js"
|
31
31
|
},
|
32
32
|
"compass:exports": {
|
33
33
|
".": "./src/index.ts"
|
@@ -55,12 +55,12 @@
|
|
55
55
|
"reformat": "npm run prettier -- --write ."
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
|
-
"@mongodb-js/compass-components": "^0.
|
59
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
58
|
+
"@mongodb-js/compass-components": "^0.17.0",
|
59
|
+
"@mongodb-js/compass-deployment-awareness": "^11.26.1",
|
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.
|
63
|
+
"hadron-react-components": "^5.17.0",
|
64
64
|
"mongodb-index-model": "^3.12.0",
|
65
65
|
"prop-types": "^15.7.2",
|
66
66
|
"react": "^16.14.0",
|
@@ -72,13 +72,13 @@
|
|
72
72
|
"redux-thunk": "^2.3.0"
|
73
73
|
},
|
74
74
|
"devDependencies": {
|
75
|
-
"@mongodb-js/compass-components": "^0.
|
76
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
77
|
-
"@mongodb-js/eslint-config-compass": "^0.
|
78
|
-
"@mongodb-js/mocha-config-compass": "^0.
|
79
|
-
"@mongodb-js/prettier-config-compass": "^0.
|
80
|
-
"@mongodb-js/tsconfig-compass": "^0.
|
81
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
75
|
+
"@mongodb-js/compass-components": "^0.17.0",
|
76
|
+
"@mongodb-js/compass-deployment-awareness": "^11.26.1",
|
77
|
+
"@mongodb-js/eslint-config-compass": "^0.11.0",
|
78
|
+
"@mongodb-js/mocha-config-compass": "^0.12.0",
|
79
|
+
"@mongodb-js/prettier-config-compass": "^0.6.0",
|
80
|
+
"@mongodb-js/tsconfig-compass": "^0.7.0",
|
81
|
+
"@mongodb-js/webpack-config-compass": "^0.11.1",
|
82
82
|
"@testing-library/react": "^12.1.4",
|
83
83
|
"@testing-library/user-event": "^13.5.0",
|
84
84
|
"bson": "^4.4.1",
|
@@ -89,10 +89,10 @@
|
|
89
89
|
"electron": "^13.5.1",
|
90
90
|
"enzyme": "^3.11.0",
|
91
91
|
"eslint": "^7.25.0",
|
92
|
-
"hadron-app": "^4.
|
93
|
-
"hadron-app-registry": "^8.
|
92
|
+
"hadron-app": "^4.26.1",
|
93
|
+
"hadron-app-registry": "^8.14.1",
|
94
94
|
"hadron-react-buttons": "^5.9.0",
|
95
|
-
"hadron-react-components": "^5.
|
95
|
+
"hadron-react-components": "^5.17.0",
|
96
96
|
"mocha": "^8.4.0",
|
97
97
|
"mongodb-index-model": "^3.12.0",
|
98
98
|
"nyc": "^15.1.0",
|
@@ -110,8 +110,8 @@
|
|
110
110
|
"xvfb-maybe": "^0.2.1"
|
111
111
|
},
|
112
112
|
"dependencies": {
|
113
|
-
"@mongodb-js/compass-logging": "^0.
|
114
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
113
|
+
"@mongodb-js/compass-logging": "^0.14.0",
|
114
|
+
"@mongodb-js/mongodb-redux-common": "^1.14.1",
|
115
115
|
"lodash.contains": "^2.4.3",
|
116
116
|
"lodash.isundefined": "^3.0.1",
|
117
117
|
"lodash.map": "^4.6.0",
|
@@ -122,5 +122,5 @@
|
|
122
122
|
"react-bootstrap": "^0.32.1",
|
123
123
|
"reflux": "^0.4.1"
|
124
124
|
},
|
125
|
-
"gitHead": "
|
125
|
+
"gitHead": "94eb44eba276874d7a3bfa44e394d87a8d9b88be"
|
126
126
|
}
|