@mongodb-js/compass-indexes 4.24.0 → 4.25.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/dist/browser.js +1 -1
- package/dist/index.css +15 -0
- package/dist/index.js +5 -5
- package/dist/index.js.LICENSE.txt +1 -0
- package/package.json +20 -20
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.25.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -32,9 +32,8 @@
|
|
32
32
|
"compass:exports": {
|
33
33
|
".": "./src/index.js"
|
34
34
|
},
|
35
|
-
"types": "./dist/index.d.ts",
|
36
35
|
"scripts": {
|
37
|
-
"prepublishOnly": "npm run compile",
|
36
|
+
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
38
37
|
"compile": "npm run webpack -- --mode production",
|
39
38
|
"prewebpack": "rimraf ./dist",
|
40
39
|
"webpack": "webpack-compass",
|
@@ -56,13 +55,13 @@
|
|
56
55
|
"reformat": "npm run prettier -- --write ."
|
57
56
|
},
|
58
57
|
"peerDependencies": {
|
59
|
-
"@mongodb-js/compass-components": "^0.
|
60
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
58
|
+
"@mongodb-js/compass-components": "^0.15.0",
|
59
|
+
"@mongodb-js/compass-deployment-awareness": "^11.23.0",
|
61
60
|
"bson": "^4.4.1",
|
62
61
|
"debug": "4.3.0",
|
63
|
-
"hadron-react-buttons": "^5.
|
64
|
-
"hadron-react-components": "^5.
|
65
|
-
"mongodb-index-model": "^3.
|
62
|
+
"hadron-react-buttons": "^5.9.0",
|
63
|
+
"hadron-react-components": "^5.15.0",
|
64
|
+
"mongodb-index-model": "^3.11.0",
|
66
65
|
"prop-types": "^15.7.2",
|
67
66
|
"react": "^16.14.0",
|
68
67
|
"react-dom": "^16.14.0",
|
@@ -73,13 +72,13 @@
|
|
73
72
|
"redux-thunk": "^2.3.0"
|
74
73
|
},
|
75
74
|
"devDependencies": {
|
76
|
-
"@mongodb-js/compass-components": "^0.
|
77
|
-
"@mongodb-js/compass-deployment-awareness": "^11.
|
78
|
-
"@mongodb-js/eslint-config-compass": "^0.
|
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",
|
79
78
|
"@mongodb-js/mocha-config-compass": "^0.10.0",
|
80
79
|
"@mongodb-js/prettier-config-compass": "^0.5.0",
|
81
80
|
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
82
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
81
|
+
"@mongodb-js/webpack-config-compass": "^0.9.0",
|
83
82
|
"bson": "^4.4.1",
|
84
83
|
"chai": "^4.2.0",
|
85
84
|
"classnames": "^2.2.6",
|
@@ -88,12 +87,12 @@
|
|
88
87
|
"electron": "^13.5.1",
|
89
88
|
"enzyme": "^3.11.0",
|
90
89
|
"eslint": "^7.25.0",
|
91
|
-
"hadron-app": "^4.
|
92
|
-
"hadron-app-registry": "^8.
|
93
|
-
"hadron-react-buttons": "^5.
|
94
|
-
"hadron-react-components": "^5.
|
90
|
+
"hadron-app": "^4.23.0",
|
91
|
+
"hadron-app-registry": "^8.12.0",
|
92
|
+
"hadron-react-buttons": "^5.9.0",
|
93
|
+
"hadron-react-components": "^5.15.0",
|
95
94
|
"mocha": "^8.4.0",
|
96
|
-
"mongodb-index-model": "^3.
|
95
|
+
"mongodb-index-model": "^3.11.0",
|
97
96
|
"nyc": "^15.1.0",
|
98
97
|
"prop-types": "^15.7.2",
|
99
98
|
"react": "^16.14.0",
|
@@ -104,12 +103,13 @@
|
|
104
103
|
"redux-thunk": "^2.3.0",
|
105
104
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
106
105
|
"rimraf": "^3.0.2",
|
106
|
+
"semver": "^5.4.1",
|
107
107
|
"sinon": "^9.2.3",
|
108
108
|
"xvfb-maybe": "^0.2.1"
|
109
109
|
},
|
110
110
|
"dependencies": {
|
111
|
-
"@mongodb-js/compass-logging": "^0.
|
112
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
111
|
+
"@mongodb-js/compass-logging": "^0.12.0",
|
112
|
+
"@mongodb-js/mongodb-redux-common": "^1.12.0",
|
113
113
|
"lodash.contains": "^2.4.3",
|
114
114
|
"lodash.isundefined": "^3.0.1",
|
115
115
|
"lodash.map": "^4.6.0",
|
@@ -120,5 +120,5 @@
|
|
120
120
|
"react-bootstrap": "^0.32.1",
|
121
121
|
"reflux": "^0.4.1"
|
122
122
|
},
|
123
|
-
"gitHead": "
|
123
|
+
"gitHead": "63c32b940f523e4c3e45b86a5aecaeadef93253f"
|
124
124
|
}
|