@mongodb-js/compass-indexes 0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205 → 0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503

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 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-80a9e175edd3eabee53daee876d77943872e4205",
5
+ "version": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -65,11 +65,11 @@
65
65
  "react": "^17.0.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@mongodb-js/eslint-config-compass": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
69
- "@mongodb-js/mocha-config-compass": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
70
- "@mongodb-js/prettier-config-compass": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
71
- "@mongodb-js/tsconfig-compass": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
72
- "@mongodb-js/webpack-config-compass": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
68
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
69
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
70
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
71
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
72
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
73
73
  "@testing-library/react": "^12.1.4",
74
74
  "@testing-library/user-event": "^13.5.0",
75
75
  "chai": "^4.2.0",
@@ -78,11 +78,11 @@
78
78
  "electron": "^23.3.6",
79
79
  "enzyme": "^3.11.0",
80
80
  "eslint": "^7.25.0",
81
- "hadron-app-registry": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
82
- "lodash.clonedeep": "^4.5.0",
81
+ "hadron-app-registry": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
82
+ "lodash": "^4.17.21",
83
83
  "mocha": "^10.2.0",
84
84
  "mongodb": "^5.5.0",
85
- "mongodb-data-service": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
85
+ "mongodb-data-service": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
86
86
  "mongodb-query-parser": "^2.5.0",
87
87
  "numeral": "^2.0.6",
88
88
  "nyc": "^15.1.0",
@@ -98,12 +98,12 @@
98
98
  "xvfb-maybe": "^0.2.1"
99
99
  },
100
100
  "dependencies": {
101
- "@mongodb-js/compass-components": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
102
- "@mongodb-js/compass-editor": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
103
- "@mongodb-js/compass-logging": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
104
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205",
101
+ "@mongodb-js/compass-components": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
102
+ "@mongodb-js/compass-editor": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
103
+ "@mongodb-js/compass-logging": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
104
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503",
105
105
  "bson": "^5.2.0",
106
- "compass-preferences-model": "0.0.0-next-80a9e175edd3eabee53daee876d77943872e4205"
106
+ "compass-preferences-model": "0.0.0-next-58b07e3b9faef89f8f737552ca57d6db6e0ea503"
107
107
  },
108
- "gitHead": "80a9e175edd3eabee53daee876d77943872e4205"
108
+ "gitHead": "58b07e3b9faef89f8f737552ca57d6db6e0ea503"
109
109
  }