tedious-fabric 1.0.0 → 1.0.1
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/package.json +2 -16
package/package.json
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "
|
|
3
|
-
"contributors": [
|
|
4
|
-
"Alex Robson",
|
|
5
|
-
"Arthur Schreiber",
|
|
6
|
-
"Bret Copeland <bret@atlantisflight.org> (https://github.com/bretcope)",
|
|
7
|
-
"Bryan Ross <bryan@rossipedia.com> (https://github.com/rossipedia)",
|
|
8
|
-
"Ciaran Jessup <ciaranj@gmail.com>",
|
|
9
|
-
"Cort Fritz <cfritz@caa.com>",
|
|
10
|
-
"lastonesky",
|
|
11
|
-
"Patrik Simek <patrik@patriksimek.cz>",
|
|
12
|
-
"Phil Dodderidge <pdodde@poyntz.com>",
|
|
13
|
-
"Zach Aller"
|
|
14
|
-
],
|
|
2
|
+
"author": "Gaxx<damn.frank2z@gmail.com>",
|
|
15
3
|
"name": "tedious-fabric",
|
|
16
4
|
"description": "A TDS driver for MS SQL Server with Microsoft Fabric support. Fork of tedious.",
|
|
17
5
|
"keywords": [
|
|
@@ -26,10 +14,8 @@
|
|
|
26
14
|
"fabric",
|
|
27
15
|
"microsoft-fabric"
|
|
28
16
|
],
|
|
29
|
-
"homepage": "https://github.com/tediousjs/tedious",
|
|
30
|
-
"bugs": "https://github.com/tediousjs/tedious/issues",
|
|
31
17
|
"license": "MIT",
|
|
32
|
-
"version": "1.0.
|
|
18
|
+
"version": "1.0.1",
|
|
33
19
|
"main": "./lib/tedious.js",
|
|
34
20
|
"types": "./lib/tedious.d.ts",
|
|
35
21
|
"repository": {
|