@itentialopensource/adapter-db_oracle 0.3.1 → 0.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.
- package/CHANGELOG.md +16 -0
- package/TAB2.md +1 -1
- package/metadata.json +7 -3
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.3 [08-14-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.08.14_19:29PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-db_oracle!11
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.2 [08-07-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.07_10:52AM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-db_oracle!10
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.1 [07-26-2024]
|
|
3
19
|
|
|
4
20
|
* manual migration updates
|
package/TAB2.md
CHANGED
|
@@ -51,5 +51,5 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
51
51
|
### Swagger
|
|
52
52
|
|
|
53
53
|
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.
|
|
54
|
-
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/
|
|
54
|
+
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-db_oracle/-/blob/master/README.md)
|
|
55
55
|
|
package/metadata.json
CHANGED
|
@@ -63,7 +63,9 @@
|
|
|
63
63
|
"link": "https://www.npmjs.com/package/oracledb",
|
|
64
64
|
"public": true
|
|
65
65
|
}
|
|
66
|
-
]
|
|
66
|
+
],
|
|
67
|
+
"workshopLinks": [],
|
|
68
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
67
69
|
},
|
|
68
70
|
"assets": [],
|
|
69
71
|
"relatedItems": {
|
|
@@ -73,5 +75,7 @@
|
|
|
73
75
|
"workflowProjects": [],
|
|
74
76
|
"transformationProjects": [],
|
|
75
77
|
"exampleProjects": []
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
+
},
|
|
79
|
+
"supportLevel": "community",
|
|
80
|
+
"techAlliance": false
|
|
81
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-db_oracle",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Itential adapter to connect to oracle",
|
|
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_oracle#readme",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"ajv": "^8.
|
|
45
|
-
"fs-extra": "^11.
|
|
44
|
+
"ajv": "^8.17.1",
|
|
45
|
+
"fs-extra": "^11.2.0",
|
|
46
46
|
"oracledb": "^4.0.1",
|
|
47
47
|
"readline-sync": "^1.4.10",
|
|
48
48
|
"uuid": "^3.1.0"
|
|
Binary file
|