@itentialopensource/adapter-db_mssql 1.0.2 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 1.0.3 [08-07-2024]
3
+
4
+ * Changes made at 2024.08.07_10:51AM
5
+
6
+ See merge request itentialopensource/adapters/adapter-db_mssql!12
7
+
8
+ ---
9
+
2
10
  ## 1.0.2 [07-26-2024]
3
11
 
4
12
  * manual migration updates
package/TAB2.md CHANGED
@@ -61,5 +61,5 @@ Sample Properties can be used to help you configure the adapter in the Itential
61
61
  ### Swagger
62
62
 
63
63
  Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
64
- ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/persistence/adapter-db_mssql/-/blob/master/README.md)
64
+ ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-db_mssql/-/blob/master/README.md)
65
65
 
package/metadata.json CHANGED
@@ -68,5 +68,6 @@
68
68
  "workflowProjects": [],
69
69
  "transformationProjects": [],
70
70
  "exampleProjects": []
71
- }
72
- }
71
+ },
72
+ "supportLevel": "community"
73
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-db_mssql",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Itential adapter to connect to mssql",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
@@ -41,8 +41,8 @@
41
41
  "author": "Itential",
42
42
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-db_mssql#readme",
43
43
  "dependencies": {
44
- "ajv": "^8.12.0",
45
- "fs-extra": "^11.1.1",
44
+ "ajv": "^8.17.1",
45
+ "fs-extra": "^11.2.0",
46
46
  "mssql": "^10.0.1",
47
47
  "readline-sync": "^1.4.10"
48
48
  },
Binary file