@mongodb-js/compass-indexes 0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f → 0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a

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-94f03d5249971d1eea1868df296db6e766f40f9f",
5
+ "version": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -57,21 +57,21 @@
57
57
  "reformat": "npm run prettier -- --write ."
58
58
  },
59
59
  "peerDependencies": {
60
- "@mongodb-js/compass-components": "^1.3.0",
61
- "@mongodb-js/compass-editor": "^0.2.0",
60
+ "@mongodb-js/compass-components": "^1.4.0",
61
+ "@mongodb-js/compass-editor": "^0.3.0",
62
62
  "@mongodb-js/compass-logging": "^1.1.1",
63
- "@mongodb-js/mongodb-redux-common": "^2.0.2",
63
+ "@mongodb-js/mongodb-redux-common": "^2.0.3",
64
64
  "bson": "^4.4.1",
65
- "compass-preferences-model": "^2.3.0",
66
- "mongodb-index-model": "^4.0.2",
65
+ "compass-preferences-model": "^2.4.0",
66
+ "mongodb-index-model": "^4.1.0",
67
67
  "react": "^16.14.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@mongodb-js/eslint-config-compass": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
71
- "@mongodb-js/mocha-config-compass": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
72
- "@mongodb-js/prettier-config-compass": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
73
- "@mongodb-js/tsconfig-compass": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
74
- "@mongodb-js/webpack-config-compass": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
70
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
71
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
72
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
73
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
74
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
75
75
  "@testing-library/react": "^12.1.4",
76
76
  "@testing-library/user-event": "^13.5.0",
77
77
  "chai": "^4.2.0",
@@ -80,13 +80,13 @@
80
80
  "electron": "^15.5.7",
81
81
  "enzyme": "^3.11.0",
82
82
  "eslint": "^7.25.0",
83
- "hadron-app": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
84
- "hadron-app-registry": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
83
+ "hadron-app": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
84
+ "hadron-app-registry": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
85
85
  "lodash.clonedeep": "^4.5.0",
86
86
  "lodash.contains": "^2.4.3",
87
87
  "mocha": "^8.4.0",
88
88
  "mongodb": "^4.10.0",
89
- "mongodb-data-service": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
89
+ "mongodb-data-service": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
90
90
  "mongodb-query-parser": "^2.4.6",
91
91
  "numeral": "^2.0.6",
92
92
  "nyc": "^15.1.0",
@@ -102,14 +102,14 @@
102
102
  "xvfb-maybe": "^0.2.1"
103
103
  },
104
104
  "dependencies": {
105
- "@mongodb-js/compass-components": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
106
- "@mongodb-js/compass-editor": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
107
- "@mongodb-js/compass-logging": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
108
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
105
+ "@mongodb-js/compass-components": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
106
+ "@mongodb-js/compass-editor": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
107
+ "@mongodb-js/compass-logging": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
108
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
109
109
  "bson": "^4.4.1",
110
- "compass-preferences-model": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
111
- "mongodb-index-model": "0.0.0-next-94f03d5249971d1eea1868df296db6e766f40f9f",
110
+ "compass-preferences-model": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
111
+ "mongodb-index-model": "0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a",
112
112
  "react": "^16.14.0"
113
113
  },
114
- "gitHead": "94f03d5249971d1eea1868df296db6e766f40f9f"
114
+ "gitHead": "9ee9b0963df24390835a677f1a9081d9bc53ca2a"
115
115
  }