dbgate-plugin-mssql 5.5.7-alpha.28 → 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,42 +1,3 @@
1
- /*
2
- * @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
3
- * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
4
- */
5
-
6
- /*
7
- * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
8
- * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
9
- * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
10
- */
11
-
12
- /*
13
- * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
14
- * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
15
- */
16
-
17
- /*
18
- * @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper
19
- * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
20
- * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
21
- */
22
-
23
- /*! @azure/msal-common v14.10.0 2024-05-07 */
24
-
25
- /*! @azure/msal-node v2.8.0 2024-05-07 */
26
-
27
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
28
-
29
- /**
30
- * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
31
- * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
32
- * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
33
- */
34
-
35
- /**
36
- * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
37
- * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
38
- */
39
-
40
1
  /**
41
2
  * @license
42
3
  * Lodash <https://lodash.com/>
@@ -45,21 +6,3 @@
45
6
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
46
7
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
47
8
  */
48
-
49
- /**
50
- * [js-md4]{@link https://github.com/emn178/js-md4}
51
- *
52
- * @namespace md4
53
- * @version 0.3.2
54
- * @author Yi-Cyuan Chen [emn178@gmail.com]
55
- * @copyright Yi-Cyuan Chen 2015-2027
56
- * @license MIT
57
- */
58
-
59
- //! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
60
-
61
- //! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
62
-
63
- //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
64
-
65
- //! @version @js-joda/core - 5.6.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dbgate-plugin-mssql",
3
3
  "main": "dist/backend.js",
4
- "version": "5.5.7-alpha.28",
4
+ "version": "5.5.7-alpha.32",
5
5
  "homepage": "https://dbgate.org",
6
6
  "description": "MS SQL connect plugin for DbGate",
7
7
  "repository": {
@@ -31,12 +31,17 @@
31
31
  "plugout": "dbgate-plugout dbgate-plugin-mssql"
32
32
  },
33
33
  "devDependencies": {
34
- "async-lock": "^1.2.6",
35
34
  "dbgate-plugin-tools": "^1.0.7",
36
- "dbgate-query-splitter": "^4.11.2",
37
- "dbgate-tools": "^5.5.7-alpha.28",
38
- "tedious": "^18.2.0",
39
35
  "webpack": "^5.91.0",
40
36
  "webpack-cli": "^5.1.4"
37
+ },
38
+ "dependencies": {
39
+ "async-lock": "^1.2.6",
40
+ "dbgate-query-splitter": "^4.11.2",
41
+ "dbgate-tools": "^5.5.7-alpha.32",
42
+ "tedious": "^18.2.0"
43
+ },
44
+ "optionalDependencies": {
45
+ "msnodesqlv8": "^4.2.1"
41
46
  }
42
47
  }