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