@itentialopensource/adapter-db_sybase 0.3.1 → 0.3.2
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 +8 -0
- package/TAB2.md +1 -1
- package/metadata.json +3 -2
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/TAB2.md
CHANGED
|
@@ -59,5 +59,5 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
59
59
|
### Swagger
|
|
60
60
|
|
|
61
61
|
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.
|
|
62
|
-
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/
|
|
62
|
+
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-db_sybase/-/blob/master/README.md)
|
|
63
63
|
|
package/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-db_sybase",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Itential adapter to connect to Sybase",
|
|
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_sybase#readme",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"ajv": "^8.
|
|
45
|
-
"fs-extra": "^11.
|
|
44
|
+
"ajv": "^8.17.1",
|
|
45
|
+
"fs-extra": "^11.2.0",
|
|
46
46
|
"readline-sync": "^1.4.10",
|
|
47
47
|
"sybase": "^1.2.3",
|
|
48
48
|
"uuid": "^3.0.1"
|
|
Binary file
|