@mongodb-js/compass-query-history 9.8.0 → 9.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": "9.8.0",
5
+ "version": "9.9.0",
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,48 +56,47 @@
57
56
  "reformat": "npm run prettier -- --write . && npm run eslint . --fix"
58
57
  },
59
58
  "dependencies": {
60
- "@mongodb-js/compass-components": "^1.8.0",
61
- "@mongodb-js/compass-logging": "^1.1.5",
62
- "@mongodb-js/compass-utils": "^0.3.0",
63
- "bson": "^5.0.1",
64
- "storage-mixin": "^5.1.4"
59
+ "@mongodb-js/compass-components": "^1.9.0",
60
+ "@mongodb-js/compass-logging": "^1.1.6",
61
+ "@mongodb-js/compass-utils": "^0.3.1",
62
+ "bson": "^5.2.0",
63
+ "storage-mixin": "^5.1.5"
65
64
  },
66
65
  "peerDependencies": {
67
- "@mongodb-js/compass-components": "^1.8.0",
68
- "@mongodb-js/compass-logging": "^1.1.5",
69
- "@mongodb-js/compass-utils": "^0.3.0",
70
- "bson": "^5.0.1",
66
+ "@mongodb-js/compass-components": "^1.9.0",
67
+ "@mongodb-js/compass-logging": "^1.1.6",
68
+ "@mongodb-js/compass-utils": "^0.3.1",
69
+ "bson": "^5.2.0",
71
70
  "react": "^17.0.2",
72
- "storage-mixin": "^5.1.4"
71
+ "storage-mixin": "^5.1.5"
73
72
  },
74
73
  "devDependencies": {
75
- "@mongodb-js/eslint-config-compass": "^1.0.5",
76
- "@mongodb-js/mocha-config-compass": "^1.1.1",
74
+ "@mongodb-js/eslint-config-compass": "^1.0.6",
75
+ "@mongodb-js/mocha-config-compass": "^1.2.0",
77
76
  "@mongodb-js/prettier-config-compass": "^1.0.0",
78
77
  "@mongodb-js/tsconfig-compass": "^1.0.2",
79
- "@mongodb-js/webpack-config-compass": "^1.0.8",
78
+ "@mongodb-js/webpack-config-compass": "^1.1.0",
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.0.2",
85
+ "electron": "^22.3.12",
87
86
  "eslint": "^7.25.0",
88
- "hadron-app-registry": "^9.0.6",
89
- "lodash": "^4.17.15",
87
+ "hadron-app-registry": "^9.0.7",
88
+ "lodash": "^4.17.21",
90
89
  "mocha": "^10.2.0",
91
90
  "mongodb-ns": "^2.4.0",
92
- "mongodb-query-parser": "^2.4.8",
93
- "nyc": "^15.0.0",
91
+ "mongodb-query-parser": "^2.5.0",
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": "e4f2643a437ce2407657a63246e303d13ce8297b"
101
+ "gitHead": "129d5d5375a2815408e12ee15e1b6bd566f52600"
104
102
  }