@mongodb-js/compass-query-history 0.0.0-next-28d3c6ea9e684b19e4fcfd38c8b4e94fba06844f → 0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054
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/index.js.LICENSE.txt +0 -96
- package/package.json +15 -17
@@ -1,97 +1,3 @@
|
|
1
|
-
/*!
|
2
|
-
* Copyright 2010 LearnBoost <dev@learnboost.com>
|
3
|
-
*
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
* you may not use this file except in compliance with the License.
|
6
|
-
* You may obtain a copy of the License at
|
7
|
-
*
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
*
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
* See the License for the specific language governing permissions and
|
14
|
-
* limitations under the License.
|
15
|
-
*/
|
16
|
-
|
17
|
-
/*!
|
18
|
-
* Copyright (c) 2015, Salesforce.com, Inc.
|
19
|
-
* All rights reserved.
|
20
|
-
*
|
21
|
-
* Redistribution and use in source and binary forms, with or without
|
22
|
-
* modification, are permitted provided that the following conditions are met:
|
23
|
-
*
|
24
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
25
|
-
* this list of conditions and the following disclaimer.
|
26
|
-
*
|
27
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
28
|
-
* this list of conditions and the following disclaimer in the documentation
|
29
|
-
* and/or other materials provided with the distribution.
|
30
|
-
*
|
31
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
32
|
-
* be used to endorse or promote products derived from this software without
|
33
|
-
* specific prior written permission.
|
34
|
-
*
|
35
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
36
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
37
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
38
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
39
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
40
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
41
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
42
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
43
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
44
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
45
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
46
|
-
*/
|
47
|
-
|
48
|
-
/*!
|
49
|
-
* Copyright (c) 2018, Salesforce.com, Inc.
|
50
|
-
* All rights reserved.
|
51
|
-
*
|
52
|
-
* Redistribution and use in source and binary forms, with or without
|
53
|
-
* modification, are permitted provided that the following conditions are met:
|
54
|
-
*
|
55
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
56
|
-
* this list of conditions and the following disclaimer.
|
57
|
-
*
|
58
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
59
|
-
* this list of conditions and the following disclaimer in the documentation
|
60
|
-
* and/or other materials provided with the distribution.
|
61
|
-
*
|
62
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
63
|
-
* be used to endorse or promote products derived from this software without
|
64
|
-
* specific prior written permission.
|
65
|
-
*
|
66
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
67
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
68
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
69
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
70
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
71
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
72
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
73
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
74
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
75
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
76
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
77
|
-
*/
|
78
|
-
|
79
|
-
/*!
|
80
|
-
* mime-db
|
81
|
-
* Copyright(c) 2014 Jonathan Ong
|
82
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
83
|
-
* MIT Licensed
|
84
|
-
*/
|
85
|
-
|
86
|
-
/*!
|
87
|
-
* mime-types
|
88
|
-
* Copyright(c) 2014 Jonathan Ong
|
89
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
90
|
-
* MIT Licensed
|
91
|
-
*/
|
92
|
-
|
93
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
94
|
-
|
95
1
|
/**
|
96
2
|
* @license
|
97
3
|
* Lodash <https://lodash.com/>
|
@@ -100,5 +6,3 @@
|
|
100
6
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
101
7
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
102
8
|
*/
|
103
|
-
|
104
|
-
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
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-2bd69249c64bee9c103212c46e5c582418f87054",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -37,7 +37,6 @@
|
|
37
37
|
"bootstrap": "npm run compile",
|
38
38
|
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
39
39
|
"compile": "npm run webpack -- --mode production",
|
40
|
-
"prewebpack": "rimraf ./dist",
|
41
40
|
"webpack": "webpack-compass",
|
42
41
|
"postcompile": "tsc --emitDeclarationOnly",
|
43
42
|
"analyze": "npm run webpack -- --mode production --analyze",
|
@@ -57,11 +56,11 @@
|
|
57
56
|
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
|
58
57
|
},
|
59
58
|
"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-
|
59
|
+
"@mongodb-js/compass-components": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
60
|
+
"@mongodb-js/compass-logging": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
61
|
+
"@mongodb-js/compass-utils": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
63
62
|
"bson": "^5.2.0",
|
64
|
-
"storage-mixin": "0.0.0-next-
|
63
|
+
"storage-mixin": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054"
|
65
64
|
},
|
66
65
|
"peerDependencies": {
|
67
66
|
"@mongodb-js/compass-components": "^1.8.0",
|
@@ -72,33 +71,32 @@
|
|
72
71
|
"storage-mixin": "^5.1.4"
|
73
72
|
},
|
74
73
|
"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-
|
74
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
75
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
76
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
77
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
78
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
80
79
|
"@testing-library/react": "^12.1.4",
|
81
80
|
"@testing-library/user-event": "^13.5.0",
|
82
81
|
"ampersand-model": "^8.0.1",
|
83
82
|
"ampersand-rest-collection": "^6.0.0",
|
84
83
|
"chai": "^4.1.2",
|
85
84
|
"depcheck": "^1.4.1",
|
86
|
-
"electron": "^22.
|
85
|
+
"electron": "^22.3.11",
|
87
86
|
"eslint": "^7.25.0",
|
88
|
-
"hadron-app-registry": "0.0.0-next-
|
89
|
-
"lodash": "^4.17.
|
87
|
+
"hadron-app-registry": "0.0.0-next-2bd69249c64bee9c103212c46e5c582418f87054",
|
88
|
+
"lodash": "^4.17.21",
|
90
89
|
"mocha": "^10.2.0",
|
91
90
|
"mongodb-ns": "^2.4.0",
|
92
91
|
"mongodb-query-parser": "^2.5.0",
|
93
|
-
"nyc": "^15.
|
92
|
+
"nyc": "^15.1.0",
|
94
93
|
"prop-types": "^15.7.2",
|
95
94
|
"react": "^17.0.2",
|
96
95
|
"react-dom": "^17.0.2",
|
97
96
|
"reflux": "^0.4.1",
|
98
97
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
99
|
-
"rimraf": "^3.0.2",
|
100
98
|
"sinon": "^9.2.3",
|
101
99
|
"uuid": "^3.1.0"
|
102
100
|
},
|
103
|
-
"gitHead": "
|
101
|
+
"gitHead": "2bd69249c64bee9c103212c46e5c582418f87054"
|
104
102
|
}
|