@itentialopensource/adapter-db_sybase 0.6.1 → 0.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -6
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.6.2 [02-14-2026]
3
+
4
+ * migration
5
+
6
+ See merge request itentialopensource/adapters/adapter-db_sybase!31
7
+
8
+ ---
9
+
2
10
  ## 0.3.5 [10-15-2024]
3
11
 
4
12
  * Changes made at 2024.10.14_20:37PM
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-db_sybase",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Itential adapter to connect to Sybase",
5
5
  "main": "adapter.js",
6
- "wizardVersion": "3.8.0",
7
- "engineVersion": "1.79.2",
8
6
  "adapterType": "Library",
9
7
  "scripts": {
10
8
  "preinstall": "node utils/setup.js",
@@ -27,8 +25,8 @@
27
25
  ],
28
26
  "license": "Apache-2.0",
29
27
  "engines": {
30
- "node": ">=14.0.0",
31
- "npm": ">=6.0.0"
28
+ "node": ">= 18.18.0",
29
+ "npm": ">= 9.8.1"
32
30
  },
33
31
  "repository": {
34
32
  "type": "git",
@@ -42,7 +40,7 @@
42
40
  "readline-sync": "1.4.10",
43
41
  "sybase": "1.2.3",
44
42
  "uuid": "3.0.1",
45
- "mocha": "10.8.2",
43
+ "mocha": "11.3.0",
46
44
  "winston": "3.17.0"
47
45
  },
48
46
  "devDependencies": {