@mongodb-js/compass-indexes 0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5 → 0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e
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-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"reformat": "npm run prettier -- --write ."
|
55
55
|
},
|
56
56
|
"peerDependencies": {
|
57
|
-
"@mongodb-js/compass-components": "^1.
|
57
|
+
"@mongodb-js/compass-components": "^1.2.0",
|
58
58
|
"@mongodb-js/compass-logging": "^1.1.0",
|
59
59
|
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
60
60
|
"bson": "^4.4.1",
|
@@ -62,11 +62,11 @@
|
|
62
62
|
"react": "^16.14.0"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
66
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
67
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
68
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
69
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
65
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
66
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
67
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
68
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
69
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-next-
|
79
|
-
"hadron-app-registry": "0.0.0-next-
|
78
|
+
"hadron-app": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
79
|
+
"hadron-app-registry": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-next-
|
84
|
+
"mongodb-data-service": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
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-next-
|
101
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
102
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
100
|
+
"@mongodb-js/compass-components": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
101
|
+
"@mongodb-js/compass-logging": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
102
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
103
103
|
"bson": "^4.4.1",
|
104
|
-
"mongodb-index-model": "0.0.0-next-
|
104
|
+
"mongodb-index-model": "0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e",
|
105
105
|
"react": "^16.14.0"
|
106
106
|
},
|
107
|
-
"gitHead": "
|
107
|
+
"gitHead": "e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e"
|
108
108
|
}
|