@itentialopensource/adapter-db_mssql 1.3.2 → 1.3.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 1.3.3 [02-17-2026]
3
+
4
+ * Changes made at 2026.02.16_19:16PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-db_mssql!41
7
+
8
+ ---
9
+
2
10
  ## 1.3.2 [02-15-2026]
3
11
 
4
12
  * migration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-db_mssql",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Itential adapter to connect to mssql",
5
5
  "main": "adapter.js",
6
6
  "adapterType": "library",
@@ -35,7 +35,7 @@
35
35
  "author": "Itential",
36
36
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-db_mssql#readme",
37
37
  "dependencies": {
38
- "ajv": "8.17.1",
38
+ "ajv": "8.18.0",
39
39
  "fs-extra": "11.3.0",
40
40
  "mssql": "10.0.1",
41
41
  "readline-sync": "1.4.10",