@mongodb-js/compass-indexes 0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba → 0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04
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 +1 -1
- package/package.json +15 -15
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": "0.0.0-next-
|
5
|
+
"version": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -63,11 +63,11 @@
|
|
63
63
|
"react": "^16.14.0"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
67
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
68
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
69
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
70
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
66
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
67
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
68
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
69
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
70
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
71
71
|
"@testing-library/react": "^12.1.4",
|
72
72
|
"@testing-library/user-event": "^13.5.0",
|
73
73
|
"chai": "^4.2.0",
|
@@ -76,13 +76,13 @@
|
|
76
76
|
"electron": "^15.5.7",
|
77
77
|
"enzyme": "^3.11.0",
|
78
78
|
"eslint": "^7.25.0",
|
79
|
-
"hadron-app": "0.0.0-next-
|
80
|
-
"hadron-app-registry": "0.0.0-next-
|
79
|
+
"hadron-app": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
80
|
+
"hadron-app-registry": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
81
81
|
"lodash.clonedeep": "^4.5.0",
|
82
82
|
"lodash.contains": "^2.4.3",
|
83
83
|
"mocha": "^8.4.0",
|
84
84
|
"mongodb": "^4.10.0",
|
85
|
-
"mongodb-data-service": "0.0.0-next-
|
85
|
+
"mongodb-data-service": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
86
86
|
"mongodb-query-parser": "^2.4.6",
|
87
87
|
"numeral": "^2.0.6",
|
88
88
|
"nyc": "^15.1.0",
|
@@ -98,13 +98,13 @@
|
|
98
98
|
"xvfb-maybe": "^0.2.1"
|
99
99
|
},
|
100
100
|
"dependencies": {
|
101
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
102
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
103
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
104
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
101
|
+
"@mongodb-js/compass-components": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
102
|
+
"@mongodb-js/compass-editor": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
103
|
+
"@mongodb-js/compass-logging": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
104
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
105
105
|
"bson": "^4.4.1",
|
106
|
-
"mongodb-index-model": "0.0.0-next-
|
106
|
+
"mongodb-index-model": "0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04",
|
107
107
|
"react": "^16.14.0"
|
108
108
|
},
|
109
|
-
"gitHead": "
|
109
|
+
"gitHead": "bfa0f33f79b0349abe5ad03576e17682f507fe04"
|
110
110
|
}
|