@mongodb-js/compass-indexes 0.0.0-experimental-1c53312ce4905234885618d41ae95fde9c21aa18 → 0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8
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 +18 -18
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-
|
5
|
+
"version": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -54,19 +54,19 @@
|
|
54
54
|
"reformat": "npm run prettier -- --write ."
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|
57
|
-
"@mongodb-js/compass-components": "
|
58
|
-
"@mongodb-js/compass-logging": "
|
59
|
-
"@mongodb-js/mongodb-redux-common": "
|
57
|
+
"@mongodb-js/compass-components": "^1.1.1",
|
58
|
+
"@mongodb-js/compass-logging": "^1.1.0",
|
59
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
60
60
|
"bson": "^4.4.1",
|
61
|
-
"mongodb-index-model": "
|
61
|
+
"mongodb-index-model": "^4.0.2",
|
62
62
|
"react": "^16.14.0"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-
|
66
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-
|
67
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-
|
68
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-
|
69
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-
|
65
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
66
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
67
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
68
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
69
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
70
70
|
"@testing-library/react": "^12.1.4",
|
71
71
|
"@testing-library/user-event": "^13.5.0",
|
72
72
|
"chai": "^4.2.0",
|
@@ -75,13 +75,13 @@
|
|
75
75
|
"electron": "^15.5.7",
|
76
76
|
"enzyme": "^3.11.0",
|
77
77
|
"eslint": "^7.25.0",
|
78
|
-
"hadron-app": "0.0.0-
|
79
|
-
"hadron-app-registry": "0.0.0-
|
78
|
+
"hadron-app": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
79
|
+
"hadron-app-registry": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
80
80
|
"lodash.clonedeep": "^4.5.0",
|
81
81
|
"lodash.contains": "^2.4.3",
|
82
82
|
"mocha": "^8.4.0",
|
83
83
|
"mongodb": "^4.10.0",
|
84
|
-
"mongodb-data-service": "0.0.0-
|
84
|
+
"mongodb-data-service": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
85
85
|
"mongodb-query-parser": "^2.4.6",
|
86
86
|
"numeral": "^2.0.6",
|
87
87
|
"nyc": "^15.1.0",
|
@@ -97,12 +97,12 @@
|
|
97
97
|
"xvfb-maybe": "^0.2.1"
|
98
98
|
},
|
99
99
|
"dependencies": {
|
100
|
-
"@mongodb-js/compass-components": "0.0.0-
|
101
|
-
"@mongodb-js/compass-logging": "0.0.0-
|
102
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-
|
100
|
+
"@mongodb-js/compass-components": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
101
|
+
"@mongodb-js/compass-logging": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
102
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
103
103
|
"bson": "^4.4.1",
|
104
|
-
"mongodb-index-model": "0.0.0-
|
104
|
+
"mongodb-index-model": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
|
105
105
|
"react": "^16.14.0"
|
106
106
|
},
|
107
|
-
"gitHead": "
|
107
|
+
"gitHead": "e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8"
|
108
108
|
}
|