@mongodb-js/compass-indexes 0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c → 0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10

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-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
5
+ "version": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -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-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
66
- "@mongodb-js/mocha-config-compass": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
67
- "@mongodb-js/prettier-config-compass": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
68
- "@mongodb-js/tsconfig-compass": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
69
- "@mongodb-js/webpack-config-compass": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
65
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
66
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
67
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
68
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
69
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
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-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
79
- "hadron-app-registry": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
78
+ "hadron-app": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
79
+ "hadron-app-registry": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
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-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
84
+ "mongodb-data-service": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
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-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
101
- "@mongodb-js/compass-logging": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
102
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
100
+ "@mongodb-js/compass-components": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
101
+ "@mongodb-js/compass-logging": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
102
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
103
103
  "bson": "^4.4.1",
104
- "mongodb-index-model": "0.0.0-next-d9691f3c8230e21aeb2817ac2c984aba0d79f09c",
104
+ "mongodb-index-model": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10",
105
105
  "react": "^16.14.0"
106
106
  },
107
- "gitHead": "d9691f3c8230e21aeb2817ac2c984aba0d79f09c"
107
+ "gitHead": "1cb9ea1724d90e58422b33fe089df5b774e0be10"
108
108
  }