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