dbgate-plugin-mysql 5.5.7-alpha.29 → 5.5.7-alpha.32

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.
@@ -1,23 +1,3 @@
1
- /**
2
- * @license
3
- * Copyright 2009 The Closure Library Authors
4
- * Copyright 2020 Daniel Wirtz / The long.js Authors.
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- *
18
- * SPDX-License-Identifier: Apache-2.0
19
- */
20
-
21
1
  /**
22
2
  * @license
23
3
  * Lodash <https://lodash.com/>
@@ -26,7 +6,3 @@
26
6
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
27
7
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
28
8
  */
29
-
30
- //! moment.js
31
-
32
- //! moment.js locale configuration
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dbgate-plugin-mysql",
3
3
  "main": "dist/backend.js",
4
- "version": "5.5.7-alpha.29",
4
+ "version": "5.5.7-alpha.32",
5
5
  "homepage": "https://dbgate.org",
6
6
  "description": "MySQL connect plugin for DbGate",
7
7
  "repository": {
@@ -31,12 +31,14 @@
31
31
  "prepublishOnly": "yarn build"
32
32
  },
33
33
  "devDependencies": {
34
- "antares-mysql-dumper": "^0.0.1",
35
34
  "dbgate-plugin-tools": "^1.0.7",
36
- "dbgate-query-splitter": "^4.11.2",
37
- "dbgate-tools": "^5.5.7-alpha.29",
38
- "mysql2": "^3.11.3",
39
35
  "webpack": "^5.91.0",
40
36
  "webpack-cli": "^5.1.4"
37
+ },
38
+ "dependencies": {
39
+ "antares-mysql-dumper": "^0.0.1",
40
+ "dbgate-query-splitter": "^4.11.2",
41
+ "dbgate-tools": "^5.5.7-alpha.32",
42
+ "mysql2": "^3.11.3"
41
43
  }
42
44
  }