@mongodb-js/compass-indexes 5.3.0 → 5.4.0
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.js +1 -1
- package/dist/src/components/create-index-actions/create-index-actions.d.ts +10 -0
- package/dist/src/components/create-index-actions/create-index-actions.d.ts.map +1 -0
- package/dist/src/components/create-index-actions/index.d.ts +3 -0
- package/dist/src/components/create-index-actions/index.d.ts.map +1 -0
- package/dist/src/components/create-index-fields.d.ts +17 -0
- package/dist/src/components/create-index-fields.d.ts.map +1 -0
- package/dist/src/components/create-index-form/columnstore-projection.d.ts +10 -0
- package/dist/src/components/create-index-form/columnstore-projection.d.ts.map +1 -0
- package/dist/src/components/create-index-form/create-index-form.d.ts +47 -0
- package/dist/src/components/create-index-form/create-index-form.d.ts.map +1 -0
- package/dist/src/components/create-index-form/custom-collation.d.ts +10 -0
- package/dist/src/components/create-index-form/custom-collation.d.ts.map +1 -0
- package/dist/src/components/create-index-form/index-name.d.ts +10 -0
- package/dist/src/components/create-index-form/index-name.d.ts.map +1 -0
- package/dist/src/components/create-index-form/partial-filter-expression.d.ts +10 -0
- package/dist/src/components/create-index-form/partial-filter-expression.d.ts.map +1 -0
- package/dist/src/components/create-index-form/sparse-index.d.ts +8 -0
- package/dist/src/components/create-index-form/sparse-index.d.ts.map +1 -0
- package/dist/src/components/create-index-form/ttl.d.ts +10 -0
- package/dist/src/components/create-index-form/ttl.d.ts.map +1 -0
- package/dist/src/components/create-index-form/unique-index.d.ts +8 -0
- package/dist/src/components/create-index-form/unique-index.d.ts.map +1 -0
- package/dist/src/components/create-index-form/wildcard-projection.d.ts +10 -0
- package/dist/src/components/create-index-form/wildcard-projection.d.ts.map +1 -0
- package/dist/src/components/create-index-modal/create-index-modal.d.ts +63 -0
- package/dist/src/components/create-index-modal/create-index-modal.d.ts.map +1 -0
- package/dist/src/components/create-index-modal/index.d.ts +3 -0
- package/dist/src/components/create-index-modal/index.d.ts.map +1 -0
- package/dist/src/components/drop-index-modal/index.d.ts +18 -0
- package/dist/src/components/drop-index-modal/index.d.ts.map +1 -0
- package/dist/src/components/indexes/indexes.d.ts +29 -0
- package/dist/src/components/indexes/indexes.d.ts.map +1 -0
- package/dist/src/components/indexes-table/badge-with-icon-link.d.ts +8 -0
- package/dist/src/components/indexes-table/badge-with-icon-link.d.ts.map +1 -0
- package/dist/src/components/indexes-table/index-actions.d.ts +9 -0
- package/dist/src/components/indexes-table/index-actions.d.ts.map +1 -0
- package/dist/src/components/indexes-table/indexes-table.d.ts +12 -0
- package/dist/src/components/indexes-table/indexes-table.d.ts.map +1 -0
- package/dist/src/components/indexes-table/name-field.d.ts +9 -0
- package/dist/src/components/indexes-table/name-field.d.ts.map +1 -0
- package/dist/src/components/indexes-table/property-field.d.ts +12 -0
- package/dist/src/components/indexes-table/property-field.d.ts.map +1 -0
- package/dist/src/components/indexes-table/size-field.d.ts +10 -0
- package/dist/src/components/indexes-table/size-field.d.ts.map +1 -0
- package/dist/src/components/indexes-table/type-field.d.ts +13 -0
- package/dist/src/components/indexes-table/type-field.d.ts.map +1 -0
- package/dist/src/components/indexes-table/usage-field.d.ts +9 -0
- package/dist/src/components/indexes-table/usage-field.d.ts.map +1 -0
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts +16 -0
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -0
- package/dist/src/create-index-plugin.d.ts +14 -0
- package/dist/src/create-index-plugin.d.ts.map +1 -0
- package/dist/src/drop-index-plugin.d.ts +14 -0
- package/dist/src/drop-index-plugin.d.ts.map +1 -0
- package/dist/src/index.d.ts +9 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/modules/create-index/collation-string.d.ts +6 -0
- package/dist/src/modules/create-index/collation-string.d.ts.map +1 -0
- package/dist/src/modules/create-index/columnstore-projection.d.ts +6 -0
- package/dist/src/modules/create-index/columnstore-projection.d.ts.map +1 -0
- package/dist/src/modules/create-index/fields.d.ts +36 -0
- package/dist/src/modules/create-index/fields.d.ts.map +1 -0
- package/dist/src/modules/create-index/index.d.ts +37 -0
- package/dist/src/modules/create-index/index.d.ts.map +1 -0
- package/dist/src/modules/create-index/is-sparse.d.ts +13 -0
- package/dist/src/modules/create-index/is-sparse.d.ts.map +1 -0
- package/dist/src/modules/create-index/is-unique.d.ts +9 -0
- package/dist/src/modules/create-index/is-unique.d.ts.map +1 -0
- package/dist/src/modules/create-index/name.d.ts +9 -0
- package/dist/src/modules/create-index/name.d.ts.map +1 -0
- package/dist/src/modules/create-index/new-index-field.d.ts +15 -0
- package/dist/src/modules/create-index/new-index-field.d.ts.map +1 -0
- package/dist/src/modules/create-index/partial-filter-expression.d.ts +9 -0
- package/dist/src/modules/create-index/partial-filter-expression.d.ts.map +1 -0
- package/dist/src/modules/create-index/schema-fields.d.ts +9 -0
- package/dist/src/modules/create-index/schema-fields.d.ts.map +1 -0
- package/dist/src/modules/create-index/ttl.d.ts +9 -0
- package/dist/src/modules/create-index/ttl.d.ts.map +1 -0
- package/dist/src/modules/create-index/use-columnstore-projection.d.ts +9 -0
- package/dist/src/modules/create-index/use-columnstore-projection.d.ts.map +1 -0
- package/dist/src/modules/create-index/use-custom-collation.d.ts +9 -0
- package/dist/src/modules/create-index/use-custom-collation.d.ts.map +1 -0
- package/dist/src/modules/create-index/use-index-name.d.ts +9 -0
- package/dist/src/modules/create-index/use-index-name.d.ts.map +1 -0
- package/dist/src/modules/create-index/use-partial-filter-expression.d.ts +9 -0
- package/dist/src/modules/create-index/use-partial-filter-expression.d.ts.map +1 -0
- package/dist/src/modules/create-index/use-ttl.d.ts +9 -0
- package/dist/src/modules/create-index/use-ttl.d.ts.map +1 -0
- package/dist/src/modules/create-index/use-wildcard-projection.d.ts +9 -0
- package/dist/src/modules/create-index/use-wildcard-projection.d.ts.map +1 -0
- package/dist/src/modules/create-index/wildcard-projection.d.ts +6 -0
- package/dist/src/modules/create-index/wildcard-projection.d.ts.map +1 -0
- package/dist/src/modules/data-service.d.ts +16 -0
- package/dist/src/modules/data-service.d.ts.map +1 -0
- package/dist/src/modules/description.d.ts +6 -0
- package/dist/src/modules/description.d.ts.map +1 -0
- package/dist/src/modules/drop-index/confirm-name.d.ts +9 -0
- package/dist/src/modules/drop-index/confirm-name.d.ts.map +1 -0
- package/dist/src/modules/drop-index/index.d.ts +25 -0
- package/dist/src/modules/drop-index/index.d.ts.map +1 -0
- package/dist/src/modules/drop-index/name.d.ts +9 -0
- package/dist/src/modules/drop-index/name.d.ts.map +1 -0
- package/dist/src/modules/error.d.ts +21 -0
- package/dist/src/modules/error.d.ts.map +1 -0
- package/dist/src/modules/in-progress-indexes.d.ts +37 -0
- package/dist/src/modules/in-progress-indexes.d.ts.map +1 -0
- package/dist/src/modules/in-progress.d.ts +9 -0
- package/dist/src/modules/in-progress.d.ts.map +1 -0
- package/dist/src/modules/index.d.ts +21 -0
- package/dist/src/modules/index.d.ts.map +1 -0
- package/dist/src/modules/indexes.d.ts +56 -0
- package/dist/src/modules/indexes.d.ts.map +1 -0
- package/dist/src/modules/is-readonly-view.d.ts +5 -0
- package/dist/src/modules/is-readonly-view.d.ts.map +1 -0
- package/dist/src/modules/is-readonly.d.ts +3 -0
- package/dist/src/modules/is-readonly.d.ts.map +1 -0
- package/dist/src/modules/is-refreshing.d.ts +19 -0
- package/dist/src/modules/is-refreshing.d.ts.map +1 -0
- package/dist/src/modules/is-visible.d.ts +9 -0
- package/dist/src/modules/is-visible.d.ts.map +1 -0
- package/dist/src/modules/is-writable.d.ts +6 -0
- package/dist/src/modules/is-writable.d.ts.map +1 -0
- package/dist/src/modules/link.d.ts +2 -0
- package/dist/src/modules/link.d.ts.map +1 -0
- package/dist/src/modules/namespace.d.ts +5 -0
- package/dist/src/modules/namespace.d.ts.map +1 -0
- package/dist/src/modules/reset-form.d.ts +5 -0
- package/dist/src/modules/reset-form.d.ts.map +1 -0
- package/dist/src/modules/server-version.d.ts +11 -0
- package/dist/src/modules/server-version.d.ts.map +1 -0
- package/dist/src/modules/sort-column.d.ts +6 -0
- package/dist/src/modules/sort-column.d.ts.map +1 -0
- package/dist/src/modules/sort-order.d.ts +6 -0
- package/dist/src/modules/sort-order.d.ts.map +1 -0
- package/dist/src/plugin.d.ts +14 -0
- package/dist/src/plugin.d.ts.map +1 -0
- package/dist/src/stores/create-index.d.ts +4 -0
- package/dist/src/stores/create-index.d.ts.map +1 -0
- package/dist/src/stores/drop-index.d.ts +4 -0
- package/dist/src/stores/drop-index.d.ts.map +1 -0
- package/dist/src/stores/index.d.ts +5 -0
- package/dist/src/stores/index.d.ts.map +1 -0
- package/dist/src/stores/store.d.ts +4 -0
- package/dist/src/stores/store.d.ts.map +1 -0
- package/dist/src/utils/has-columnstore-indexes-support.d.ts +2 -0
- package/dist/src/utils/has-columnstore-indexes-support.d.ts.map +1 -0
- package/dist/src/utils/index-link-helper.d.ts +23 -0
- package/dist/src/utils/index-link-helper.d.ts.map +1 -0
- package/package.json +18 -13
@@ -0,0 +1,9 @@
|
|
1
|
+
import type { AnyAction } from 'redux';
|
2
|
+
export declare const TOGGLE_IS_VISIBLE: string;
|
3
|
+
export declare const INITIAL_STATE = false;
|
4
|
+
export default function reducer(state: boolean | undefined, action: AnyAction): any;
|
5
|
+
export declare const toggleIsVisible: (isVisible: boolean) => {
|
6
|
+
type: string;
|
7
|
+
isVisible: boolean;
|
8
|
+
};
|
9
|
+
//# sourceMappingURL=is-visible.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-visible.d.ts","sourceRoot":"","sources":["../../../src/modules/is-visible.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,iBAAiB,QAAgC,CAAC;AAK/D,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,qBAAgB,EAAE,MAAM,EAAE,SAAS,OAKvE;AASD,eAAO,MAAM,eAAe,cAAe,OAAO;;;CAGhD,CAAC"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
export const WRITE_STATE_CHANGED: string;
|
2
|
+
export const INITIAL_STATE: true;
|
3
|
+
export default reducer;
|
4
|
+
export function writeStateChanged(isWritable: boolean): Object;
|
5
|
+
declare function reducer(state: boolean | undefined, action: Object): boolean;
|
6
|
+
//# sourceMappingURL=is-writable.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"is-writable.d.ts","sourceRoot":"","sources":["../../../src/modules/is-writable.js"],"names":[],"mappings":"AAQA,yCAA+E;AAK/E,iCAAkC;;AAyB3B,wDAFM,MAAM,CAKjB;AAlBF,6DAJW,MAAM,WAShB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/modules/link.js"],"names":[],"mappings":"AAUO,iDAUN"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../../src/modules/namespace.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAUhB;AArBD,uCAA+D;AAK/D,+BAAgC;AAyBzB,qDAFM,MAAM,CAKjB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"reset-form.d.ts","sourceRoot":"","sources":["../../../src/modules/reset-form.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,uBAAuB,CAAC;AAO/C,eAAO,MAAM,SAAS;;CAEpB,CAAC"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare const SERVER_VERSION_CHANGED: string;
|
2
|
+
declare type ServerVersion = string;
|
3
|
+
declare type ServerVersionChangedAction = {
|
4
|
+
type: typeof SERVER_VERSION_CHANGED;
|
5
|
+
version: ServerVersion;
|
6
|
+
};
|
7
|
+
export declare const INITIAL_STATE: ServerVersion;
|
8
|
+
export default function reducer(state: string | undefined, action: ServerVersionChangedAction): ServerVersion;
|
9
|
+
export declare const serverVersionChanged: (version: ServerVersion) => ServerVersionChangedAction;
|
10
|
+
export {};
|
11
|
+
//# sourceMappingURL=server-version.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"server-version.d.ts","sourceRoot":"","sources":["../../../src/modules/server-version.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,sBAAsB,QAAoD,CAAC;AAExF,aAAK,aAAa,GAAG,MAAM,CAAC;AAE5B,aAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,OAAO,sBAAsB,CAAC;IACpC,OAAO,EAAE,aAAa,CAAC;CACxB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,aAAuB,CAAC;AAUpD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,0BAA0B,GACjC,aAAa,CAKf;AASD,eAAO,MAAM,oBAAoB,YACtB,aAAa,KACrB,0BAGD,CAAC"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import type { SortColumn, SortIndexesAction } from './indexes';
|
2
|
+
declare type State = SortColumn;
|
3
|
+
export declare const INITIAL_STATE: State;
|
4
|
+
export default function reducer(state: "Name and Definition" | "Type" | "Size" | "Usage" | "Properties" | undefined, action: Pick<SortIndexesAction, 'type' | 'column'>): "Name and Definition" | "Type" | "Size" | "Usage" | "Properties";
|
5
|
+
export {};
|
6
|
+
//# sourceMappingURL=sort-column.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sort-column.d.ts","sourceRoot":"","sources":["../../../src/modules/sort-column.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE/D,aAAK,KAAK,GAAG,UAAU,CAAC;AAExB,eAAO,MAAM,aAAa,EAAE,KAA6B,CAAC;AAE1D,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,8EAAgB,EACrB,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,QAAQ,CAAC,oEAMnD"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import type { SortDirection, SortIndexesAction } from './indexes';
|
2
|
+
declare type State = SortDirection;
|
3
|
+
export declare const INITIAL_STATE: State;
|
4
|
+
export default function reducer(state: SortDirection | undefined, action: Pick<SortIndexesAction, 'type' | 'order'>): SortDirection;
|
5
|
+
export {};
|
6
|
+
//# sourceMappingURL=sort-order.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sort-order.d.ts","sourceRoot":"","sources":["../../../src/modules/sort-order.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAElE,aAAK,KAAK,GAAG,aAAa,CAAC;AAE3B,eAAO,MAAM,aAAa,EAAE,KAAa,CAAC;AAE1C,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,2BAAgB,EACrB,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,iBAMlD"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export default Plugin;
|
2
|
+
declare class Plugin extends React.Component<any, any, any> {
|
3
|
+
static displayName: string;
|
4
|
+
static propTypes: {
|
5
|
+
store: PropTypes.Validator<object>;
|
6
|
+
};
|
7
|
+
constructor(props: any);
|
8
|
+
constructor(props: any, context: any);
|
9
|
+
render(): React.Component;
|
10
|
+
}
|
11
|
+
import React from "react";
|
12
|
+
import { Component } from "react";
|
13
|
+
import PropTypes from "prop-types";
|
14
|
+
//# sourceMappingURL=plugin.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAqC;IACrC;;MAEE;IAiB8ylB,wBAA8C;IAAA,sCAAyJ;IAVv/lB,UAFa,eAAe,CAQ3B;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"create-index.d.ts","sourceRoot":"","sources":["../../../src/stores/create-index.js"],"names":[],"mappings":"AAwBO,uCAJI,MAAM,SACN,MAAM,YACN,MAAM,QAQhB;;AAED,mDAiDC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"drop-index.d.ts","sourceRoot":"","sources":["../../../src/stores/drop-index.js"],"names":[],"mappings":"AAoBO,uCAJI,MAAM,SACN,MAAM,YACN,MAAM,QAQhB;;AAED,mDAqCC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stores/index.js"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/stores/store.js"],"names":[],"mappings":"AA4BO,uCAJI,MAAM,SACN,MAAM,YACN,MAAM,QAShB;;AAED,mDAyEC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"has-columnstore-indexes-support.d.ts","sourceRoot":"","sources":["../../../src/utils/has-columnstore-indexes-support.ts"],"names":[],"mappings":"AAIA,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GACvC,OAAO,CAST"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const HELP_URLS: {
|
2
|
+
SINGLE: string;
|
3
|
+
COMPOUND: string;
|
4
|
+
UNIQUE: string;
|
5
|
+
PARTIAL: string;
|
6
|
+
SPARSE: string;
|
7
|
+
TTL: string;
|
8
|
+
'2D': string;
|
9
|
+
'2DSPHERE': string;
|
10
|
+
GEOHAYSTACK: string;
|
11
|
+
GEOSPATIAL: string;
|
12
|
+
WILDCARD: string;
|
13
|
+
COLUMNSTORE: null;
|
14
|
+
TEXT: string;
|
15
|
+
HASHED: string;
|
16
|
+
REGULAR: string;
|
17
|
+
COLLATION: string;
|
18
|
+
COLLATION_REF: string;
|
19
|
+
UNKNOWN: null;
|
20
|
+
};
|
21
|
+
export default function getIndexHelpLink(section: keyof typeof HELP_URLS): string | null;
|
22
|
+
export {};
|
23
|
+
//# sourceMappingURL=index-link-helper.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index-link-helper.d.ts","sourceRoot":"","sources":["../../../src/utils/index-link-helper.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAyBd,CAAC;AAOF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,OAAO,EAAE,MAAM,OAAO,SAAS,iBAEvE"}
|
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": "5.
|
5
|
+
"version": "5.4.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -25,6 +25,7 @@
|
|
25
25
|
],
|
26
26
|
"main": "dist/index.js",
|
27
27
|
"compass:main": "src/index.ts",
|
28
|
+
"types": "dist/src/index.d.ts",
|
28
29
|
"exports": {
|
29
30
|
"browser": "./dist/browser.js",
|
30
31
|
"require": "./dist/index.js"
|
@@ -33,10 +34,12 @@
|
|
33
34
|
".": "./src/index.ts"
|
34
35
|
},
|
35
36
|
"scripts": {
|
37
|
+
"bootstrap": "npm run postcompile",
|
36
38
|
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
37
39
|
"compile": "npm run webpack -- --mode production",
|
38
40
|
"prewebpack": "rimraf ./dist",
|
39
41
|
"webpack": "webpack-compass",
|
42
|
+
"postcompile": "tsc --emitDeclarationOnly",
|
40
43
|
"analyze": "npm run webpack -- --mode production --analyze",
|
41
44
|
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
|
42
45
|
"eslint": "eslint",
|
@@ -54,12 +57,13 @@
|
|
54
57
|
"reformat": "npm run prettier -- --write ."
|
55
58
|
},
|
56
59
|
"peerDependencies": {
|
57
|
-
"@mongodb-js/compass-components": "^1.
|
58
|
-
"@mongodb-js/compass-editor": "^0.
|
60
|
+
"@mongodb-js/compass-components": "^1.4.0",
|
61
|
+
"@mongodb-js/compass-editor": "^0.3.0",
|
59
62
|
"@mongodb-js/compass-logging": "^1.1.1",
|
60
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
63
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.3",
|
61
64
|
"bson": "^4.4.1",
|
62
|
-
"
|
65
|
+
"compass-preferences-model": "^2.4.0",
|
66
|
+
"mongodb-index-model": "^4.1.0",
|
63
67
|
"react": "^16.14.0"
|
64
68
|
},
|
65
69
|
"devDependencies": {
|
@@ -67,7 +71,7 @@
|
|
67
71
|
"@mongodb-js/mocha-config-compass": "^1.0.1",
|
68
72
|
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
69
73
|
"@mongodb-js/tsconfig-compass": "^1.0.1",
|
70
|
-
"@mongodb-js/webpack-config-compass": "^1.0.
|
74
|
+
"@mongodb-js/webpack-config-compass": "^1.0.4",
|
71
75
|
"@testing-library/react": "^12.1.4",
|
72
76
|
"@testing-library/user-event": "^13.5.0",
|
73
77
|
"chai": "^4.2.0",
|
@@ -76,13 +80,13 @@
|
|
76
80
|
"electron": "^15.5.7",
|
77
81
|
"enzyme": "^3.11.0",
|
78
82
|
"eslint": "^7.25.0",
|
79
|
-
"hadron-app": "^5.
|
83
|
+
"hadron-app": "^5.3.0",
|
80
84
|
"hadron-app-registry": "^9.0.2",
|
81
85
|
"lodash.clonedeep": "^4.5.0",
|
82
86
|
"lodash.contains": "^2.4.3",
|
83
87
|
"mocha": "^8.4.0",
|
84
88
|
"mongodb": "^4.10.0",
|
85
|
-
"mongodb-data-service": "^22.
|
89
|
+
"mongodb-data-service": "^22.3.0",
|
86
90
|
"mongodb-query-parser": "^2.4.6",
|
87
91
|
"numeral": "^2.0.6",
|
88
92
|
"nyc": "^15.1.0",
|
@@ -98,13 +102,14 @@
|
|
98
102
|
"xvfb-maybe": "^0.2.1"
|
99
103
|
},
|
100
104
|
"dependencies": {
|
101
|
-
"@mongodb-js/compass-components": "^1.
|
102
|
-
"@mongodb-js/compass-editor": "^0.
|
105
|
+
"@mongodb-js/compass-components": "^1.4.0",
|
106
|
+
"@mongodb-js/compass-editor": "^0.3.0",
|
103
107
|
"@mongodb-js/compass-logging": "^1.1.1",
|
104
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
108
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.3",
|
105
109
|
"bson": "^4.4.1",
|
106
|
-
"
|
110
|
+
"compass-preferences-model": "^2.4.0",
|
111
|
+
"mongodb-index-model": "^4.1.0",
|
107
112
|
"react": "^16.14.0"
|
108
113
|
},
|
109
|
-
"gitHead": "
|
114
|
+
"gitHead": "7f786ed13b999a5c0831af6fde545154890df956"
|
110
115
|
}
|