@mongodb-js/compass-query-history 0.0.0-next-e0e7275f55471eecce19ff3b75439fb06dce1fad → 0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e
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/index.d.ts +2 -22
- package/dist/src/components/favorite/index.d.ts.map +1 -1
- package/dist/src/components/list/list.d.ts +2 -22
- package/dist/src/components/list/list.d.ts.map +1 -1
- package/dist/src/components/query-history/query-history.d.ts.map +1 -1
- package/dist/src/components/recent/index.d.ts +2 -22
- package/dist/src/components/recent/index.d.ts.map +1 -1
- package/dist/src/stores/favorite-list-store.d.ts.map +1 -1
- package/dist/src/stores/recent-list-store.d.ts.map +1 -1
- package/package.json +17 -17
@@ -57,32 +57,12 @@ export const FavoriteList: {
|
|
57
57
|
items: import("prop-types").Validator<object>;
|
58
58
|
actions: import("prop-types").Validator<object>;
|
59
59
|
current: import("prop-types").Requireable<object>;
|
60
|
-
ns: import("prop-types").Requireable<
|
60
|
+
ns: import("prop-types").Requireable<string>;
|
61
61
|
};
|
62
62
|
defaultProps: {
|
63
63
|
items: never[];
|
64
64
|
current: null;
|
65
|
-
ns:
|
66
|
-
ns: string;
|
67
|
-
dotIndex: number;
|
68
|
-
database: string;
|
69
|
-
collection: string;
|
70
|
-
system: boolean;
|
71
|
-
isSystem: boolean;
|
72
|
-
oplog: boolean;
|
73
|
-
isOplog: boolean;
|
74
|
-
command: boolean;
|
75
|
-
isCommand: boolean;
|
76
|
-
special: boolean;
|
77
|
-
isSpecial: boolean;
|
78
|
-
specialish: boolean;
|
79
|
-
normal: boolean;
|
80
|
-
isNormal: boolean;
|
81
|
-
validDatabaseName: boolean;
|
82
|
-
validCollectionName: boolean;
|
83
|
-
databaseHash: number;
|
84
|
-
toString(): string;
|
85
|
-
};
|
65
|
+
ns: string;
|
86
66
|
};
|
87
67
|
contextType?: import("react").Context<any> | undefined;
|
88
68
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/index.js"],"names":[],"mappings":";AAGA
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/index.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmD"}
|
@@ -58,32 +58,12 @@ declare function factory(ListItem: any): {
|
|
58
58
|
items: PropTypes.Validator<object>;
|
59
59
|
actions: PropTypes.Validator<object>;
|
60
60
|
current: PropTypes.Requireable<object>;
|
61
|
-
ns: PropTypes.Requireable<
|
61
|
+
ns: PropTypes.Requireable<string>;
|
62
62
|
};
|
63
63
|
defaultProps: {
|
64
64
|
items: never[];
|
65
65
|
current: null;
|
66
|
-
ns:
|
67
|
-
ns: string;
|
68
|
-
dotIndex: number;
|
69
|
-
database: string;
|
70
|
-
collection: string;
|
71
|
-
system: boolean;
|
72
|
-
isSystem: boolean;
|
73
|
-
oplog: boolean;
|
74
|
-
isOplog: boolean;
|
75
|
-
command: boolean;
|
76
|
-
isCommand: boolean;
|
77
|
-
special: boolean;
|
78
|
-
isSpecial: boolean;
|
79
|
-
specialish: boolean;
|
80
|
-
normal: boolean;
|
81
|
-
isNormal: boolean;
|
82
|
-
validDatabaseName: boolean;
|
83
|
-
validCollectionName: boolean;
|
84
|
-
databaseHash: number;
|
85
|
-
toString(): string;
|
86
|
-
};
|
66
|
+
ns: string;
|
87
67
|
};
|
88
68
|
contextType?: React.Context<any> | undefined;
|
89
69
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/components/list/list.jsx"],"names":[],"mappings":";;
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../src/components/list/list.jsx"],"names":[],"mappings":";;AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+CC"}
|
@@ -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;
|
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"}
|
@@ -57,32 +57,12 @@ export const RecentList: {
|
|
57
57
|
items: import("prop-types").Validator<object>;
|
58
58
|
actions: import("prop-types").Validator<object>;
|
59
59
|
current: import("prop-types").Requireable<object>;
|
60
|
-
ns: import("prop-types").Requireable<
|
60
|
+
ns: import("prop-types").Requireable<string>;
|
61
61
|
};
|
62
62
|
defaultProps: {
|
63
63
|
items: never[];
|
64
64
|
current: null;
|
65
|
-
ns:
|
66
|
-
ns: string;
|
67
|
-
dotIndex: number;
|
68
|
-
database: string;
|
69
|
-
collection: string;
|
70
|
-
system: boolean;
|
71
|
-
isSystem: boolean;
|
72
|
-
oplog: boolean;
|
73
|
-
isOplog: boolean;
|
74
|
-
command: boolean;
|
75
|
-
isCommand: boolean;
|
76
|
-
special: boolean;
|
77
|
-
isSpecial: boolean;
|
78
|
-
specialish: boolean;
|
79
|
-
normal: boolean;
|
80
|
-
isNormal: boolean;
|
81
|
-
validDatabaseName: boolean;
|
82
|
-
validCollectionName: boolean;
|
83
|
-
databaseHash: number;
|
84
|
-
toString(): string;
|
85
|
-
};
|
65
|
+
ns: string;
|
86
66
|
};
|
87
67
|
contextType?: import("react").Context<any> | undefined;
|
88
68
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/recent/index.js"],"names":[],"mappings":";AAGA
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/recent/index.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+C"}
|
@@ -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,4DAqFC"}
|
@@ -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,4DA6IC"}
|
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-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -57,26 +57,26 @@
|
|
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-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
61
|
+
"@mongodb-js/compass-logging": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
62
|
+
"@mongodb-js/compass-utils": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
63
63
|
"bson": "^5.0.1",
|
64
|
-
"storage-mixin": "0.0.0-next-
|
64
|
+
"storage-mixin": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e"
|
65
65
|
},
|
66
66
|
"peerDependencies": {
|
67
|
-
"@mongodb-js/compass-components": "^1.
|
68
|
-
"@mongodb-js/compass-logging": "^1.1.
|
69
|
-
"@mongodb-js/compass-utils": "^0.2.
|
67
|
+
"@mongodb-js/compass-components": "^1.7.0",
|
68
|
+
"@mongodb-js/compass-logging": "^1.1.4",
|
69
|
+
"@mongodb-js/compass-utils": "^0.2.3",
|
70
70
|
"bson": "^5.0.1",
|
71
71
|
"react": "^17.0.2",
|
72
|
-
"storage-mixin": "^5.1.
|
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-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
76
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
77
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
78
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
79
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
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,9 +85,9 @@
|
|
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-04ba59a8ace9d68fd90d540d8a8936985115e22e",
|
89
89
|
"lodash": "^4.17.15",
|
90
|
-
"mocha": "^
|
90
|
+
"mocha": "^10.2.0",
|
91
91
|
"mongodb-ns": "^2.4.0",
|
92
92
|
"mongodb-query-parser": "^2.4.8",
|
93
93
|
"nyc": "^15.0.0",
|
@@ -100,5 +100,5 @@
|
|
100
100
|
"sinon": "^9.2.3",
|
101
101
|
"uuid": "^3.1.0"
|
102
102
|
},
|
103
|
-
"gitHead": "
|
103
|
+
"gitHead": "04ba59a8ace9d68fd90d540d8a8936985115e22e"
|
104
104
|
}
|