@mongodb-js/compass-indexes 0.0.0-next-2a59e5c14bbde75ffee2132903d65ba75d789b68 → 0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d
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/package.json +26 -26
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-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -56,26 +56,26 @@
|
|
56
56
|
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
|
-
"@mongodb-js/compass-app-stores": "0.0.0-next-
|
60
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
61
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
62
|
-
"@mongodb-js/compass-field-store": "0.0.0-next-
|
63
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
64
|
-
"@mongodb-js/compass-workspaces": "0.0.0-next-
|
59
|
+
"@mongodb-js/compass-app-stores": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
60
|
+
"@mongodb-js/compass-components": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
61
|
+
"@mongodb-js/compass-editor": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
62
|
+
"@mongodb-js/compass-field-store": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
63
|
+
"@mongodb-js/compass-logging": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
64
|
+
"@mongodb-js/compass-workspaces": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
65
65
|
"@mongodb-js/mongodb-constants": "^0.9.0",
|
66
66
|
"bson": "^6.3.0",
|
67
|
-
"compass-preferences-model": "0.0.0-next-
|
68
|
-
"hadron-app-registry": "0.0.0-next-
|
69
|
-
"mongodb-data-service": "0.0.0-next-
|
67
|
+
"compass-preferences-model": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
68
|
+
"hadron-app-registry": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
69
|
+
"mongodb-data-service": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
70
70
|
"react": "^17.0.2"
|
71
71
|
},
|
72
72
|
"devDependencies": {
|
73
|
-
"@mongodb-js/compass-collection": "0.0.0-next-
|
74
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
75
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
76
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
77
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
78
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
73
|
+
"@mongodb-js/compass-collection": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
74
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
75
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
76
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
77
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
78
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
79
79
|
"@testing-library/react": "^12.1.4",
|
80
80
|
"@testing-library/user-event": "^13.5.0",
|
81
81
|
"chai": "^4.2.0",
|
@@ -100,17 +100,17 @@
|
|
100
100
|
"xvfb-maybe": "^0.2.1"
|
101
101
|
},
|
102
102
|
"dependencies": {
|
103
|
-
"@mongodb-js/compass-app-stores": "0.0.0-next-
|
104
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
105
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
106
|
-
"@mongodb-js/compass-field-store": "0.0.0-next-
|
107
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
108
|
-
"@mongodb-js/compass-workspaces": "0.0.0-next-
|
103
|
+
"@mongodb-js/compass-app-stores": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
104
|
+
"@mongodb-js/compass-components": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
105
|
+
"@mongodb-js/compass-editor": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
106
|
+
"@mongodb-js/compass-field-store": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
107
|
+
"@mongodb-js/compass-logging": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
108
|
+
"@mongodb-js/compass-workspaces": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
109
109
|
"@mongodb-js/mongodb-constants": "^0.9.0",
|
110
110
|
"bson": "^6.3.0",
|
111
|
-
"compass-preferences-model": "0.0.0-next-
|
112
|
-
"hadron-app-registry": "0.0.0-next-
|
113
|
-
"mongodb-data-service": "0.0.0-next-
|
111
|
+
"compass-preferences-model": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
112
|
+
"hadron-app-registry": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d",
|
113
|
+
"mongodb-data-service": "0.0.0-next-b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d"
|
114
114
|
},
|
115
|
-
"gitHead": "
|
115
|
+
"gitHead": "b2395030fbddfdc7f7e0ec8d1aff0d598af0a34d"
|
116
116
|
}
|