@mongodb-js/compass-indexes 0.0.0-next-604fdbd72ed8b3cb7869997416b51ea07fd77400 → 0.0.0-next-f8695ae3010acc2686c0a530f153ebb01ddb040a

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