@mongodb-js/compass-query-history 0.0.0-next-c3291a871fc2c07d3e2038cc1ad275c102e1d321 → 0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb
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/favorite/favorite-list-item.d.ts +2 -2
- package/dist/src/components/favorite/favorite-list-item.d.ts.map +1 -1
- package/dist/src/components/favorite/index.d.ts +1 -1
- package/dist/src/components/favorite/index.d.ts.map +1 -1
- package/dist/src/components/list/index.d.ts +1 -1
- package/dist/src/components/list/index.d.ts.map +1 -1
- package/dist/src/components/list/list.d.ts +2 -2
- package/dist/src/components/list/list.d.ts.map +1 -1
- package/dist/src/components/query/query.d.ts +1 -1
- package/dist/src/components/query/query.d.ts.map +1 -1
- package/dist/src/components/query-history/index.d.ts +1 -1
- package/dist/src/components/query-history/index.d.ts.map +1 -1
- package/dist/src/components/query-history/query-history.d.ts +2 -2
- package/dist/src/components/query-history/query-history.d.ts.map +1 -1
- package/dist/src/components/recent/index.d.ts +1 -1
- package/dist/src/components/recent/index.d.ts.map +1 -1
- package/dist/src/components/recent/recent-list-item.d.ts +2 -2
- package/dist/src/components/recent/recent-list-item.d.ts.map +1 -1
- package/dist/src/components/toolbar/toolbar.d.ts +1 -1
- package/dist/src/components/toolbar/toolbar.d.ts.map +1 -1
- package/dist/src/models/index.d.ts +5 -5
- package/dist/src/models/index.d.ts.map +1 -1
- package/dist/src/plugin.d.ts +3 -3
- package/dist/src/plugin.d.ts.map +1 -1
- package/dist/src/stores/favorite-list-store.d.ts +1 -1
- package/dist/src/stores/favorite-list-store.d.ts.map +1 -1
- package/dist/src/stores/index.d.ts +1 -1
- package/dist/src/stores/index.d.ts.map +1 -1
- package/dist/src/stores/query-history-store.d.ts +1 -1
- package/dist/src/stores/query-history-store.d.ts.map +1 -1
- package/dist/src/stores/recent-list-store.d.ts +1 -1
- package/dist/src/stores/recent-list-store.d.ts.map +1 -1
- package/dist/src/utils/index.d.ts +3 -3
- package/dist/src/utils/index.d.ts.map +1 -1
- package/package.json +12 -12
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import type { QueryAttributes } from '../query/query';
|
3
|
-
|
3
|
+
type FavoriteModel = {
|
4
4
|
_lastExecuted: {
|
5
5
|
toString: () => string;
|
6
6
|
};
|
@@ -9,7 +9,7 @@ declare type FavoriteModel = {
|
|
9
9
|
props: true;
|
10
10
|
}) => QueryAttributes;
|
11
11
|
};
|
12
|
-
|
12
|
+
type FavoriteListItemProps = {
|
13
13
|
model: FavoriteModel;
|
14
14
|
actions: {
|
15
15
|
copyQuery: (model: FavoriteModel) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"favorite-list-item.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/favorite-list-item.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtD,
|
1
|
+
{"version":3,"file":"favorite-list-item.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/favorite-list-item.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtD,KAAK,aAAa,GAAG;IACnB,aAAa,EAAE;QACb,QAAQ,EAAE,MAAM,MAAM,CAAC;KACxB,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,IAAI,CAAA;KAAE,KAAK,eAAe,CAAC;CAC3D,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,aAAa,CAAC;IACrB,OAAO,EAAE;QACP,SAAS,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;QAC1C,cAAc,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;QAC/C,QAAQ,EAAE,CAAC,UAAU,EAAE,eAAe,KAAK,IAAI,CAAC;KACjD,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,KAAK,EACL,OAAO,GACR,EAAE,qBAAqB,eA4CvB"}
|
@@ -66,6 +66,6 @@ export const FavoriteList: {
|
|
66
66
|
};
|
67
67
|
contextType?: import("react").Context<any> | undefined;
|
68
68
|
};
|
69
|
-
import FavoriteListItem from
|
69
|
+
import FavoriteListItem from './favorite-list-item';
|
70
70
|
export { FavoriteListItem };
|
71
71
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/index.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmD"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/index.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmD;6BAFtB,sBAAsB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/list/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/list/index.js"],"names":[],"mappings":";;4BAA4B,QAAQ"}
|
@@ -67,6 +67,6 @@ declare function factory(ListItem: any): {
|
|
67
67
|
};
|
68
68
|
contextType?: React.Context<any> | undefined;
|
69
69
|
};
|
70
|
-
import React from
|
71
|
-
import PropTypes from
|
70
|
+
import React from 'react';
|
71
|
+
import PropTypes from 'prop-types';
|
72
72
|
//# sourceMappingURL=list.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/components/list/list.jsx"],"names":[],"mappings":";;AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CC"}
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/components/list/list.jsx"],"names":[],"mappings":";;AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CC;kBA5DgC,OAAO;sBAClB,YAAY"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../../src/components/query/query.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,
|
1
|
+
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../../src/components/query/query.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAwFlD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,eAAe,CAAC;IAC5B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;CAC7B,CA4BA,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/query-history/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/query-history/index.js"],"names":[],"mappings":";;yBAAyB,iBAAiB"}
|
@@ -37,6 +37,6 @@ export class QueryHistory extends React.PureComponent<any, any, any> {
|
|
37
37
|
renderRecents: () => JSX.Element;
|
38
38
|
render(): JSX.Element;
|
39
39
|
}
|
40
|
-
import React from
|
41
|
-
import PropTypes from
|
40
|
+
import React from 'react';
|
41
|
+
import PropTypes from 'prop-types';
|
42
42
|
//# sourceMappingURL=query-history.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"query-history.d.ts","sourceRoot":"","sources":["../../../../src/components/query-history/query-history.jsx"],"names":[],"mappings":";AAkBA;IACE,2BAAoC;IAEpC;;;;;MAKE;IAEF;;;;;;;;;;;;;;;;;;;;;;;MAGE;IA4C6jjB,wBAA8C;IAAA,sCAAyJ;IA1CtwjB,mCAWE;IAEF,iCAWE;IAEF,sBAWC;CACF"}
|
1
|
+
{"version":3,"file":"query-history.d.ts","sourceRoot":"","sources":["../../../../src/components/query-history/query-history.jsx"],"names":[],"mappings":";AAkBA;IACE,2BAAoC;IAEpC;;;;;MAKE;IAEF;;;;;;;;;;;;;;;;;;;;;;;MAGE;IA4C6jjB,wBAA8C;IAAA,sCAAyJ;IA1CtwjB,mCAWE;IAEF,iCAWE;IAEF,sBAWC;CACF;kBAvEoC,OAAO;sBACtB,YAAY"}
|
@@ -66,6 +66,6 @@ export const RecentList: {
|
|
66
66
|
};
|
67
67
|
contextType?: import("react").Context<any> | undefined;
|
68
68
|
};
|
69
|
-
import RecentListItem from
|
69
|
+
import RecentListItem from './recent-list-item';
|
70
70
|
export { RecentListItem };
|
71
71
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/recent/index.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+C"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/recent/index.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+C;2BAFpB,oBAAoB"}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import type { QueryAttributes } from '../query/query';
|
3
|
-
|
3
|
+
type RecentModel = {
|
4
4
|
_lastExecuted: Date;
|
5
5
|
getAttributes: (arg0: {
|
6
6
|
props: true;
|
7
7
|
}) => QueryAttributes;
|
8
8
|
};
|
9
|
-
|
9
|
+
type RecentListItemProps = {
|
10
10
|
model: RecentModel;
|
11
11
|
actions: {
|
12
12
|
copyQuery: (model: RecentModel) => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"recent-list-item.d.ts","sourceRoot":"","sources":["../../../../src/components/recent/recent-list-item.tsx"],"names":[],"mappings":";AAcA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtD,
|
1
|
+
{"version":3,"file":"recent-list-item.d.ts","sourceRoot":"","sources":["../../../../src/components/recent/recent-list-item.tsx"],"names":[],"mappings":";AAcA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtD,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,IAAI,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,IAAI,CAAA;KAAE,KAAK,eAAe,CAAC;CAC3D,CAAC;AAoEF,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,WAAW,CAAC;IACnB,OAAO,EAAE;QACP,SAAS,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;QACxC,YAAY,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;QAC3C,QAAQ,EAAE,CAAC,UAAU,EAAE,eAAe,KAAK,IAAI,CAAC;QAChD,YAAY,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;QAC1D,aAAa,EAAE,MAAM,IAAI,CAAC;KAC3B,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,OAAO,GACR,EAAE,mBAAmB,eA2ErB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/toolbar/toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA0C3C,
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/toolbar/toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA0C3C,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE;QACP,UAAU,EAAE,MAAM,IAAI,CAAC;QACvB,aAAa,EAAE,MAAM,IAAI,CAAC;KAC3B,CAAC;IACF,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,OAAO,EAAE,QAAQ,GAAG,WAAW,CAAC;CACjC,CAAC;AAEF,iBAAS,OAAO,CAAC,EACf,OAAO,EACP,SAAS,EACT,OAAO,GACR,EAAE,YAAY,GAAG,KAAK,CAAC,YAAY,CAsDnC;AAED,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import Query from
|
2
|
-
import FavoriteQuery from
|
3
|
-
import RecentQuery from
|
4
|
-
import FavoriteQueryCollection from
|
5
|
-
import RecentQueryCollection from
|
1
|
+
import Query from './query';
|
2
|
+
import FavoriteQuery from './favorite-query';
|
3
|
+
import RecentQuery from './recent-query';
|
4
|
+
import FavoriteQueryCollection from './favorite-query-collection';
|
5
|
+
import RecentQueryCollection from './recent-query-collection';
|
6
6
|
export { Query, FavoriteQuery, RecentQuery, FavoriteQueryCollection, RecentQueryCollection };
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.js"],"names":[],"mappings":"kBAAkB,SAAS;0BACD,kBAAkB;wBACpB,gBAAgB;oCACJ,6BAA6B;kCAC/B,2BAA2B"}
|
package/dist/src/plugin.d.ts
CHANGED
@@ -9,7 +9,7 @@ export class Plugin extends React.Component<any, any, any> {
|
|
9
9
|
constructor(props: any, context: any);
|
10
10
|
render(): React.Component;
|
11
11
|
}
|
12
|
-
import React from
|
13
|
-
import { Component } from
|
14
|
-
import PropTypes from
|
12
|
+
import React from 'react';
|
13
|
+
import { Component } from 'react';
|
14
|
+
import PropTypes from 'prop-types';
|
15
15
|
//# sourceMappingURL=plugin.d.ts.map
|
package/dist/src/plugin.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAA0C;IAC1C;;;MAGE;IAkBkplB,wBAA8C;IAAA,sCAAyJ;IAX31lB,UAFa,eAAe,CAQ3B;CACF"}
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAA0C;IAC1C;;;MAGE;IAkBkplB,wBAA8C;IAAA,sCAAyJ;IAX31lB,UAFa,eAAe,CAQ3B;CACF;kBAxBgC,OAAO;0BAAP,OAAO;sBAGlB,YAAY"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"favorite-list-store.d.ts","sourceRoot":"","sources":["../../../src/stores/favorite-list-store.js"],"names":[],"mappings":";AAWA,
|
1
|
+
{"version":3,"file":"favorite-list-store.d.ts","sourceRoot":"","sources":["../../../src/stores/favorite-list-store.js"],"names":[],"mappings":";AAWA,4DAuFC;mBAjGkB,QAAQ"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stores/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stores/index.js"],"names":[],"mappings":";2BAA2B,uBAAuB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"query-history-store.d.ts","sourceRoot":"","sources":["../../../src/stores/query-history-store.js"],"names":[],"mappings":";AAcA,4DA2FC"}
|
1
|
+
{"version":3,"file":"query-history-store.d.ts","sourceRoot":"","sources":["../../../src/stores/query-history-store.js"],"names":[],"mappings":";AAcA,4DA2FC;mBAzGkB,QAAQ"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"recent-list-store.d.ts","sourceRoot":"","sources":["../../../src/stores/recent-list-store.js"],"names":[],"mappings":";AAcA,
|
1
|
+
{"version":3,"file":"recent-list-store.d.ts","sourceRoot":"","sources":["../../../src/stores/recent-list-store.js"],"names":[],"mappings":";AAcA,4DA+IC;mBA7JkB,QAAQ"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import formatQuery from
|
2
|
-
import comparableQuery from
|
3
|
-
import { FavoriteQueryStorage } from
|
1
|
+
import formatQuery from './format-query';
|
2
|
+
import comparableQuery from './comparable-query';
|
3
|
+
import { FavoriteQueryStorage } from './favorite-query-storage';
|
4
4
|
export { formatQuery, comparableQuery, FavoriteQueryStorage };
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.js"],"names":[],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.js"],"names":[],"mappings":"wBAAwB,gBAAgB;4BACZ,oBAAoB;qCACX,0BAA0B"}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@mongodb-js/compass-query-history",
|
3
3
|
"productName": "Query History plugin",
|
4
4
|
"description": "Load and manage saved queries in Compass",
|
5
|
-
"version": "0.0.0-next-
|
5
|
+
"version": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -57,11 +57,11 @@
|
|
57
57
|
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
61
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
62
|
-
"@mongodb-js/compass-utils": "0.0.0-next-
|
60
|
+
"@mongodb-js/compass-components": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
61
|
+
"@mongodb-js/compass-logging": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
62
|
+
"@mongodb-js/compass-utils": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
63
63
|
"bson": "^5.0.1",
|
64
|
-
"storage-mixin": "0.0.0-next-
|
64
|
+
"storage-mixin": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb"
|
65
65
|
},
|
66
66
|
"peerDependencies": {
|
67
67
|
"@mongodb-js/compass-components": "^1.7.0",
|
@@ -72,11 +72,11 @@
|
|
72
72
|
"storage-mixin": "^5.1.3"
|
73
73
|
},
|
74
74
|
"devDependencies": {
|
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-
|
75
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
76
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
77
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
78
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
79
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
80
80
|
"@testing-library/react": "^12.1.4",
|
81
81
|
"@testing-library/user-event": "^13.5.0",
|
82
82
|
"ampersand-model": "^8.0.1",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"depcheck": "^1.4.1",
|
86
86
|
"electron": "^22.0.2",
|
87
87
|
"eslint": "^7.25.0",
|
88
|
-
"hadron-app-registry": "0.0.0-next-
|
88
|
+
"hadron-app-registry": "0.0.0-next-30478c108fea9fe7d84759fb032faee28e0bbfbb",
|
89
89
|
"lodash": "^4.17.15",
|
90
90
|
"mocha": "^10.2.0",
|
91
91
|
"mongodb-ns": "^2.4.0",
|
@@ -100,5 +100,5 @@
|
|
100
100
|
"sinon": "^9.2.3",
|
101
101
|
"uuid": "^3.1.0"
|
102
102
|
},
|
103
|
-
"gitHead": "
|
103
|
+
"gitHead": "30478c108fea9fe7d84759fb032faee28e0bbfbb"
|
104
104
|
}
|