@mongodb-js/compass-indexes 4.24.0 → 4.27.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 +16 -0
- package/dist/index.js +5 -5
- package/dist/index.js.LICENSE.txt +1 -0
- package/package.json +25 -23
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.27.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -24,17 +24,16 @@
|
|
24
24
|
"dist"
|
25
25
|
],
|
26
26
|
"main": "dist/index.js",
|
27
|
-
"compass:main": "src/index.
|
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.
|
33
|
+
".": "./src/index.ts"
|
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.16.0",
|
59
|
+
"@mongodb-js/compass-deployment-awareness": "^11.25.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.16.0",
|
64
|
+
"mongodb-index-model": "^3.12.0",
|
66
65
|
"prop-types": "^15.7.2",
|
67
66
|
"react": "^16.14.0",
|
68
67
|
"react-dom": "^16.14.0",
|
@@ -73,13 +72,15 @@
|
|
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.
|
79
|
-
"@mongodb-js/mocha-config-compass": "^0.
|
75
|
+
"@mongodb-js/compass-components": "^0.16.0",
|
76
|
+
"@mongodb-js/compass-deployment-awareness": "^11.25.0",
|
77
|
+
"@mongodb-js/eslint-config-compass": "^0.10.0",
|
78
|
+
"@mongodb-js/mocha-config-compass": "^0.11.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.10.0",
|
82
|
+
"@testing-library/react": "^12.1.4",
|
83
|
+
"@testing-library/user-event": "^13.5.0",
|
83
84
|
"bson": "^4.4.1",
|
84
85
|
"chai": "^4.2.0",
|
85
86
|
"classnames": "^2.2.6",
|
@@ -88,12 +89,12 @@
|
|
88
89
|
"electron": "^13.5.1",
|
89
90
|
"enzyme": "^3.11.0",
|
90
91
|
"eslint": "^7.25.0",
|
91
|
-
"hadron-app": "^4.
|
92
|
-
"hadron-app-registry": "^8.
|
93
|
-
"hadron-react-buttons": "^5.
|
94
|
-
"hadron-react-components": "^5.
|
92
|
+
"hadron-app": "^4.25.0",
|
93
|
+
"hadron-app-registry": "^8.13.0",
|
94
|
+
"hadron-react-buttons": "^5.9.0",
|
95
|
+
"hadron-react-components": "^5.16.0",
|
95
96
|
"mocha": "^8.4.0",
|
96
|
-
"mongodb-index-model": "^3.
|
97
|
+
"mongodb-index-model": "^3.12.0",
|
97
98
|
"nyc": "^15.1.0",
|
98
99
|
"prop-types": "^15.7.2",
|
99
100
|
"react": "^16.14.0",
|
@@ -104,12 +105,13 @@
|
|
104
105
|
"redux-thunk": "^2.3.0",
|
105
106
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
106
107
|
"rimraf": "^3.0.2",
|
108
|
+
"semver": "^5.4.1",
|
107
109
|
"sinon": "^9.2.3",
|
108
110
|
"xvfb-maybe": "^0.2.1"
|
109
111
|
},
|
110
112
|
"dependencies": {
|
111
|
-
"@mongodb-js/compass-logging": "^0.
|
112
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
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": "
|
125
|
+
"gitHead": "757aed43862951a083137bffa1815c621a377440"
|
124
126
|
}
|