@mongodb-js/compass-indexes 0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861 → 0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0

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-9fb29c061a0fe490ca580252e2a6d7cd30218861",
5
+ "version": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -56,38 +56,38 @@
56
56
  "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
57
57
  },
58
58
  "peerDependencies": {
59
- "@mongodb-js/compass-app-stores": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
60
- "@mongodb-js/compass-components": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
61
- "@mongodb-js/compass-editor": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
62
- "@mongodb-js/compass-field-store": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
63
- "@mongodb-js/compass-logging": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
64
- "@mongodb-js/compass-workspaces": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
59
+ "@mongodb-js/compass-app-stores": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
60
+ "@mongodb-js/compass-components": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
61
+ "@mongodb-js/compass-editor": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
62
+ "@mongodb-js/compass-field-store": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
63
+ "@mongodb-js/compass-logging": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
64
+ "@mongodb-js/compass-workspaces": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
65
65
  "@mongodb-js/mongodb-constants": "^0.9.0",
66
- "bson": "^6.2.0",
67
- "compass-preferences-model": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
68
- "hadron-app-registry": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
69
- "mongodb-data-service": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
66
+ "bson": "^6.3.0",
67
+ "compass-preferences-model": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
68
+ "hadron-app-registry": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
69
+ "mongodb-data-service": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
70
70
  "react": "^17.0.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@mongodb-js/compass-collection": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
74
- "@mongodb-js/eslint-config-compass": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
75
- "@mongodb-js/mocha-config-compass": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
76
- "@mongodb-js/prettier-config-compass": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
77
- "@mongodb-js/tsconfig-compass": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
78
- "@mongodb-js/webpack-config-compass": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
73
+ "@mongodb-js/compass-collection": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
74
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
75
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
76
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
77
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
78
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
79
79
  "@testing-library/react": "^12.1.4",
80
80
  "@testing-library/user-event": "^13.5.0",
81
81
  "chai": "^4.2.0",
82
82
  "depcheck": "^1.4.1",
83
- "ejson-shell-parser": "^2.0.0",
84
- "electron": "^28.2.1",
83
+ "ejson-shell-parser": "^2.0.1",
84
+ "electron": "^28.2.5",
85
85
  "electron-mocha": "^12.2.0",
86
86
  "eslint": "^7.25.0",
87
87
  "lodash": "^4.17.21",
88
88
  "mocha": "^10.2.0",
89
89
  "mongodb": "^6.3.0",
90
- "mongodb-query-parser": "^4.0.2",
90
+ "mongodb-query-parser": "^4.1.0",
91
91
  "numeral": "^2.0.6",
92
92
  "nyc": "^15.1.0",
93
93
  "react": "^17.0.2",
@@ -100,17 +100,17 @@
100
100
  "xvfb-maybe": "^0.2.1"
101
101
  },
102
102
  "dependencies": {
103
- "@mongodb-js/compass-app-stores": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
104
- "@mongodb-js/compass-components": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
105
- "@mongodb-js/compass-editor": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
106
- "@mongodb-js/compass-field-store": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
107
- "@mongodb-js/compass-logging": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
108
- "@mongodb-js/compass-workspaces": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
103
+ "@mongodb-js/compass-app-stores": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
104
+ "@mongodb-js/compass-components": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
105
+ "@mongodb-js/compass-editor": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
106
+ "@mongodb-js/compass-field-store": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
107
+ "@mongodb-js/compass-logging": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
108
+ "@mongodb-js/compass-workspaces": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
109
109
  "@mongodb-js/mongodb-constants": "^0.9.0",
110
- "bson": "^6.2.0",
111
- "compass-preferences-model": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
112
- "hadron-app-registry": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861",
113
- "mongodb-data-service": "0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861"
110
+ "bson": "^6.3.0",
111
+ "compass-preferences-model": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
112
+ "hadron-app-registry": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0",
113
+ "mongodb-data-service": "0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0"
114
114
  },
115
- "gitHead": "9fb29c061a0fe490ca580252e2a6d7cd30218861"
115
+ "gitHead": "6d8869f4c4d995bf09c8b362459771e314b9b7e0"
116
116
  }