@mongodb-js/compass-indexes 0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7 → 0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8

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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { ActivateHelpers, AppRegistry } from 'hadron-app-registry';
3
3
  import type { CollectionTabPluginMetadata } from '@mongodb-js/compass-collection';
4
- import type { DataService } from 'mongodb-data-service/provider';
4
+ import type { DataService } from 'mongodb-data-service';
5
5
  import type { LoggerAndTelemetry } from '@mongodb-js/compass-logging/provider';
6
6
  type DropIndexInitialProps = Pick<CollectionTabPluginMetadata, 'namespace'>;
7
7
  type DropIndexServices = {
@@ -1 +1 @@
1
- {"version":3,"file":"drop-index.d.ts","sourceRoot":"","sources":["../../src/stores/drop-index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,KAAK,qBAAqB,GAAG,IAAI,CAAC,2BAA2B,EAAE,WAAW,CAAC,CAAC;AAE5E,KAAK,iBAAiB,GAAG;IACvB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IAC5C,MAAM,EAAE,kBAAkB,CAAC;CAC5B,CAAC;AAEF,wBAAgB,cAAc,CAC5B,EAAE,SAAS,EAAE,EAAE,qBAAqB,EACpC,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,iBAAiB,EACvE,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,eAAe;;;EA0CzC;AAMD,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAMtC,CAAC"}
1
+ {"version":3,"file":"drop-index.d.ts","sourceRoot":"","sources":["../../src/stores/drop-index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,KAAK,qBAAqB,GAAG,IAAI,CAAC,2BAA2B,EAAE,WAAW,CAAC,CAAC;AAE5E,KAAK,iBAAiB,GAAG;IACvB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IAC5C,MAAM,EAAE,kBAAkB,CAAC;CAC5B,CAAC;AAEF,wBAAgB,cAAc,CAC5B,EAAE,SAAS,EAAE,EAAE,qBAAqB,EACpC,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,iBAAiB,EACvE,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,eAAe;;;EA0CzC;AAMD,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAMtC,CAAC"}
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-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
5
+ "version": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -56,38 +56,39 @@
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-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
60
- "@mongodb-js/compass-components": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
61
- "@mongodb-js/compass-editor": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
62
- "@mongodb-js/compass-field-store": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
63
- "@mongodb-js/compass-logging": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
64
- "@mongodb-js/compass-workspaces": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
65
- "@mongodb-js/connection-storage": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
59
+ "@mongodb-js/compass-app-stores": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
60
+ "@mongodb-js/compass-components": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
61
+ "@mongodb-js/compass-connections": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
62
+ "@mongodb-js/compass-editor": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
63
+ "@mongodb-js/compass-field-store": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
64
+ "@mongodb-js/compass-logging": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
65
+ "@mongodb-js/compass-workspaces": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
66
+ "@mongodb-js/connection-storage": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
66
67
  "@mongodb-js/mongodb-constants": "^0.9.0",
67
- "bson": "^6.3.0",
68
- "compass-preferences-model": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
69
- "hadron-app-registry": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
70
- "mongodb-data-service": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
68
+ "bson": "^6.5.0",
69
+ "compass-preferences-model": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
70
+ "hadron-app-registry": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
71
71
  "react": "^17.0.2"
72
72
  },
73
73
  "devDependencies": {
74
- "@mongodb-js/compass-collection": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
75
- "@mongodb-js/eslint-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
76
- "@mongodb-js/mocha-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
77
- "@mongodb-js/prettier-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
78
- "@mongodb-js/tsconfig-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
79
- "@mongodb-js/webpack-config-compass": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
74
+ "@mongodb-js/compass-collection": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
75
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
76
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
77
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
78
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
79
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
80
80
  "@testing-library/react": "^12.1.4",
81
81
  "@testing-library/user-event": "^13.5.0",
82
82
  "chai": "^4.2.0",
83
83
  "depcheck": "^1.4.1",
84
84
  "ejson-shell-parser": "^2.0.1",
85
- "electron": "^28.2.5",
85
+ "electron": "^28.2.7",
86
86
  "electron-mocha": "^12.2.0",
87
87
  "eslint": "^7.25.0",
88
88
  "lodash": "^4.17.21",
89
89
  "mocha": "^10.2.0",
90
- "mongodb": "^6.3.0",
90
+ "mongodb": "^6.5.0",
91
+ "mongodb-data-service": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
91
92
  "mongodb-query-parser": "^4.1.0",
92
93
  "numeral": "^2.0.6",
93
94
  "nyc": "^15.1.0",
@@ -101,18 +102,18 @@
101
102
  "xvfb-maybe": "^0.2.1"
102
103
  },
103
104
  "dependencies": {
104
- "@mongodb-js/compass-app-stores": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
105
- "@mongodb-js/compass-components": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
106
- "@mongodb-js/compass-editor": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
107
- "@mongodb-js/compass-field-store": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
108
- "@mongodb-js/compass-logging": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
109
- "@mongodb-js/compass-workspaces": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
110
- "@mongodb-js/connection-storage": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
105
+ "@mongodb-js/compass-app-stores": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
106
+ "@mongodb-js/compass-components": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
107
+ "@mongodb-js/compass-connections": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
108
+ "@mongodb-js/compass-editor": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
109
+ "@mongodb-js/compass-field-store": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
110
+ "@mongodb-js/compass-logging": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
111
+ "@mongodb-js/compass-workspaces": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
112
+ "@mongodb-js/connection-storage": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
111
113
  "@mongodb-js/mongodb-constants": "^0.9.0",
112
- "bson": "^6.3.0",
113
- "compass-preferences-model": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
114
- "hadron-app-registry": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7",
115
- "mongodb-data-service": "0.0.0-next-befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7"
114
+ "bson": "^6.5.0",
115
+ "compass-preferences-model": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8",
116
+ "hadron-app-registry": "0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8"
116
117
  },
117
- "gitHead": "befaedd11aee7cec6575a48aff3f6a7bdd5cbdf7"
118
+ "gitHead": "4384d1fb0545d3f19fa808079b2b78538a3277a8"
118
119
  }