@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.
- package/dist/browser.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/stores/drop-index.d.ts +1 -1
- package/dist/stores/drop-index.d.ts.map +1 -1
- package/package.json +33 -32
@@ -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
|
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
|
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-
|
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-
|
60
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
61
|
-
"@mongodb-js/compass-
|
62
|
-
"@mongodb-js/compass-
|
63
|
-
"@mongodb-js/compass-
|
64
|
-
"@mongodb-js/compass-
|
65
|
-
"@mongodb-js/
|
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.
|
68
|
-
"compass-preferences-model": "0.0.0-next-
|
69
|
-
"hadron-app-registry": "0.0.0-next-
|
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-
|
75
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
76
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
77
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
78
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
79
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
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.
|
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.
|
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-
|
105
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
106
|
-
"@mongodb-js/compass-
|
107
|
-
"@mongodb-js/compass-
|
108
|
-
"@mongodb-js/compass-
|
109
|
-
"@mongodb-js/compass-
|
110
|
-
"@mongodb-js/
|
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.
|
113
|
-
"compass-preferences-model": "0.0.0-next-
|
114
|
-
"hadron-app-registry": "0.0.0-next-
|
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": "
|
118
|
+
"gitHead": "4384d1fb0545d3f19fa808079b2b78538a3277a8"
|
118
119
|
}
|