@mongodb-js/compass-indexes 0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21 → 0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e
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-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
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-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
67
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
68
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
69
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
70
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
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-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
80
|
+
"hadron-app-registry": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
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-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
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-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
102
|
+
"@mongodb-js/compass-editor": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
103
|
+
"@mongodb-js/compass-logging": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
104
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
105
105
|
"bson": "^4.4.1",
|
106
|
-
"mongodb-index-model": "0.0.0-next-
|
106
|
+
"mongodb-index-model": "0.0.0-next-51a8e00f16dc1652cb0f0674c540570614a8895e",
|
107
107
|
"react": "^16.14.0"
|
108
108
|
},
|
109
|
-
"gitHead": "
|
109
|
+
"gitHead": "51a8e00f16dc1652cb0f0674c540570614a8895e"
|
110
110
|
}
|