@itentialopensource/adapter-db_mssql 1.3.4 → 1.3.6
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/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 1.3.6 [03-04-2026]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2026.03.04_09:43AM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-db_mssql!44
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1.3.5 [02-23-2026]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2026.02.22_16:26PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-db_mssql!43
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 1.3.4 [02-17-2026]
|
|
3
19
|
|
|
4
20
|
* fix driver vulnerability
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-db_mssql",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "Itential adapter to connect to mssql",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"adapterType": "library",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-db_mssql#readme",
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"ajv": "8.18.0",
|
|
39
|
-
"fs-extra": "11.3.
|
|
39
|
+
"fs-extra": "11.3.3",
|
|
40
40
|
"mssql": "10.0.3",
|
|
41
41
|
"readline-sync": "1.4.10",
|
|
42
42
|
"mocha": "11.3.0",
|